COLOR #D1E6D3

HEX: #D1E6D3
RGB: (209,230,211)

Color info

#D1E6D3 contains red, green and blue colors in about the same proportion. Web safe color of #D1E6D3 is #CCCCCC (or #CCC).

RGB color model

#D1E6D3 color RGB value is (209,230,211).

  • red value is 209;
  • green value is 230;
  • blue value is 211.
RGB:
(209,230,211)
(82%,90%,83%)

RGB channels and saturation

R 209 of 255 = 82%
G 230 of 255 = 90%
B 211 of 255 = 83%

209
230
211

R + G + B ~ 85%. #D1E6D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 230 + 211 = 650 (100%)
R 209 of 650 ~ 32.15%
G 230 of 650 ~ 35.38%
B 211 of 650 ~ 32.46%

%32.15
%35.38
%32.46

CMYK color model

#D1E6D3 color CMYK value is (9,0,8,10).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 9.80%
CMYK:
(9,0,8,10)
C9M0Y8K10 
(9%,0%,8%,10%)
(0.09/0.00/0.08/0.10)	

CMYK percentages

%9.13
%0
%8.26
%9.8

Codes

Color #D1E6D3 in popluar color models

D1E6D3
RGB209230211
HSL126°29.58%86.08%
HSB/HSV126°9.13%90.20%
CMYK9.13%0.00%8.26%
9.80%

Color #D1E6D3 in popluar number systems.

HEXD1E6D3
Decimal209230211
Binary110100011110011011010011
Octal321346323

Shades and tints

Shades of #D1E6D3

#D1E6D3
(209,230,211)
#BED2C0
(190,210,192)
#ABBEAD
(171,190,173)
#98AA9A
(152,170,154)
#859687
(133,150,135)
#728274
(114,130,116)
#5F6E61
(95,110,97)
#4C5A4E
(76,90,78)
#39463B
(57,70,59)
#263228
(38,50,40)
#131E15
(19,30,21)
#000000
(0,0,0)

Tints of #D1E6D3

#D1E6D3
(209,230,211)
#D5E8D7
(213,232,215)
#D9EADB
(217,234,219)
#DDECDF
(221,236,223)
#E1EEE3
(225,238,227)
#E5F0E7
(229,240,231)
#E9F2EB
(233,242,235)
#EDF4EF
(237,244,239)
#F1F6F3
(241,246,243)
#F5F8F7
(245,248,247)
#F9FAFB
(249,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E6D3 color. Also use rgb(209,230,211) instead hex code.

Text Font Color

.myTextColor { color: #D1E6D3; }

<p style="color:#D1E6D3">This sample text font color is #D1E6D3.</p>

This text font color is #D1E6D3.


Background Color

.myBgColor { background-color: #D1E6D3; }

<div style="background-color:#D1E6D3">Inner text</div>

This div background color is #D1E6D3.


Border color

.myBorderColor { border: 1px solid #D1E6D3; }

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

This div border color is #D1E6D3.


Opacity

.myOpacity80 { color: #D1E6D3; opacity: 0.8; }

<p style="color:#D1E6D3;opacity:0.8;">80%</p>

Text with #D1E6D3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D1E6D3;}

<p style="text-shadow: 3px 3px 1px #D1E6D3">Text here.</p>

This text has shadow with #D1E6D3 color.

.textShadow {text-shadow: 3px 3px 1px #D1E6D3, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D1E6D3, 5px 5px 20px red">Text here.</p>

This text has shadow with #D1E6D3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D1E6D3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D1E6D3, Direction=45, Strength=4)">Text</p>

This text has shadow with #D1E6D3 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D1E6D3;
  -webkit-box-shadow:	1px 1px 3px 2px #D1E6D3;
  box-shadow:		1px 1px 3px 2px #D1E6D3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D1E6D3;
-webkit-box-shadow: 1px 1px 3px 2px #D1E6D3;
box-shadow:1px 1px 3px 2px #D1E6D3;">
Div content here</div>
This div box has shadow with color #D1E6D3.

Preview

Color preview on black background

This text has color #D1E6D3 on black background.


Color preview on white background

This text has color #D1E6D3 on white background.



Black color preview on #D1E6D3 background

This text has black color on #D1E6D3 background.


White color preview on #D1E6D3 background

This text has white color on #D1E6D3 background.