COLOR #D2EBB9

HEX: #D2EBB9
RGB: (210,235,185)

Color info

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

RGB color model

#D2EBB9 color RGB value is (210,235,185).

  • red value is 210;
  • green value is 235;
  • blue value is 185.
RGB:
(210,235,185)
(82%,92%,73%)

RGB channels and saturation

R 210 of 255 = 82%
G 235 of 255 = 92%
B 185 of 255 = 73%

210
235
185

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

Portions of RGB colors in percentages

R + G + B =
210 + 235 + 185 = 630 (100%)
R 210 of 630 ~ 33.33%
G 235 of 630 ~ 37.3%
B 185 of 630 ~ 29.37%

%33.33
%37.3
%29.37

CMYK color model

#D2EBB9 color CMYK value is (11,0,21,8).

  • cyan value is 10.64%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 7.84%
CMYK:
(11,0,21,8)
C11M0Y21K8 
(11%,0%,21%,8%)
(0.11/0.00/0.21/0.08)	

CMYK percentages

%10.64
%0
%21.28
%7.84

Codes

Color #D2EBB9 in popluar color models

D2EBB9
RGB210235185
HSL90°55.56%82.35%
HSB/HSV90°21.28%92.16%
CMYK10.64%0.00%21.28%
7.84%

Color #D2EBB9 in popluar number systems.

HEXD2EBB9
Decimal210235185
Binary110100101110101110111001
Octal322353271

Shades and tints

Shades of #D2EBB9

#D2EBB9
(210,235,185)
#BFD6A9
(191,214,169)
#ACC199
(172,193,153)
#99AC89
(153,172,137)
#869779
(134,151,121)
#738269
(115,130,105)
#606D59
(96,109,89)
#4D5849
(77,88,73)
#3A4339
(58,67,57)
#272E29
(39,46,41)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #D2EBB9

#D2EBB9
(210,235,185)
#D6ECBF
(214,236,191)
#DAEDC5
(218,237,197)
#DEEECB
(222,238,203)
#E2EFD1
(226,239,209)
#E6F0D7
(230,240,215)
#EAF1DD
(234,241,221)
#EEF2E3
(238,242,227)
#F2F3E9
(242,243,233)
#F6F4EF
(246,244,239)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2EBB9 color. Also use rgb(210,235,185) instead hex code.

Text Font Color

.myTextColor { color: #D2EBB9; }

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

This text font color is #D2EBB9.


Background Color

.myBgColor { background-color: #D2EBB9; }

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

This div background color is #D2EBB9.


Border color

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

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

This div border color is #D2EBB9.


Opacity

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

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

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

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

This text has shadow with #D2EBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EBB9 on black background.


Color preview on white background

This text has color #D2EBB9 on white background.



Black color preview on #D2EBB9 background

This text has black color on #D2EBB9 background.


White color preview on #D2EBB9 background

This text has white color on #D2EBB9 background.