COLOR #D2E3BF

HEX: #D2E3BF
RGB: (210,227,191)

Color info

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

RGB color model

#D2E3BF color RGB value is (210,227,191).

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

RGB channels and saturation

R 210 of 255 = 82%
G 227 of 255 = 89%
B 191 of 255 = 75%

210
227
191

R + G + B ~ 82%. #D2E3BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 227 + 191 = 628 (100%)
R 210 of 628 ~ 33.44%
G 227 of 628 ~ 36.15%
B 191 of 628 ~ 30.41%

%33.44
%36.15
%30.41

CMYK color model

#D2E3BF color CMYK value is (7,0,16,11).

  • cyan value is 7.49%
  • magenta value is 0.00%
  • yellow value is 15.86%
  • key color value is 10.98%
CMYK:
(7,0,16,11)
C7M0Y16K11 
(7%,0%,16%,11%)
(0.07/0.00/0.16/0.11)	

CMYK percentages

%7.49
%0
%15.86
%10.98

Codes

Color #D2E3BF in popluar color models

D2E3BF
RGB210227191
HSL88°39.13%81.96%
HSB/HSV88°15.86%89.02%
CMYK7.49%0.00%15.86%
10.98%

Color #D2E3BF in popluar number systems.

HEXD2E3BF
Decimal210227191
Binary110100101110001110111111
Octal322343277

Shades and tints

Shades of #D2E3BF

#D2E3BF
(210,227,191)
#BFCFAE
(191,207,174)
#ACBB9D
(172,187,157)
#99A78C
(153,167,140)
#86937B
(134,147,123)
#737F6A
(115,127,106)
#606B59
(96,107,89)
#4D5748
(77,87,72)
#3A4337
(58,67,55)
#272F26
(39,47,38)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #D2E3BF

#D2E3BF
(210,227,191)
#D6E5C4
(214,229,196)
#DAE7C9
(218,231,201)
#DEE9CE
(222,233,206)
#E2EBD3
(226,235,211)
#E6EDD8
(230,237,216)
#EAEFDD
(234,239,221)
#EEF1E2
(238,241,226)
#F2F3E7
(242,243,231)
#F6F5EC
(246,245,236)
#FAF7F1
(250,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E3BF; }

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

This text font color is #D2E3BF.


Background Color

.myBgColor { background-color: #D2E3BF; }

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

This div background color is #D2E3BF.


Border color

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

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

This div border color is #D2E3BF.


Opacity

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

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

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

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

This text has shadow with #D2E3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E3BF on black background.


Color preview on white background

This text has color #D2E3BF on white background.



Black color preview on #D2E3BF background

This text has black color on #D2E3BF background.


White color preview on #D2E3BF background

This text has white color on #D2E3BF background.