COLOR #D2E9C5

HEX: #D2E9C5
RGB: (210,233,197)

Color info

#D2E9C5 contains red, green and blue colors in about the same proportion. Web safe color of #D2E9C5 is #CCFFCC (or #CFC).

RGB color model

#D2E9C5 color RGB value is (210,233,197).

  • red value is 210;
  • green value is 233;
  • blue value is 197.
RGB:
(210,233,197)
(82%,91%,77%)

RGB channels and saturation

R 210 of 255 = 82%
G 233 of 255 = 91%
B 197 of 255 = 77%

210
233
197

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

Portions of RGB colors in percentages

R + G + B =
210 + 233 + 197 = 640 (100%)
R 210 of 640 ~ 32.81%
G 233 of 640 ~ 36.41%
B 197 of 640 ~ 30.78%

%32.81
%36.41
%30.78

CMYK color model

#D2E9C5 color CMYK value is (10,0,15,9).

  • cyan value is 9.87%
  • magenta value is 0.00%
  • yellow value is 15.45%
  • key color value is 8.63%
CMYK:
(10,0,15,9)
C10M0Y15K9 
(10%,0%,15%,9%)
(0.10/0.00/0.15/0.09)	

CMYK percentages

%9.87
%0
%15.45
%8.63

Codes

Color #D2E9C5 in popluar color models

D2E9C5
RGB210233197
HSL98°45.00%84.31%
HSB/HSV98°15.45%91.37%
CMYK9.87%0.00%15.45%
8.63%

Color #D2E9C5 in popluar number systems.

HEXD2E9C5
Decimal210233197
Binary110100101110100111000101
Octal322351305

Shades and tints

Shades of #D2E9C5

#D2E9C5
(210,233,197)
#BFD4B4
(191,212,180)
#ACBFA3
(172,191,163)
#99AA92
(153,170,146)
#869581
(134,149,129)
#738070
(115,128,112)
#606B5F
(96,107,95)
#4D564E
(77,86,78)
#3A413D
(58,65,61)
#272C2C
(39,44,44)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #D2E9C5

#D2E9C5
(210,233,197)
#D6EBCA
(214,235,202)
#DAEDCF
(218,237,207)
#DEEFD4
(222,239,212)
#E2F1D9
(226,241,217)
#E6F3DE
(230,243,222)
#EAF5E3
(234,245,227)
#EEF7E8
(238,247,232)
#F2F9ED
(242,249,237)
#F6FBF2
(246,251,242)
#FAFDF7
(250,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E9C5 color. Also use rgb(210,233,197) instead hex code.

Text Font Color

.myTextColor { color: #D2E9C5; }

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

This text font color is #D2E9C5.


Background Color

.myBgColor { background-color: #D2E9C5; }

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

This div background color is #D2E9C5.


Border color

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

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

This div border color is #D2E9C5.


Opacity

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

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

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

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

This text has shadow with #D2E9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E9C5 on black background.


Color preview on white background

This text has color #D2E9C5 on white background.



Black color preview on #D2E9C5 background

This text has black color on #D2E9C5 background.


White color preview on #D2E9C5 background

This text has white color on #D2E9C5 background.