COLOR #D2E8C5

HEX: #D2E8C5
RGB: (210,232,197)

Color info

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

RGB color model

#D2E8C5 color RGB value is (210,232,197).

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

RGB channels and saturation

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

210
232
197

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

Portions of RGB colors in percentages

R + G + B =
210 + 232 + 197 = 639 (100%)
R 210 of 639 ~ 32.86%
G 232 of 639 ~ 36.31%
B 197 of 639 ~ 30.83%

%32.86
%36.31
%30.83

CMYK color model

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

  • cyan value is 9.48%
  • magenta value is 0.00%
  • yellow value is 15.09%
  • key color value is 9.02%
CMYK:
(9,0,15,9)
C9M0Y15K9 
(9%,0%,15%,9%)
(0.09/0.00/0.15/0.09)	

CMYK percentages

%9.48
%0
%15.09
%9.02

Codes

Color #D2E8C5 in popluar color models

D2E8C5
RGB210232197
HSL98°43.21%84.12%
HSB/HSV98°15.09%90.98%
CMYK9.48%0.00%15.09%
9.02%

Color #D2E8C5 in popluar number systems.

HEXD2E8C5
Decimal210232197
Binary110100101110100011000101
Octal322350305

Shades and tints

Shades of #D2E8C5

#D2E8C5
(210,232,197)
#BFD3B4
(191,211,180)
#ACBEA3
(172,190,163)
#99A992
(153,169,146)
#869481
(134,148,129)
#737F70
(115,127,112)
#606A5F
(96,106,95)
#4D554E
(77,85,78)
#3A403D
(58,64,61)
#272B2C
(39,43,44)
#14161B
(20,22,27)
#000000
(0,0,0)

Tints of #D2E8C5

#D2E8C5
(210,232,197)
#D6EACA
(214,234,202)
#DAECCF
(218,236,207)
#DEEED4
(222,238,212)
#E2F0D9
(226,240,217)
#E6F2DE
(230,242,222)
#EAF4E3
(234,244,227)
#EEF6E8
(238,246,232)
#F2F8ED
(242,248,237)
#F6FAF2
(246,250,242)
#FAFCF7
(250,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E8C5; }

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

This text font color is #D2E8C5.


Background Color

.myBgColor { background-color: #D2E8C5; }

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

This div background color is #D2E8C5.


Border color

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

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

This div border color is #D2E8C5.


Opacity

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

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

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

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

This text has shadow with #D2E8C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E8C5 on black background.


Color preview on white background

This text has color #D2E8C5 on white background.



Black color preview on #D2E8C5 background

This text has black color on #D2E8C5 background.


White color preview on #D2E8C5 background

This text has white color on #D2E8C5 background.