COLOR #D2E3CF

HEX: #D2E3CF
RGB: (210,227,207)

Color info

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

RGB color model

#D2E3CF color RGB value is (210,227,207).

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

RGB channels and saturation

R 210 of 255 = 82%
G 227 of 255 = 89%
B 207 of 255 = 81%

210
227
207

R + G + B ~ 84%. #D2E3CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 227 + 207 = 644 (100%)
R 210 of 644 ~ 32.61%
G 227 of 644 ~ 35.25%
B 207 of 644 ~ 32.14%

%32.61
%35.25
%32.14

CMYK color model

#D2E3CF color CMYK value is (7,0,9,11).

  • cyan value is 7.49%
  • magenta value is 0.00%
  • yellow value is 8.81%
  • key color value is 10.98%
CMYK:
(7,0,9,11)
C7M0Y9K11 
(7%,0%,9%,11%)
(0.07/0.00/0.09/0.11)	

CMYK percentages

%7.49
%0
%8.81
%10.98

Codes

Color #D2E3CF in popluar color models

D2E3CF
RGB210227207
HSL111°26.32%85.10%
HSB/HSV111°8.81%89.02%
CMYK7.49%0.00%8.81%
10.98%

Color #D2E3CF in popluar number systems.

HEXD2E3CF
Decimal210227207
Binary110100101110001111001111
Octal322343317

Shades and tints

Shades of #D2E3CF

#D2E3CF
(210,227,207)
#BFCFBD
(191,207,189)
#ACBBAB
(172,187,171)
#99A799
(153,167,153)
#869387
(134,147,135)
#737F75
(115,127,117)
#606B63
(96,107,99)
#4D5751
(77,87,81)
#3A433F
(58,67,63)
#272F2D
(39,47,45)
#141B1B
(20,27,27)
#000000
(0,0,0)

Tints of #D2E3CF

#D2E3CF
(210,227,207)
#D6E5D3
(214,229,211)
#DAE7D7
(218,231,215)
#DEE9DB
(222,233,219)
#E2EBDF
(226,235,223)
#E6EDE3
(230,237,227)
#EAEFE7
(234,239,231)
#EEF1EB
(238,241,235)
#F2F3EF
(242,243,239)
#F6F5F3
(246,245,243)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E3CF; }

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

This text font color is #D2E3CF.


Background Color

.myBgColor { background-color: #D2E3CF; }

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

This div background color is #D2E3CF.


Border color

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

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

This div border color is #D2E3CF.


Opacity

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

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

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

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

This text has shadow with #D2E3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E3CF on black background.


Color preview on white background

This text has color #D2E3CF on white background.



Black color preview on #D2E3CF background

This text has black color on #D2E3CF background.


White color preview on #D2E3CF background

This text has white color on #D2E3CF background.