COLOR #D6EACF

HEX: #D6EACF
RGB: (214,234,207)

Color info

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

RGB color model

#D6EACF color RGB value is (214,234,207).

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

RGB channels and saturation

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

214
234
207

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

Portions of RGB colors in percentages

R + G + B =
214 + 234 + 207 = 655 (100%)
R 214 of 655 ~ 32.67%
G 234 of 655 ~ 35.73%
B 207 of 655 ~ 31.6%

%32.67
%35.73
%31.6

CMYK color model

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

  • cyan value is 8.55%
  • 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.55
%0
%11.54
%8.24

Codes

Color #D6EACF in popluar color models

D6EACF
RGB214234207
HSL104°39.13%86.47%
HSB/HSV104°11.54%91.76%
CMYK8.55%0.00%11.54%
8.24%

Color #D6EACF in popluar number systems.

HEXD6EACF
Decimal214234207
Binary110101101110101011001111
Octal326352317

Shades and tints

Shades of #D6EACF

#D6EACF
(214,234,207)
#C3D5BD
(195,213,189)
#B0C0AB
(176,192,171)
#9DAB99
(157,171,153)
#8A9687
(138,150,135)
#778175
(119,129,117)
#646C63
(100,108,99)
#515751
(81,87,81)
#3E423F
(62,66,63)
#2B2D2D
(43,45,45)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #D6EACF

#D6EACF
(214,234,207)
#D9EBD3
(217,235,211)
#DCECD7
(220,236,215)
#DFEDDB
(223,237,219)
#E2EEDF
(226,238,223)
#E5EFE3
(229,239,227)
#E8F0E7
(232,240,231)
#EBF1EB
(235,241,235)
#EEF2EF
(238,242,239)
#F1F3F3
(241,243,243)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EACF; }

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

This text font color is #D6EACF.


Background Color

.myBgColor { background-color: #D6EACF; }

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

This div background color is #D6EACF.


Border color

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

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

This div border color is #D6EACF.


Opacity

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

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

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

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

This text has shadow with #D6EACF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EACF on black background.


Color preview on white background

This text has color #D6EACF on white background.



Black color preview on #D6EACF background

This text has black color on #D6EACF background.


White color preview on #D6EACF background

This text has white color on #D6EACF background.