COLOR #D5EFE0

HEX: #D5EFE0
RGB: (213,239,224)

Color info

#D5EFE0 contains red, green and blue colors in about the same proportion. Web safe color of #D5EFE0 is #CCFFCC (or #CFC).

RGB color model

#D5EFE0 color RGB value is (213,239,224).

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

RGB channels and saturation

R 213 of 255 = 84%
G 239 of 255 = 94%
B 224 of 255 = 88%

213
239
224

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

Portions of RGB colors in percentages

R + G + B =
213 + 239 + 224 = 676 (100%)
R 213 of 676 ~ 31.51%
G 239 of 676 ~ 35.36%
B 224 of 676 ~ 33.14%

%31.51
%35.36
%33.14

CMYK color model

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

  • cyan value is 10.88%
  • magenta value is 0.00%
  • yellow value is 6.28%
  • key color value is 6.27%
CMYK:
(11,0,6,6)
C11M0Y6K6 
(11%,0%,6%,6%)
(0.11/0.00/0.06/0.06)	

CMYK percentages

%10.88
%0
%6.28
%6.27

Codes

Color #D5EFE0 in popluar color models

D5EFE0
RGB213239224
HSL145°44.83%88.63%
HSB/HSV145°10.88%93.73%
CMYK10.88%0.00%6.28%
6.27%

Color #D5EFE0 in popluar number systems.

HEXD5EFE0
Decimal213239224
Binary110101011110111111100000
Octal325357340

Shades and tints

Shades of #D5EFE0

#D5EFE0
(213,239,224)
#C2DACC
(194,218,204)
#AFC5B8
(175,197,184)
#9CB0A4
(156,176,164)
#899B90
(137,155,144)
#76867C
(118,134,124)
#637168
(99,113,104)
#505C54
(80,92,84)
#3D4740
(61,71,64)
#2A322C
(42,50,44)
#171D18
(23,29,24)
#000000
(0,0,0)

Tints of #D5EFE0

#D5EFE0
(213,239,224)
#D8F0E2
(216,240,226)
#DBF1E4
(219,241,228)
#DEF2E6
(222,242,230)
#E1F3E8
(225,243,232)
#E4F4EA
(228,244,234)
#E7F5EC
(231,245,236)
#EAF6EE
(234,246,238)
#EDF7F0
(237,247,240)
#F0F8F2
(240,248,242)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EFE0; }

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

This text font color is #D5EFE0.


Background Color

.myBgColor { background-color: #D5EFE0; }

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

This div background color is #D5EFE0.


Border color

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

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

This div border color is #D5EFE0.


Opacity

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

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

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

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

This text has shadow with #D5EFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EFE0 on black background.


Color preview on white background

This text has color #D5EFE0 on white background.



Black color preview on #D5EFE0 background

This text has black color on #D5EFE0 background.


White color preview on #D5EFE0 background

This text has white color on #D5EFE0 background.