COLOR #D2EFBD

HEX: #D2EFBD
RGB: (210,239,189)

Color info

#D2EFBD contains red, green and blue colors in about the same proportion. Web safe color of #D2EFBD is #CCFFCC (or #CFC).

RGB color model

#D2EFBD color RGB value is (210,239,189).

  • red value is 210;
  • green value is 239;
  • blue value is 189.
RGB:
(210,239,189)
(82%,94%,74%)

RGB channels and saturation

R 210 of 255 = 82%
G 239 of 255 = 94%
B 189 of 255 = 74%

210
239
189

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

Portions of RGB colors in percentages

R + G + B =
210 + 239 + 189 = 638 (100%)
R 210 of 638 ~ 32.92%
G 239 of 638 ~ 37.46%
B 189 of 638 ~ 29.62%

%32.92
%37.46
%29.62

CMYK color model

#D2EFBD color CMYK value is (12,0,21,6).

  • cyan value is 12.13%
  • magenta value is 0.00%
  • yellow value is 20.92%
  • key color value is 6.27%
CMYK:
(12,0,21,6)
C12M0Y21K6 
(12%,0%,21%,6%)
(0.12/0.00/0.21/0.06)	

CMYK percentages

%12.13
%0
%20.92
%6.27

Codes

Color #D2EFBD in popluar color models

D2EFBD
RGB210239189
HSL95°60.98%83.92%
HSB/HSV95°20.92%93.73%
CMYK12.13%0.00%20.92%
6.27%

Color #D2EFBD in popluar number systems.

HEXD2EFBD
Decimal210239189
Binary110100101110111110111101
Octal322357275

Shades and tints

Shades of #D2EFBD

#D2EFBD
(210,239,189)
#BFDAAC
(191,218,172)
#ACC59B
(172,197,155)
#99B08A
(153,176,138)
#869B79
(134,155,121)
#738668
(115,134,104)
#607157
(96,113,87)
#4D5C46
(77,92,70)
#3A4735
(58,71,53)
#273224
(39,50,36)
#141D13
(20,29,19)
#000000
(0,0,0)

Tints of #D2EFBD

#D2EFBD
(210,239,189)
#D6F0C3
(214,240,195)
#DAF1C9
(218,241,201)
#DEF2CF
(222,242,207)
#E2F3D5
(226,243,213)
#E6F4DB
(230,244,219)
#EAF5E1
(234,245,225)
#EEF6E7
(238,246,231)
#F2F7ED
(242,247,237)
#F6F8F3
(246,248,243)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2EFBD color. Also use rgb(210,239,189) instead hex code.

Text Font Color

.myTextColor { color: #D2EFBD; }

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

This text font color is #D2EFBD.


Background Color

.myBgColor { background-color: #D2EFBD; }

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

This div background color is #D2EFBD.


Border color

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

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

This div border color is #D2EFBD.


Opacity

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

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

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

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

This text has shadow with #D2EFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EFBD on black background.


Color preview on white background

This text has color #D2EFBD on white background.



Black color preview on #D2EFBD background

This text has black color on #D2EFBD background.


White color preview on #D2EFBD background

This text has white color on #D2EFBD background.