COLOR #D2E6D6

HEX: #D2E6D6
RGB: (210,230,214)

Color info

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

RGB color model

#D2E6D6 color RGB value is (210,230,214).

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

RGB channels and saturation

R 210 of 255 = 82%
G 230 of 255 = 90%
B 214 of 255 = 84%

210
230
214

R + G + B ~ 85%. #D2E6D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 230 + 214 = 654 (100%)
R 210 of 654 ~ 32.11%
G 230 of 654 ~ 35.17%
B 214 of 654 ~ 32.72%

%32.11
%35.17
%32.72

CMYK color model

#D2E6D6 color CMYK value is (9,0,7,10).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 6.96%
  • key color value is 9.80%
CMYK:
(9,0,7,10)
C9M0Y7K10 
(9%,0%,7%,10%)
(0.09/0.00/0.07/0.10)	

CMYK percentages

%8.7
%0
%6.96
%9.8

Codes

Color #D2E6D6 in popluar color models

D2E6D6
RGB210230214
HSL132°28.57%86.27%
HSB/HSV132°8.70%90.20%
CMYK8.70%0.00%6.96%
9.80%

Color #D2E6D6 in popluar number systems.

HEXD2E6D6
Decimal210230214
Binary110100101110011011010110
Octal322346326

Shades and tints

Shades of #D2E6D6

#D2E6D6
(210,230,214)
#BFD2C3
(191,210,195)
#ACBEB0
(172,190,176)
#99AA9D
(153,170,157)
#86968A
(134,150,138)
#738277
(115,130,119)
#606E64
(96,110,100)
#4D5A51
(77,90,81)
#3A463E
(58,70,62)
#27322B
(39,50,43)
#141E18
(20,30,24)
#000000
(0,0,0)

Tints of #D2E6D6

#D2E6D6
(210,230,214)
#D6E8D9
(214,232,217)
#DAEADC
(218,234,220)
#DEECDF
(222,236,223)
#E2EEE2
(226,238,226)
#E6F0E5
(230,240,229)
#EAF2E8
(234,242,232)
#EEF4EB
(238,244,235)
#F2F6EE
(242,246,238)
#F6F8F1
(246,248,241)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E6D6; }

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

This text font color is #D2E6D6.


Background Color

.myBgColor { background-color: #D2E6D6; }

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

This div background color is #D2E6D6.


Border color

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

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

This div border color is #D2E6D6.


Opacity

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

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

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

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

This text has shadow with #D2E6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E6D6 on black background.


Color preview on white background

This text has color #D2E6D6 on white background.



Black color preview on #D2E6D6 background

This text has black color on #D2E6D6 background.


White color preview on #D2E6D6 background

This text has white color on #D2E6D6 background.