COLOR #D2E6BF

HEX: #D2E6BF
RGB: (210,230,191)

Color info

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

RGB color model

#D2E6BF color RGB value is (210,230,191).

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

RGB channels and saturation

R 210 of 255 = 82%
G 230 of 255 = 90%
B 191 of 255 = 75%

210
230
191

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

Portions of RGB colors in percentages

R + G + B =
210 + 230 + 191 = 631 (100%)
R 210 of 631 ~ 33.28%
G 230 of 631 ~ 36.45%
B 191 of 631 ~ 30.27%

%33.28
%36.45
%30.27

CMYK color model

#D2E6BF color CMYK value is (9,0,17,10).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 16.96%
  • key color value is 9.80%
CMYK:
(9,0,17,10)
C9M0Y17K10 
(9%,0%,17%,10%)
(0.09/0.00/0.17/0.10)	

CMYK percentages

%8.7
%0
%16.96
%9.8

Codes

Color #D2E6BF in popluar color models

D2E6BF
RGB210230191
HSL91°43.82%82.55%
HSB/HSV91°16.96%90.20%
CMYK8.70%0.00%16.96%
9.80%

Color #D2E6BF in popluar number systems.

HEXD2E6BF
Decimal210230191
Binary110100101110011010111111
Octal322346277

Shades and tints

Shades of #D2E6BF

#D2E6BF
(210,230,191)
#BFD2AE
(191,210,174)
#ACBE9D
(172,190,157)
#99AA8C
(153,170,140)
#86967B
(134,150,123)
#73826A
(115,130,106)
#606E59
(96,110,89)
#4D5A48
(77,90,72)
#3A4637
(58,70,55)
#273226
(39,50,38)
#141E15
(20,30,21)
#000000
(0,0,0)

Tints of #D2E6BF

#D2E6BF
(210,230,191)
#D6E8C4
(214,232,196)
#DAEAC9
(218,234,201)
#DEECCE
(222,236,206)
#E2EED3
(226,238,211)
#E6F0D8
(230,240,216)
#EAF2DD
(234,242,221)
#EEF4E2
(238,244,226)
#F2F6E7
(242,246,231)
#F6F8EC
(246,248,236)
#FAFAF1
(250,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E6BF; }

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

This text font color is #D2E6BF.


Background Color

.myBgColor { background-color: #D2E6BF; }

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

This div background color is #D2E6BF.


Border color

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

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

This div border color is #D2E6BF.


Opacity

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

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

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

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

This text has shadow with #D2E6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E6BF on black background.


Color preview on white background

This text has color #D2E6BF on white background.



Black color preview on #D2E6BF background

This text has black color on #D2E6BF background.


White color preview on #D2E6BF background

This text has white color on #D2E6BF background.