COLOR #D2E6C5

HEX: #D2E6C5
RGB: (210,230,197)

Color info

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

RGB color model

#D2E6C5 color RGB value is (210,230,197).

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

RGB channels and saturation

R 210 of 255 = 82%
G 230 of 255 = 90%
B 197 of 255 = 77%

210
230
197

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

Portions of RGB colors in percentages

R + G + B =
210 + 230 + 197 = 637 (100%)
R 210 of 637 ~ 32.97%
G 230 of 637 ~ 36.11%
B 197 of 637 ~ 30.93%

%32.97
%36.11
%30.93

CMYK color model

#D2E6C5 color CMYK value is (9,0,14,10).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 14.35%
  • key color value is 9.80%
CMYK:
(9,0,14,10)
C9M0Y14K10 
(9%,0%,14%,10%)
(0.09/0.00/0.14/0.10)	

CMYK percentages

%8.7
%0
%14.35
%9.8

Codes

Color #D2E6C5 in popluar color models

D2E6C5
RGB210230197
HSL96°39.76%83.73%
HSB/HSV96°14.35%90.20%
CMYK8.70%0.00%14.35%
9.80%

Color #D2E6C5 in popluar number systems.

HEXD2E6C5
Decimal210230197
Binary110100101110011011000101
Octal322346305

Shades and tints

Shades of #D2E6C5

#D2E6C5
(210,230,197)
#BFD2B4
(191,210,180)
#ACBEA3
(172,190,163)
#99AA92
(153,170,146)
#869681
(134,150,129)
#738270
(115,130,112)
#606E5F
(96,110,95)
#4D5A4E
(77,90,78)
#3A463D
(58,70,61)
#27322C
(39,50,44)
#141E1B
(20,30,27)
#000000
(0,0,0)

Tints of #D2E6C5

#D2E6C5
(210,230,197)
#D6E8CA
(214,232,202)
#DAEACF
(218,234,207)
#DEECD4
(222,236,212)
#E2EED9
(226,238,217)
#E6F0DE
(230,240,222)
#EAF2E3
(234,242,227)
#EEF4E8
(238,244,232)
#F2F6ED
(242,246,237)
#F6F8F2
(246,248,242)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E6C5; }

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

This text font color is #D2E6C5.


Background Color

.myBgColor { background-color: #D2E6C5; }

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

This div background color is #D2E6C5.


Border color

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

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

This div border color is #D2E6C5.


Opacity

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

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

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

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

This text has shadow with #D2E6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E6C5 on black background.


Color preview on white background

This text has color #D2E6C5 on white background.



Black color preview on #D2E6C5 background

This text has black color on #D2E6C5 background.


White color preview on #D2E6C5 background

This text has white color on #D2E6C5 background.