COLOR #D5EBE8

HEX: #D5EBE8 RGB: (213,235,232)

Color info

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

RGB color model

#D5EBE8 color RGB value is (213,235,232).

RGB: (213,235,232) (84%, 92%, 91%)

RGB channels and saturation

R 213 of 255 = 84%
G 235 of 255 = 92%
B 232 of 255 = 91%

213
235
232

R + G + B ~ 89%. #D5EBE8 is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 235 + 232 = 680 (100%)
R 213 of 680 ~ 31.32%
G 235 of 680 ~ 34.56%
B 232 of 680 ~ 34.12'%

%31.32
%34.56
%34.12

CMYK color model

#D5EBE8 color CMYK value is (9,0,1,8).

  • cyan value is 9.36%
  • magenta value is 0.00%
  • yellow value is 1.28%
  • key color value is 7.84%

CMYK: (9,0,1,8)
C9M0Y1K8 (9%, 0%, 1%, 8%)
(0.09 / 0.00 / 0.01 / 0.08)

CMYK percentages

%9.36
%0
%1.28
%7.84

Codes

Color #D5EBE8 in popluar color models

D5 EB E8
RGB 213 235 232
HSL 172° 35.48% 87.84%
HSB/HSV 172° 9.36% 92.16%
CMYK 9.36% 0.00% 1.28%
7.84%

Color #D5EBE8 in popluar number systems.

HEX D5 EB E8
Decimal 213 235 232
Binary 11010101 11101011 11101000
Octal 325 353 350

Shades and tints

Shades of #D5EBE8

#D5EBE8
(213,235,232)
#C2D6D3
(194,214,211)
#AFC1BE
(175,193,190)
#9CACA9
(156,172,169)
#899794
(137,151,148)
#76827F
(118,130,127)
#636D6A
(99,109,106)
#505855
(80,88,85)
#3D4340
(61,67,64)
#2A2E2B
(42,46,43)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #D5EBE8

#D5EBE8
(213,235,232)
#D8ECEA
(216,236,234)
#DBEDEC
(219,237,236)
#DEEEEE
(222,238,238)
#E1EFF0
(225,239,240)
#E4F0F2
(228,240,242)
#E7F1F4
(231,241,244)
#EAF2F6
(234,242,246)
#EDF3F8
(237,243,248)
#F0F4FA
(240,244,250)
#F3F5FC
(243,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EBE8 color. Also use rgb(213,235,232) instead hex code.

Text Font Color

.myTextColor { color: #D5EBE8; }

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

This text font color is #D5EBE8.

Background Color

.myBgColor { background-color: #D5EBE8; }

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

This div background color is #D5EBE8.

Border color

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

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

This div border color is #D5EBE8.

Opacity

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

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

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

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

This text has shadow with #D5EBE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5EBE8.

Preview

Color preview on black background

This text has color #D5EBE8 on black background.


Color preview on white background

This text has color #D5EBE8 on white background.


Black color preview on #D5EBE8 background

This text has black color on #D5EBE8 background.


White color preview on #D5EBE8 background

This text has white color on #D5EBE8 background.


Related colors

Complementary color

Complementary color for #hex is #2A1417.


I love getcolorcode.com

Triadic colors

1 #E8D5EB and #EBE8D5 with #D5EBE8 are triadic colors.

2 #E8EBD5 and #EBD5E8 with #D5EBE8 are triadic colors.