COLOR #D1E5C8

HEX: #D1E5C8
RGB: (209,229,200)

Color info

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

RGB color model

#D1E5C8 color RGB value is (209,229,200).

  • red value is 209;
  • green value is 229;
  • blue value is 200.
RGB:
(209,229,200)
(82%,90%,78%)

RGB channels and saturation

R 209 of 255 = 82%
G 229 of 255 = 90%
B 200 of 255 = 78%

209
229
200

R + G + B ~ 83%. #D1E5C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 229 + 200 = 638 (100%)
R 209 of 638 ~ 32.76%
G 229 of 638 ~ 35.89%
B 200 of 638 ~ 31.35%

%32.76
%35.89
%31.35

CMYK color model

#D1E5C8 color CMYK value is (9,0,13,10).

  • cyan value is 8.73%
  • magenta value is 0.00%
  • yellow value is 12.66%
  • key color value is 10.20%
CMYK:
(9,0,13,10)
C9M0Y13K10 
(9%,0%,13%,10%)
(0.09/0.00/0.13/0.10)	

CMYK percentages

%8.73
%0
%12.66
%10.2

Codes

Color #D1E5C8 in popluar color models

D1E5C8
RGB209229200
HSL101°35.80%84.12%
HSB/HSV101°12.66%89.80%
CMYK8.73%0.00%12.66%
10.20%

Color #D1E5C8 in popluar number systems.

HEXD1E5C8
Decimal209229200
Binary110100011110010111001000
Octal321345310

Shades and tints

Shades of #D1E5C8

#D1E5C8
(209,229,200)
#BED1B6
(190,209,182)
#ABBDA4
(171,189,164)
#98A992
(152,169,146)
#859580
(133,149,128)
#72816E
(114,129,110)
#5F6D5C
(95,109,92)
#4C594A
(76,89,74)
#394538
(57,69,56)
#263126
(38,49,38)
#131D14
(19,29,20)
#000000
(0,0,0)

Tints of #D1E5C8

#D1E5C8
(209,229,200)
#D5E7CD
(213,231,205)
#D9E9D2
(217,233,210)
#DDEBD7
(221,235,215)
#E1EDDC
(225,237,220)
#E5EFE1
(229,239,225)
#E9F1E6
(233,241,230)
#EDF3EB
(237,243,235)
#F1F5F0
(241,245,240)
#F5F7F5
(245,247,245)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E5C8 color. Also use rgb(209,229,200) instead hex code.

Text Font Color

.myTextColor { color: #D1E5C8; }

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

This text font color is #D1E5C8.


Background Color

.myBgColor { background-color: #D1E5C8; }

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

This div background color is #D1E5C8.


Border color

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

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

This div border color is #D1E5C8.


Opacity

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

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

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

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

This text has shadow with #D1E5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E5C8 on black background.


Color preview on white background

This text has color #D1E5C8 on white background.



Black color preview on #D1E5C8 background

This text has black color on #D1E5C8 background.


White color preview on #D1E5C8 background

This text has white color on #D1E5C8 background.