COLOR #D5EBE4

HEX: #D5EBE4
RGB: (213,235,228)

Color info

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

RGB color model

#D5EBE4 color RGB value is (213,235,228).

  • red value is 213;
  • green value is 235;
  • blue value is 228.
RGB:
(213,235,228)
(84%,92%,89%)

RGB channels and saturation

R 213 of 255 = 84%
G 235 of 255 = 92%
B 228 of 255 = 89%

213
235
228

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

Portions of RGB colors in percentages

R + G + B =
213 + 235 + 228 = 676 (100%)
R 213 of 676 ~ 31.51%
G 235 of 676 ~ 34.76%
B 228 of 676 ~ 33.73%

%31.51
%34.76
%33.73

CMYK color model

#D5EBE4 color CMYK value is (9,0,3,8).

  • cyan value is 9.36%
  • magenta value is 0.00%
  • yellow value is 2.98%
  • key color value is 7.84%
CMYK:
(9,0,3,8)
C9M0Y3K8 
(9%,0%,3%,8%)
(0.09/0.00/0.03/0.08)	

CMYK percentages

%9.36
%0
%2.98
%7.84

Codes

Color #D5EBE4 in popluar color models

D5EBE4
RGB213235228
HSL161°35.48%87.84%
HSB/HSV161°9.36%92.16%
CMYK9.36%0.00%2.98%
7.84%

Color #D5EBE4 in popluar number systems.

HEXD5EBE4
Decimal213235228
Binary110101011110101111100100
Octal325353344

Shades and tints

Shades of #D5EBE4

#D5EBE4
(213,235,228)
#C2D6D0
(194,214,208)
#AFC1BC
(175,193,188)
#9CACA8
(156,172,168)
#899794
(137,151,148)
#768280
(118,130,128)
#636D6C
(99,109,108)
#505858
(80,88,88)
#3D4344
(61,67,68)
#2A2E30
(42,46,48)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #D5EBE4

#D5EBE4
(213,235,228)
#D8ECE6
(216,236,230)
#DBEDE8
(219,237,232)
#DEEEEA
(222,238,234)
#E1EFEC
(225,239,236)
#E4F0EE
(228,240,238)
#E7F1F0
(231,241,240)
#EAF2F2
(234,242,242)
#EDF3F4
(237,243,244)
#F0F4F6
(240,244,246)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EBE4; }

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

This text font color is #D5EBE4.


Background Color

.myBgColor { background-color: #D5EBE4; }

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

This div background color is #D5EBE4.


Border color

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

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

This div border color is #D5EBE4.


Opacity

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

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

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

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

This text has shadow with #D5EBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EBE4 on black background.


Color preview on white background

This text has color #D5EBE4 on white background.



Black color preview on #D5EBE4 background

This text has black color on #D5EBE4 background.


White color preview on #D5EBE4 background

This text has white color on #D5EBE4 background.