COLOR #D5EBEF

HEX: #D5EBEF RGB: (213,235,239)

Color info

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

RGB color model

#D5EBEF color RGB value is (213,235,239).

RGB: (213,235,239) (84%, 92%, 94%)

RGB channels and saturation

R 213 of 255 = 84%
G 235 of 255 = 92%
B 239 of 255 = 94%

213
235
239

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

Portions of RGB colors in percentages

R + G + B = 213 + 235 + 239 = 687 (100%)
R 213 of 687 ~ 31%
G 235 of 687 ~ 34.21%
B 239 of 687 ~ 34.79'%

%31
%34.21
%34.79

CMYK color model

#D5EBEF color CMYK value is (11,2,0,6).

  • cyan value is 10.88%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (11,2,0,6)
C11M2Y0K6 (11%, 2%, 0%, 6%)
(0.11 / 0.02 / 0.00 / 0.06)

CMYK percentages

%10.88
%1.67
%0
%6.27

Codes

Color #D5EBEF in popluar color models

D5 EB EF
RGB 213 235 239
HSL 189° 44.83% 88.63%
HSB/HSV 189° 10.88% 93.73%
CMYK 10.88% 1.67% 0.00%
6.27%

Color #D5EBEF in popluar number systems.

HEX D5 EB EF
Decimal 213 235 239
Binary 11010101 11101011 11101111
Octal 325 353 357

Shades and tints

Shades of #D5EBEF

#D5EBEF
(213,235,239)
#C2D6DA
(194,214,218)
#AFC1C5
(175,193,197)
#9CACB0
(156,172,176)
#89979B
(137,151,155)
#768286
(118,130,134)
#636D71
(99,109,113)
#50585C
(80,88,92)
#3D4347
(61,67,71)
#2A2E32
(42,46,50)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #D5EBEF

#D5EBEF
(213,235,239)
#D8ECF0
(216,236,240)
#DBEDF1
(219,237,241)
#DEEEF2
(222,238,242)
#E1EFF3
(225,239,243)
#E4F0F4
(228,240,244)
#E7F1F5
(231,241,245)
#EAF2F6
(234,242,246)
#EDF3F7
(237,243,247)
#F0F4F8
(240,244,248)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EBEF; }

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

This text font color is #D5EBEF.

Background Color

.myBgColor { background-color: #D5EBEF; }

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

This div background color is #D5EBEF.

Border color

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

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

This div border color is #D5EBEF.

Opacity

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

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

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

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

This text has shadow with #D5EBEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5EBEF.

Preview

Color preview on black background

This text has color #D5EBEF on black background.


Color preview on white background

This text has color #D5EBEF on white background.


Black color preview on #D5EBEF background

This text has black color on #D5EBEF background.


White color preview on #D5EBEF background

This text has white color on #D5EBEF background.


Related colors

Complementary color

Complementary color for #hex is #2A1410.


I love getcolorcode.com

Triadic colors

1 #EFD5EB and #EBEFD5 with #D5EBEF are triadic colors.

2 #EFEBD5 and #EBD5EF with #D5EBEF are triadic colors.