Hex #d9e9e7 Color

#d9e9e7
equivalent to

RGB

(217, 233, 231)

Details of #d9e9e7

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
217
72.1780
0.48
0.07
91.1433
78.7991
173°
88.7688
233
78.7991
0.27
0.00
-5.6559
0.3033
-10.2066
231
87.0069
0.88
0.01   0.09
-0.8630
0.3311
91°
4.0450

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11011001
331
217
D9
Green
11101001
351
233
E9
Blue
11100111
347
231
E7

RGB in % of #d9e9e7

%31.86
%34.21
%33.92

CMYK in % of #d9e9e7

%7
%0
%1
%9

Triads of color #d9e9e7

#d9e9e7 #e9e7d9 #e7d9e7

Similar Colors to #d9e9e7

#d9e9e7 #d9e9df #d9e3e9

Preview Color #d9e9e7 on black ground

#d9e9e7 is very interesting for text.

Preview Color #d9e9e7 on white ground

#d9e9e7 is very interesting for text.

CSS Codes #d9e9e7 color

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

Text Font Color #d9e9e7

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

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

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

This div background color is #d9e9e7


Border Color #d9e9e7

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

The color of this border is #d9e9e7


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #d9e9e7