Hex #91c6e7 Color

#91c6e7
equivalent to

RGB

(145, 198, 231)

Details of #91c6e7

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
145
46.2949
0.56
0.37
77.3868
52.1774
203°
72.2339
198
52.1774
0.64
0.14
-9.1287
0.2548
37°
-12.0079
231
83.2326
0.74
0.00   0.09
-21.8577
0.2872
91°
-17.7299

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10010001
221
145
91
Green
11000110
306
198
C6
Blue
11100111
347
231
E7

RGB in % of #91c6e7

%25.26
%34.49
%40.24

CMYK in % of #91c6e7

%37
%14
%0
%9

Triads of color #91c6e7

#91c6e7 #c6e791 #e791e7

Similar Colors to #91c6e7

#91c6e7 #91e7dd #919be7

Preview Color #91c6e7 on black ground

#91c6e7 is very interesting for text.

Preview Color #91c6e7 on white ground

#91c6e7 is very interesting for text.

CSS Codes #91c6e7 color

.mybgcolor {background-color:#91c6e7; }
.myforecolor {color:#91c6e7; }
.mybordercolor {border:3px solid #91c6e7; }

Text Font Color #91c6e7

<p style="color:#91c6e7">Text here</p>

This sample text font color is #91c6e7
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #91c6e7

<div style="background-color:#91c6e7">
Div content here</div>

This div background color is #91c6e7


Border Color #91c6e7

<div style="border:3px solid #91c6e7">
Div here</div>

The color of this border is #91c6e7


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #91c6e7; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #91c6e7;
-webkit-box-shadow: 1px 1px 3px 2px #91c6e7;
box-shadow:         1px 1px 3px 2px #91c6e7; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #91c6e7">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #91c6e7;
  -webkit-box-shadow: 1px 1px 3px 2px #91c6e7;
  box-shadow:         1px 1px 3px 2px #91c6e7;">
Div content here</div>

The shadow of div box using color #91c6e7