COLOR #D5E3E9

HEX: #D5E3E9
RGB: (213,227,233)

Color info

#D5E3E9 contains red, green and blue colors in about the same proportion. Web safe color of #D5E3E9 is #CCCCFF (or #CCF).

RGB color model

#D5E3E9 color RGB value is (213,227,233).

  • red value is 213;
  • green value is 227;
  • blue value is 233.
RGB:
(213,227,233)
(84%,89%,91%)

RGB channels and saturation

R 213 of 255 = 84%
G 227 of 255 = 89%
B 233 of 255 = 91%

213
227
233

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

Portions of RGB colors in percentages

R + G + B =
213 + 227 + 233 = 673 (100%)
R 213 of 673 ~ 31.65%
G 227 of 673 ~ 33.73%
B 233 of 673 ~ 34.62%

%31.65
%33.73
%34.62

CMYK color model

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

  • cyan value is 8.58%
  • magenta value is 2.58%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(9,3,0,9)
C9M3Y0K9 
(9%,3%,0%,9%)
(0.09/0.03/0.00/0.09)	

CMYK percentages

%8.58
%2.58
%0
%8.63

Codes

Color #D5E3E9 in popluar color models

D5E3E9
RGB213227233
HSL198°31.25%87.45%
HSB/HSV198°8.58%91.37%
CMYK8.58%2.58%0.00%
8.63%

Color #D5E3E9 in popluar number systems.

HEXD5E3E9
Decimal213227233
Binary110101011110001111101001
Octal325343351

Shades and tints

Shades of #D5E3E9

#D5E3E9
(213,227,233)
#C2CFD4
(194,207,212)
#AFBBBF
(175,187,191)
#9CA7AA
(156,167,170)
#899395
(137,147,149)
#767F80
(118,127,128)
#636B6B
(99,107,107)
#505756
(80,87,86)
#3D4341
(61,67,65)
#2A2F2C
(42,47,44)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #D5E3E9

#D5E3E9
(213,227,233)
#D8E5EB
(216,229,235)
#DBE7ED
(219,231,237)
#DEE9EF
(222,233,239)
#E1EBF1
(225,235,241)
#E4EDF3
(228,237,243)
#E7EFF5
(231,239,245)
#EAF1F7
(234,241,247)
#EDF3F9
(237,243,249)
#F0F5FB
(240,245,251)
#F3F7FD
(243,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E3E9 color. Also use rgb(213,227,233) instead hex code.

Text Font Color

.myTextColor { color: #D5E3E9; }

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

This text font color is #D5E3E9.


Background Color

.myBgColor { background-color: #D5E3E9; }

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

This div background color is #D5E3E9.


Border color

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

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

This div border color is #D5E3E9.


Opacity

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

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

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

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

This text has shadow with #D5E3E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E3E9 on black background.


Color preview on white background

This text has color #D5E3E9 on white background.



Black color preview on #D5E3E9 background

This text has black color on #D5E3E9 background.


White color preview on #D5E3E9 background

This text has white color on #D5E3E9 background.