Hex #99d2e1 Color

#99d2e1
equivalent to

RGB

(153, 210, 225)

Details of #99d2e1

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
153
49.7741
0.53
0.32
80.9063
58.3017
193°
76.3556
210
58.3017
0.55
0.07
-14.6809
0.2648
32°
-17.2627
225
79.8642
0.74
0.00   0.12
-13.2887
0.3102
88°
-8.5439

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10011001
231
153
99
Green
11010010
322
210
D2
Blue
11100001
341
225
E1

RGB in % of #99d2e1

%26.02
%35.71
%38.27

CMYK in % of #99d2e1

%32
%7
%0
%12

Triads of color #99d2e1

#99d2e1 #d2e199 #e199e1

Similar Colors to #99d2e1

#99d2e1 #99e1cc #99aee1

Preview Color #99d2e1 on black ground

#99d2e1 is very interesting for text.

Preview Color #99d2e1 on white ground

#99d2e1 is very interesting for text.

CSS Codes #99d2e1 color

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

Text Font Color #99d2e1

<p style="color:#99d2e1">Text here</p>

This sample text font color is #99d2e1
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 #99d2e1

<div style="background-color:#99d2e1">
Div content here</div>

This div background color is #99d2e1


Border Color #99d2e1

<div style="border:3px solid #99d2e1">
Div here</div>

The color of this border is #99d2e1


Examples Css3

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

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 #99d2e1">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #99d2e1