COLOR #D2EBD6

HEX: #D2EBD6 RGB: (210,235,214)

Color info

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

RGB color model

#D2EBD6 color RGB value is (210,235,214).

RGB: (210,235,214) (82%, 92%, 84%)

RGB channels and saturation

R 210 of 255 = 82%
G 235 of 255 = 92%
B 214 of 255 = 84%

210
235
214

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

Portions of RGB colors in percentages

R + G + B = 210 + 235 + 214 = 659 (100%)
R 210 of 659 ~ 31.87%
G 235 of 659 ~ 35.66%
B 214 of 659 ~ 32.47'%

%31.87
%35.66
%32.47

CMYK color model

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

  • cyan value is 10.64%
  • magenta value is 0.00%
  • yellow value is 8.94%
  • key color value is 7.84%

CMYK: (11,0,9,8)
C11M0Y9K8 (11%, 0%, 9%, 8%)
(0.11 / 0.00 / 0.09 / 0.08)

CMYK percentages

%10.64
%0
%8.94
%7.84

Codes

Color #D2EBD6 in popluar color models

D2 EB D6
RGB 210 235 214
HSL 130° 38.46% 87.25%
HSB/HSV 130° 10.64% 92.16%
CMYK 10.64% 0.00% 8.94%
7.84%

Color #D2EBD6 in popluar number systems.

HEX D2 EB D6
Decimal 210 235 214
Binary 11010010 11101011 11010110
Octal 322 353 326

Shades and tints

Shades of #D2EBD6

#D2EBD6
(210,235,214)
#BFD6C3
(191,214,195)
#ACC1B0
(172,193,176)
#99AC9D
(153,172,157)
#86978A
(134,151,138)
#738277
(115,130,119)
#606D64
(96,109,100)
#4D5851
(77,88,81)
#3A433E
(58,67,62)
#272E2B
(39,46,43)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #D2EBD6

#D2EBD6
(210,235,214)
#D6ECD9
(214,236,217)
#DAEDDC
(218,237,220)
#DEEEDF
(222,238,223)
#E2EFE2
(226,239,226)
#E6F0E5
(230,240,229)
#EAF1E8
(234,241,232)
#EEF2EB
(238,242,235)
#F2F3EE
(242,243,238)
#F6F4F1
(246,244,241)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EBD6; }

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

This text font color is #D2EBD6.

Background Color

.myBgColor { background-color: #D2EBD6; }

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

This div background color is #D2EBD6.

Border color

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

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

This div border color is #D2EBD6.

Opacity

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

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

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

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

This text has shadow with #D2EBD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2EBD6.

Preview

Color preview on black background

This text has color #D2EBD6 on black background.


Color preview on white background

This text has color #D2EBD6 on white background.


Black color preview on #D2EBD6 background

This text has black color on #D2EBD6 background.


White color preview on #D2EBD6 background

This text has white color on #D2EBD6 background.


Related colors

Complementary color

Complementary color for #hex is #2D1429.


I love getcolorcode.com

Triadic colors

1 #D6D2EB and #EBD6D2 with #D2EBD6 are triadic colors.

2 #D6EBD2 and #EBD2D6 with #D2EBD6 are triadic colors.