COLOR #D2EBE9

HEX: #D2EBE9 RGB: (210,235,233)

Color info

#D2EBE9 contains red, green and blue colors in about the same proportion. Web safe color of #D2EBE9 is #CCFFFF (or #CFF).

RGB color model

#D2EBE9 color RGB value is (210,235,233).

RGB: (210,235,233) (82%, 92%, 91%)

RGB channels and saturation

R 210 of 255 = 82%
G 235 of 255 = 92%
B 233 of 255 = 91%

210
235
233

R + G + B ~ 88%. #D2EBE9 is light color.

Portions of RGB colors in percentages

R + G + B = 210 + 235 + 233 = 678 (100%)
R 210 of 678 ~ 30.97%
G 235 of 678 ~ 34.66%
B 233 of 678 ~ 34.37'%

%30.97
%34.66
%34.37

CMYK color model

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

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

CMYK: (11,0,1,8)
C11M0Y1K8 (11%, 0%, 1%, 8%)
(0.11 / 0.00 / 0.01 / 0.08)

CMYK percentages

%10.64
%0
%0.85
%7.84

Codes

Color #D2EBE9 in popluar color models

D2 EB E9
RGB 210 235 233
HSL 175° 38.46% 87.25%
HSB/HSV 175° 10.64% 92.16%
CMYK 10.64% 0.00% 0.85%
7.84%

Color #D2EBE9 in popluar number systems.

HEX D2 EB E9
Decimal 210 235 233
Binary 11010010 11101011 11101001
Octal 322 353 351

Shades and tints

Shades of #D2EBE9

#D2EBE9
(210,235,233)
#BFD6D4
(191,214,212)
#ACC1BF
(172,193,191)
#99ACAA
(153,172,170)
#869795
(134,151,149)
#738280
(115,130,128)
#606D6B
(96,109,107)
#4D5856
(77,88,86)
#3A4341
(58,67,65)
#272E2C
(39,46,44)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #D2EBE9

#D2EBE9
(210,235,233)
#D6ECEB
(214,236,235)
#DAEDED
(218,237,237)
#DEEEEF
(222,238,239)
#E2EFF1
(226,239,241)
#E6F0F3
(230,240,243)
#EAF1F5
(234,241,245)
#EEF2F7
(238,242,247)
#F2F3F9
(242,243,249)
#F6F4FB
(246,244,251)
#FAF5FD
(250,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EBE9; }

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

This text font color is #D2EBE9.

Background Color

.myBgColor { background-color: #D2EBE9; }

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

This div background color is #D2EBE9.

Border color

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

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

This div border color is #D2EBE9.

Opacity

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

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

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

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

This text has shadow with #D2EBE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2EBE9.

Preview

Color preview on black background

This text has color #D2EBE9 on black background.


Color preview on white background

This text has color #D2EBE9 on white background.


Black color preview on #D2EBE9 background

This text has black color on #D2EBE9 background.


White color preview on #D2EBE9 background

This text has white color on #D2EBE9 background.


Related colors

Complementary color

Complementary color for #hex is #2D1416.


I love getcolorcode.com

Triadic colors

1 #E9D2EB and #EBE9D2 with #D2EBE9 are triadic colors.

2 #E9EBD2 and #EBD2E9 with #D2EBE9 are triadic colors.