COLOR #D2E3C7

HEX: #D2E3C7
RGB: (210,227,199)

Color info

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

RGB color model

#D2E3C7 color RGB value is (210,227,199).

  • red value is 210;
  • green value is 227;
  • blue value is 199.
RGB:
(210,227,199)
(82%,89%,78%)

RGB channels and saturation

R 210 of 255 = 82%
G 227 of 255 = 89%
B 199 of 255 = 78%

210
227
199

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

Portions of RGB colors in percentages

R + G + B =
210 + 227 + 199 = 636 (100%)
R 210 of 636 ~ 33.02%
G 227 of 636 ~ 35.69%
B 199 of 636 ~ 31.29%

%33.02
%35.69
%31.29

CMYK color model

#D2E3C7 color CMYK value is (7,0,12,11).

  • cyan value is 7.49%
  • magenta value is 0.00%
  • yellow value is 12.33%
  • key color value is 10.98%
CMYK:
(7,0,12,11)
C7M0Y12K11 
(7%,0%,12%,11%)
(0.07/0.00/0.12/0.11)	

CMYK percentages

%7.49
%0
%12.33
%10.98

Codes

Color #D2E3C7 in popluar color models

D2E3C7
RGB210227199
HSL96°33.33%83.53%
HSB/HSV96°12.33%89.02%
CMYK7.49%0.00%12.33%
10.98%

Color #D2E3C7 in popluar number systems.

HEXD2E3C7
Decimal210227199
Binary110100101110001111000111
Octal322343307

Shades and tints

Shades of #D2E3C7

#D2E3C7
(210,227,199)
#BFCFB5
(191,207,181)
#ACBBA3
(172,187,163)
#99A791
(153,167,145)
#86937F
(134,147,127)
#737F6D
(115,127,109)
#606B5B
(96,107,91)
#4D5749
(77,87,73)
#3A4337
(58,67,55)
#272F25
(39,47,37)
#141B13
(20,27,19)
#000000
(0,0,0)

Tints of #D2E3C7

#D2E3C7
(210,227,199)
#D6E5CC
(214,229,204)
#DAE7D1
(218,231,209)
#DEE9D6
(222,233,214)
#E2EBDB
(226,235,219)
#E6EDE0
(230,237,224)
#EAEFE5
(234,239,229)
#EEF1EA
(238,241,234)
#F2F3EF
(242,243,239)
#F6F5F4
(246,245,244)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E3C7 color. Also use rgb(210,227,199) instead hex code.

Text Font Color

.myTextColor { color: #D2E3C7; }

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

This text font color is #D2E3C7.


Background Color

.myBgColor { background-color: #D2E3C7; }

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

This div background color is #D2E3C7.


Border color

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

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

This div border color is #D2E3C7.


Opacity

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

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

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

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

This text has shadow with #D2E3C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E3C7 on black background.


Color preview on white background

This text has color #D2E3C7 on white background.



Black color preview on #D2E3C7 background

This text has black color on #D2E3C7 background.


White color preview on #D2E3C7 background

This text has white color on #D2E3C7 background.