COLOR #D2EBD8

HEX: #D2EBD8
RGB: (210,235,216)

Color info

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

RGB color model

#D2EBD8 color RGB value is (210,235,216).

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

RGB channels and saturation

R 210 of 255 = 82%
G 235 of 255 = 92%
B 216 of 255 = 85%

210
235
216

R + G + B ~ 86%. #D2EBD8 is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 235 + 216 = 661 (100%)
R 210 of 661 ~ 31.77%
G 235 of 661 ~ 35.55%
B 216 of 661 ~ 32.68%

%31.77
%35.55
%32.68

CMYK color model

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

  • cyan value is 10.64%
  • magenta value is 0.00%
  • yellow value is 8.09%
  • key color value is 7.84%
CMYK:
(11,0,8,8)
C11M0Y8K8 
(11%,0%,8%,8%)
(0.11/0.00/0.08/0.08)	

CMYK percentages

%10.64
%0
%8.09
%7.84

Codes

Color #D2EBD8 in popluar color models

D2EBD8
RGB210235216
HSL134°38.46%87.25%
HSB/HSV134°10.64%92.16%
CMYK10.64%0.00%8.09%
7.84%

Color #D2EBD8 in popluar number systems.

HEXD2EBD8
Decimal210235216
Binary110100101110101111011000
Octal322353330

Shades and tints

Shades of #D2EBD8

#D2EBD8
(210,235,216)
#BFD6C5
(191,214,197)
#ACC1B2
(172,193,178)
#99AC9F
(153,172,159)
#86978C
(134,151,140)
#738279
(115,130,121)
#606D66
(96,109,102)
#4D5853
(77,88,83)
#3A4340
(58,67,64)
#272E2D
(39,46,45)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #D2EBD8

#D2EBD8
(210,235,216)
#D6ECDB
(214,236,219)
#DAEDDE
(218,237,222)
#DEEEE1
(222,238,225)
#E2EFE4
(226,239,228)
#E6F0E7
(230,240,231)
#EAF1EA
(234,241,234)
#EEF2ED
(238,242,237)
#F2F3F0
(242,243,240)
#F6F4F3
(246,244,243)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EBD8; }

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

This text font color is #D2EBD8.


Background Color

.myBgColor { background-color: #D2EBD8; }

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

This div background color is #D2EBD8.


Border color

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

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

This div border color is #D2EBD8.


Opacity

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

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

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

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

This text has shadow with #D2EBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EBD8 on black background.


Color preview on white background

This text has color #D2EBD8 on white background.



Black color preview on #D2EBD8 background

This text has black color on #D2EBD8 background.


White color preview on #D2EBD8 background

This text has white color on #D2EBD8 background.