COLOR #D5EBEA

HEX: #D5EBEA
RGB: (213,235,234)

Color info

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

RGB color model

#D5EBEA color RGB value is (213,235,234).

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

RGB channels and saturation

R 213 of 255 = 84%
G 235 of 255 = 92%
B 234 of 255 = 92%

213
235
234

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

Portions of RGB colors in percentages

R + G + B =
213 + 235 + 234 = 682 (100%)
R 213 of 682 ~ 31.23%
G 235 of 682 ~ 34.46%
B 234 of 682 ~ 34.31%

%31.23
%34.46
%34.31

CMYK color model

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

  • cyan value is 9.36%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 7.84%
CMYK:
(9,0,0,8)
C9M0Y0K8 
(9%,0%,0%,8%)
(0.09/0.00/0.00/0.08)	

CMYK percentages

%9.36
%0
%0.43
%7.84

Codes

Color #D5EBEA in popluar color models

D5EBEA
RGB213235234
HSL177°35.48%87.84%
HSB/HSV177°9.36%92.16%
CMYK9.36%0.00%0.43%
7.84%

Color #D5EBEA in popluar number systems.

HEXD5EBEA
Decimal213235234
Binary110101011110101111101010
Octal325353352

Shades and tints

Shades of #D5EBEA

#D5EBEA
(213,235,234)
#C2D6D5
(194,214,213)
#AFC1C0
(175,193,192)
#9CACAB
(156,172,171)
#899796
(137,151,150)
#768281
(118,130,129)
#636D6C
(99,109,108)
#505857
(80,88,87)
#3D4342
(61,67,66)
#2A2E2D
(42,46,45)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #D5EBEA

#D5EBEA
(213,235,234)
#D8ECEB
(216,236,235)
#DBEDEC
(219,237,236)
#DEEEED
(222,238,237)
#E1EFEE
(225,239,238)
#E4F0EF
(228,240,239)
#E7F1F0
(231,241,240)
#EAF2F1
(234,242,241)
#EDF3F2
(237,243,242)
#F0F4F3
(240,244,243)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EBEA; }

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

This text font color is #D5EBEA.


Background Color

.myBgColor { background-color: #D5EBEA; }

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

This div background color is #D5EBEA.


Border color

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

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

This div border color is #D5EBEA.


Opacity

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

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

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

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

This text has shadow with #D5EBEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EBEA on black background.


Color preview on white background

This text has color #D5EBEA on white background.



Black color preview on #D5EBEA background

This text has black color on #D5EBEA background.


White color preview on #D5EBEA background

This text has white color on #D5EBEA background.