COLOR #D1E4CC

HEX: #D1E4CC
RGB: (209,228,204)

Color info

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

RGB color model

#D1E4CC color RGB value is (209,228,204).

  • red value is 209;
  • green value is 228;
  • blue value is 204.
RGB:
(209,228,204)
(82%,89%,80%)

RGB channels and saturation

R 209 of 255 = 82%
G 228 of 255 = 89%
B 204 of 255 = 80%

209
228
204

R + G + B ~ 84%. #D1E4CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 228 + 204 = 641 (100%)
R 209 of 641 ~ 32.61%
G 228 of 641 ~ 35.57%
B 204 of 641 ~ 31.83%

%32.61
%35.57
%31.83

CMYK color model

#D1E4CC color CMYK value is (8,0,11,11).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 10.59%
CMYK:
(8,0,11,11)
C8M0Y11K11 
(8%,0%,11%,11%)
(0.08/0.00/0.11/0.11)	

CMYK percentages

%8.33
%0
%10.53
%10.59

Codes

Color #D1E4CC in popluar color models

D1E4CC
RGB209228204
HSL108°30.77%84.71%
HSB/HSV108°10.53%89.41%
CMYK8.33%0.00%10.53%
10.59%

Color #D1E4CC in popluar number systems.

HEXD1E4CC
Decimal209228204
Binary110100011110010011001100
Octal321344314

Shades and tints

Shades of #D1E4CC

#D1E4CC
(209,228,204)
#BED0BA
(190,208,186)
#ABBCA8
(171,188,168)
#98A896
(152,168,150)
#859484
(133,148,132)
#728072
(114,128,114)
#5F6C60
(95,108,96)
#4C584E
(76,88,78)
#39443C
(57,68,60)
#26302A
(38,48,42)
#131C18
(19,28,24)
#000000
(0,0,0)

Tints of #D1E4CC

#D1E4CC
(209,228,204)
#D5E6D0
(213,230,208)
#D9E8D4
(217,232,212)
#DDEAD8
(221,234,216)
#E1ECDC
(225,236,220)
#E5EEE0
(229,238,224)
#E9F0E4
(233,240,228)
#EDF2E8
(237,242,232)
#F1F4EC
(241,244,236)
#F5F6F0
(245,246,240)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E4CC color. Also use rgb(209,228,204) instead hex code.

Text Font Color

.myTextColor { color: #D1E4CC; }

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

This text font color is #D1E4CC.


Background Color

.myBgColor { background-color: #D1E4CC; }

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

This div background color is #D1E4CC.


Border color

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

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

This div border color is #D1E4CC.


Opacity

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

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

Text with #D1E4CC 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 #D1E4CC;}

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

This text has shadow with #D1E4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E4CC on black background.


Color preview on white background

This text has color #D1E4CC on white background.



Black color preview on #D1E4CC background

This text has black color on #D1E4CC background.


White color preview on #D1E4CC background

This text has white color on #D1E4CC background.