COLOR #D5EFD0

HEX: #D5EFD0
RGB: (213,239,208)

Color info

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

RGB color model

#D5EFD0 color RGB value is (213,239,208).

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

RGB channels and saturation

R 213 of 255 = 84%
G 239 of 255 = 94%
B 208 of 255 = 82%

213
239
208

R + G + B ~ 87%. #D5EFD0 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 239 + 208 = 660 (100%)
R 213 of 660 ~ 32.27%
G 239 of 660 ~ 36.21%
B 208 of 660 ~ 31.52%

%32.27
%36.21
%31.52

CMYK color model

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

  • cyan value is 10.88%
  • magenta value is 0.00%
  • yellow value is 12.97%
  • key color value is 6.27%
CMYK:
(11,0,13,6)
C11M0Y13K6 
(11%,0%,13%,6%)
(0.11/0.00/0.13/0.06)	

CMYK percentages

%10.88
%0
%12.97
%6.27

Codes

Color #D5EFD0 in popluar color models

D5EFD0
RGB213239208
HSL110°49.21%87.65%
HSB/HSV110°12.97%93.73%
CMYK10.88%0.00%12.97%
6.27%

Color #D5EFD0 in popluar number systems.

HEXD5EFD0
Decimal213239208
Binary110101011110111111010000
Octal325357320

Shades and tints

Shades of #D5EFD0

#D5EFD0
(213,239,208)
#C2DABE
(194,218,190)
#AFC5AC
(175,197,172)
#9CB09A
(156,176,154)
#899B88
(137,155,136)
#768676
(118,134,118)
#637164
(99,113,100)
#505C52
(80,92,82)
#3D4740
(61,71,64)
#2A322E
(42,50,46)
#171D1C
(23,29,28)
#000000
(0,0,0)

Tints of #D5EFD0

#D5EFD0
(213,239,208)
#D8F0D4
(216,240,212)
#DBF1D8
(219,241,216)
#DEF2DC
(222,242,220)
#E1F3E0
(225,243,224)
#E4F4E4
(228,244,228)
#E7F5E8
(231,245,232)
#EAF6EC
(234,246,236)
#EDF7F0
(237,247,240)
#F0F8F4
(240,248,244)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EFD0; }

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

This text font color is #D5EFD0.


Background Color

.myBgColor { background-color: #D5EFD0; }

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

This div background color is #D5EFD0.


Border color

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

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

This div border color is #D5EFD0.


Opacity

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

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

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

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

This text has shadow with #D5EFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EFD0 on black background.


Color preview on white background

This text has color #D5EFD0 on white background.



Black color preview on #D5EFD0 background

This text has black color on #D5EFD0 background.


White color preview on #D5EFD0 background

This text has white color on #D5EFD0 background.