COLOR #D5EBEE

HEX: #D5EBEE
RGB: (213,235,238)

Color info

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

RGB color model

#D5EBEE color RGB value is (213,235,238).

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

RGB channels and saturation

R 213 of 255 = 84%
G 235 of 255 = 92%
B 238 of 255 = 93%

213
235
238

R + G + B ~ 90%. #D5EBEE is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 235 + 238 = 686 (100%)
R 213 of 686 ~ 31.05%
G 235 of 686 ~ 34.26%
B 238 of 686 ~ 34.69%

%31.05
%34.26
%34.69

CMYK color model

#D5EBEE color CMYK value is (11,1,0,7).

  • cyan value is 10.50%
  • magenta value is 1.26%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(11,1,0,7)
C11M1Y0K7 
(11%,1%,0%,7%)
(0.11/0.01/0.00/0.07)	

CMYK percentages

%10.5
%1.26
%0
%6.67

Codes

Color #D5EBEE in popluar color models

D5EBEE
RGB213235238
HSL187°42.37%88.43%
HSB/HSV187°10.50%93.33%
CMYK10.50%1.26%0.00%
6.67%

Color #D5EBEE in popluar number systems.

HEXD5EBEE
Decimal213235238
Binary110101011110101111101110
Octal325353356

Shades and tints

Shades of #D5EBEE

#D5EBEE
(213,235,238)
#C2D6D9
(194,214,217)
#AFC1C4
(175,193,196)
#9CACAF
(156,172,175)
#89979A
(137,151,154)
#768285
(118,130,133)
#636D70
(99,109,112)
#50585B
(80,88,91)
#3D4346
(61,67,70)
#2A2E31
(42,46,49)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #D5EBEE

#D5EBEE
(213,235,238)
#D8ECEF
(216,236,239)
#DBEDF0
(219,237,240)
#DEEEF1
(222,238,241)
#E1EFF2
(225,239,242)
#E4F0F3
(228,240,243)
#E7F1F4
(231,241,244)
#EAF2F5
(234,242,245)
#EDF3F6
(237,243,246)
#F0F4F7
(240,244,247)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EBEE; }

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

This text font color is #D5EBEE.


Background Color

.myBgColor { background-color: #D5EBEE; }

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

This div background color is #D5EBEE.


Border color

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

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

This div border color is #D5EBEE.


Opacity

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

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

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

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

This text has shadow with #D5EBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EBEE on black background.


Color preview on white background

This text has color #D5EBEE on white background.



Black color preview on #D5EBEE background

This text has black color on #D5EBEE background.


White color preview on #D5EBEE background

This text has white color on #D5EBEE background.