COLOR #D5EFE9

HEX: #D5EFE9
RGB: (213,239,233)

Color info

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

RGB color model

#D5EFE9 color RGB value is (213,239,233).

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

RGB channels and saturation

R 213 of 255 = 84%
G 239 of 255 = 94%
B 233 of 255 = 91%

213
239
233

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

Portions of RGB colors in percentages

R + G + B =
213 + 239 + 233 = 685 (100%)
R 213 of 685 ~ 31.09%
G 239 of 685 ~ 34.89%
B 233 of 685 ~ 34.01%

%31.09
%34.89
%34.01

CMYK color model

#D5EFE9 color CMYK value is (11,0,3,6).

  • cyan value is 10.88%
  • magenta value is 0.00%
  • yellow value is 2.51%
  • key color value is 6.27%
CMYK:
(11,0,3,6)
C11M0Y3K6 
(11%,0%,3%,6%)
(0.11/0.00/0.03/0.06)	

CMYK percentages

%10.88
%0
%2.51
%6.27

Codes

Color #D5EFE9 in popluar color models

D5EFE9
RGB213239233
HSL166°44.83%88.63%
HSB/HSV166°10.88%93.73%
CMYK10.88%0.00%2.51%
6.27%

Color #D5EFE9 in popluar number systems.

HEXD5EFE9
Decimal213239233
Binary110101011110111111101001
Octal325357351

Shades and tints

Shades of #D5EFE9

#D5EFE9
(213,239,233)
#C2DAD4
(194,218,212)
#AFC5BF
(175,197,191)
#9CB0AA
(156,176,170)
#899B95
(137,155,149)
#768680
(118,134,128)
#63716B
(99,113,107)
#505C56
(80,92,86)
#3D4741
(61,71,65)
#2A322C
(42,50,44)
#171D17
(23,29,23)
#000000
(0,0,0)

Tints of #D5EFE9

#D5EFE9
(213,239,233)
#D8F0EB
(216,240,235)
#DBF1ED
(219,241,237)
#DEF2EF
(222,242,239)
#E1F3F1
(225,243,241)
#E4F4F3
(228,244,243)
#E7F5F5
(231,245,245)
#EAF6F7
(234,246,247)
#EDF7F9
(237,247,249)
#F0F8FB
(240,248,251)
#F3F9FD
(243,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EFE9; }

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

This text font color is #D5EFE9.


Background Color

.myBgColor { background-color: #D5EFE9; }

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

This div background color is #D5EFE9.


Border color

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

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

This div border color is #D5EFE9.


Opacity

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

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

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

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

This text has shadow with #D5EFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EFE9 on black background.


Color preview on white background

This text has color #D5EFE9 on white background.



Black color preview on #D5EFE9 background

This text has black color on #D5EFE9 background.


White color preview on #D5EFE9 background

This text has white color on #D5EFE9 background.