COLOR #D5EACE

HEX: #D5EACE
RGB: (213,234,206)

Color info

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

RGB color model

#D5EACE color RGB value is (213,234,206).

  • red value is 213;
  • green value is 234;
  • blue value is 206.
RGB:
(213,234,206)
(84%,92%,81%)

RGB channels and saturation

R 213 of 255 = 84%
G 234 of 255 = 92%
B 206 of 255 = 81%

213
234
206

R + G + B ~ 86%. #D5EACE is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 234 + 206 = 653 (100%)
R 213 of 653 ~ 32.62%
G 234 of 653 ~ 35.83%
B 206 of 653 ~ 31.55%

%32.62
%35.83
%31.55

CMYK color model

#D5EACE color CMYK value is (9,0,12,8).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 11.97%
  • key color value is 8.24%
CMYK:
(9,0,12,8)
C9M0Y12K8 
(9%,0%,12%,8%)
(0.09/0.00/0.12/0.08)	

CMYK percentages

%8.97
%0
%11.97
%8.24

Codes

Color #D5EACE in popluar color models

D5EACE
RGB213234206
HSL105°40.00%86.27%
HSB/HSV105°11.97%91.76%
CMYK8.97%0.00%11.97%
8.24%

Color #D5EACE in popluar number systems.

HEXD5EACE
Decimal213234206
Binary110101011110101011001110
Octal325352316

Shades and tints

Shades of #D5EACE

#D5EACE
(213,234,206)
#C2D5BC
(194,213,188)
#AFC0AA
(175,192,170)
#9CAB98
(156,171,152)
#899686
(137,150,134)
#768174
(118,129,116)
#636C62
(99,108,98)
#505750
(80,87,80)
#3D423E
(61,66,62)
#2A2D2C
(42,45,44)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #D5EACE

#D5EACE
(213,234,206)
#D8EBD2
(216,235,210)
#DBECD6
(219,236,214)
#DEEDDA
(222,237,218)
#E1EEDE
(225,238,222)
#E4EFE2
(228,239,226)
#E7F0E6
(231,240,230)
#EAF1EA
(234,241,234)
#EDF2EE
(237,242,238)
#F0F3F2
(240,243,242)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EACE; }

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

This text font color is #D5EACE.


Background Color

.myBgColor { background-color: #D5EACE; }

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

This div background color is #D5EACE.


Border color

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

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

This div border color is #D5EACE.


Opacity

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

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

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

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

This text has shadow with #D5EACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EACE on black background.


Color preview on white background

This text has color #D5EACE on white background.



Black color preview on #D5EACE background

This text has black color on #D5EACE background.


White color preview on #D5EACE background

This text has white color on #D5EACE background.