COLOR #D2E0CA

HEX: #D2E0CA RGB: (210,224,202)

Color info

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

RGB color model

#D2E0CA color RGB value is (210,224,202).

RGB: (210,224,202) (82%, 88%, 79%)

RGB channels and saturation

R 210 of 255 = 82%
G 224 of 255 = 88%
B 202 of 255 = 79%

210
224
202

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

Portions of RGB colors in percentages

R + G + B = 210 + 224 + 202 = 636 (100%)
R 210 of 636 ~ 33.02%
G 224 of 636 ~ 35.22%
B 202 of 636 ~ 31.76'%

%33.02
%35.22
%31.76

CMYK color model

#D2E0CA color CMYK value is (6,0,10,12).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 9.82%
  • key color value is 12.16%

CMYK: (6,0,10,12)
C6M0Y10K12 (6%, 0%, 10%, 12%)
(0.06 / 0.00 / 0.10 / 0.12)

CMYK percentages

%6.25
%0
%9.82
%12.16

Codes

Color #D2E0CA in popluar color models

D2 E0 CA
RGB 210 224 202
HSL 98° 26.19% 83.53%
HSB/HSV 98° 9.82% 87.84%
CMYK 6.25% 0.00% 9.82%
12.16%

Color #D2E0CA in popluar number systems.

HEX D2 E0 CA
Decimal 210 224 202
Binary 11010010 11100000 11001010
Octal 322 340 312

Shades and tints

Shades of #D2E0CA

#D2E0CA
(210,224,202)
#BFCCB8
(191,204,184)
#ACB8A6
(172,184,166)
#99A494
(153,164,148)
#869082
(134,144,130)
#737C70
(115,124,112)
#60685E
(96,104,94)
#4D544C
(77,84,76)
#3A403A
(58,64,58)
#272C28
(39,44,40)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #D2E0CA

#D2E0CA
(210,224,202)
#D6E2CE
(214,226,206)
#DAE4D2
(218,228,210)
#DEE6D6
(222,230,214)
#E2E8DA
(226,232,218)
#E6EADE
(230,234,222)
#EAECE2
(234,236,226)
#EEEEE6
(238,238,230)
#F2F0EA
(242,240,234)
#F6F2EE
(246,242,238)
#FAF4F2
(250,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E0CA color. Also use rgb(210,224,202) instead hex code.

Text Font Color

.myTextColor { color: #D2E0CA; }

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

This text font color is #D2E0CA.

Background Color

.myBgColor { background-color: #D2E0CA; }

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

This div background color is #D2E0CA.

Border color

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

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

This div border color is #D2E0CA.

Opacity

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

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

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

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

This text has shadow with #D2E0CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E0CA.

Preview

Color preview on black background

This text has color #D2E0CA on black background.


Color preview on white background

This text has color #D2E0CA on white background.


Black color preview on #D2E0CA background

This text has black color on #D2E0CA background.


White color preview on #D2E0CA background

This text has white color on #D2E0CA background.


Related colors

Complementary color

Complementary color for #hex is #2D1F35.


I love getcolorcode.com

Triadic colors

1 #CAD2E0 and #E0CAD2 with #D2E0CA are triadic colors.

2 #CAE0D2 and #E0D2CA with #D2E0CA are triadic colors.