COLOR #D5EACF

HEX: #D5EACF
RGB: (213,234,207)

Color info

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

RGB color model

#D5EACF color RGB value is (213,234,207).

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

RGB channels and saturation

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

213
234
207

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

Portions of RGB colors in percentages

R + G + B =
213 + 234 + 207 = 654 (100%)
R 213 of 654 ~ 32.57%
G 234 of 654 ~ 35.78%
B 207 of 654 ~ 31.65%

%32.57
%35.78
%31.65

CMYK color model

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

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 11.54%
  • 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.54
%8.24

Codes

Color #D5EACF in popluar color models

D5EACF
RGB213234207
HSL107°39.13%86.47%
HSB/HSV107°11.54%91.76%
CMYK8.97%0.00%11.54%
8.24%

Color #D5EACF in popluar number systems.

HEXD5EACF
Decimal213234207
Binary110101011110101011001111
Octal325352317

Shades and tints

Shades of #D5EACF

#D5EACF
(213,234,207)
#C2D5BD
(194,213,189)
#AFC0AB
(175,192,171)
#9CAB99
(156,171,153)
#899687
(137,150,135)
#768175
(118,129,117)
#636C63
(99,108,99)
#505751
(80,87,81)
#3D423F
(61,66,63)
#2A2D2D
(42,45,45)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #D5EACF

#D5EACF
(213,234,207)
#D8EBD3
(216,235,211)
#DBECD7
(219,236,215)
#DEEDDB
(222,237,219)
#E1EEDF
(225,238,223)
#E4EFE3
(228,239,227)
#E7F0E7
(231,240,231)
#EAF1EB
(234,241,235)
#EDF2EF
(237,242,239)
#F0F3F3
(240,243,243)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EACF; }

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

This text font color is #D5EACF.


Background Color

.myBgColor { background-color: #D5EACF; }

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

This div background color is #D5EACF.


Border color

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

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

This div border color is #D5EACF.


Opacity

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

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

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

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

This text has shadow with #D5EACF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EACF on black background.


Color preview on white background

This text has color #D5EACF on white background.



Black color preview on #D5EACF background

This text has black color on #D5EACF background.


White color preview on #D5EACF background

This text has white color on #D5EACF background.