COLOR #D5EFD5

HEX: #D5EFD5
RGB: (213,239,213)

Color info

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

RGB color model

#D5EFD5 color RGB value is (213,239,213).

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

RGB channels and saturation

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

213
239
213

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

Portions of RGB colors in percentages

R + G + B =
213 + 239 + 213 = 665 (100%)
R 213 of 665 ~ 32.03%
G 239 of 665 ~ 35.94%
B 213 of 665 ~ 32.03%

%32.03
%35.94
%32.03

CMYK color model

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

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

CMYK percentages

%10.88
%0
%10.88
%6.27

Codes

Color #D5EFD5 in popluar color models

D5EFD5
RGB213239213
HSL120°44.83%88.63%
HSB/HSV120°10.88%93.73%
CMYK10.88%0.00%10.88%
6.27%

Color #D5EFD5 in popluar number systems.

HEXD5EFD5
Decimal213239213
Binary110101011110111111010101
Octal325357325

Shades and tints

Shades of #D5EFD5

#D5EFD5
(213,239,213)
#C2DAC2
(194,218,194)
#AFC5AF
(175,197,175)
#9CB09C
(156,176,156)
#899B89
(137,155,137)
#768676
(118,134,118)
#637163
(99,113,99)
#505C50
(80,92,80)
#3D473D
(61,71,61)
#2A322A
(42,50,42)
#171D17
(23,29,23)
#000000
(0,0,0)

Tints of #D5EFD5

#D5EFD5
(213,239,213)
#D8F0D8
(216,240,216)
#DBF1DB
(219,241,219)
#DEF2DE
(222,242,222)
#E1F3E1
(225,243,225)
#E4F4E4
(228,244,228)
#E7F5E7
(231,245,231)
#EAF6EA
(234,246,234)
#EDF7ED
(237,247,237)
#F0F8F0
(240,248,240)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EFD5; }

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

This text font color is #D5EFD5.


Background Color

.myBgColor { background-color: #D5EFD5; }

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

This div background color is #D5EFD5.


Border color

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

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

This div border color is #D5EFD5.


Opacity

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

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

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

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

This text has shadow with #D5EFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EFD5 on black background.


Color preview on white background

This text has color #D5EFD5 on white background.



Black color preview on #D5EFD5 background

This text has black color on #D5EFD5 background.


White color preview on #D5EFD5 background

This text has white color on #D5EFD5 background.