COLOR #D6EABF

HEX: #D6EABF
RGB: (214,234,191)

Color info

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

RGB color model

#D6EABF color RGB value is (214,234,191).

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

RGB channels and saturation

R 214 of 255 = 84%
G 234 of 255 = 92%
B 191 of 255 = 75%

214
234
191

R + G + B ~ 84%. #D6EABF is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 234 + 191 = 639 (100%)
R 214 of 639 ~ 33.49%
G 234 of 639 ~ 36.62%
B 191 of 639 ~ 29.89%

%33.49
%36.62
%29.89

CMYK color model

#D6EABF color CMYK value is (9,0,18,8).

  • cyan value is 8.55%
  • magenta value is 0.00%
  • yellow value is 18.38%
  • key color value is 8.24%
CMYK:
(9,0,18,8)
C9M0Y18K8 
(9%,0%,18%,8%)
(0.09/0.00/0.18/0.08)	

CMYK percentages

%8.55
%0
%18.38
%8.24

Codes

Color #D6EABF in popluar color models

D6EABF
RGB214234191
HSL88°50.59%83.33%
HSB/HSV88°18.38%91.76%
CMYK8.55%0.00%18.38%
8.24%

Color #D6EABF in popluar number systems.

HEXD6EABF
Decimal214234191
Binary110101101110101010111111
Octal326352277

Shades and tints

Shades of #D6EABF

#D6EABF
(214,234,191)
#C3D5AE
(195,213,174)
#B0C09D
(176,192,157)
#9DAB8C
(157,171,140)
#8A967B
(138,150,123)
#77816A
(119,129,106)
#646C59
(100,108,89)
#515748
(81,87,72)
#3E4237
(62,66,55)
#2B2D26
(43,45,38)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #D6EABF

#D6EABF
(214,234,191)
#D9EBC4
(217,235,196)
#DCECC9
(220,236,201)
#DFEDCE
(223,237,206)
#E2EED3
(226,238,211)
#E5EFD8
(229,239,216)
#E8F0DD
(232,240,221)
#EBF1E2
(235,241,226)
#EEF2E7
(238,242,231)
#F1F3EC
(241,243,236)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EABF; }

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

This text font color is #D6EABF.


Background Color

.myBgColor { background-color: #D6EABF; }

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

This div background color is #D6EABF.


Border color

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

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

This div border color is #D6EABF.


Opacity

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

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

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

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

This text has shadow with #D6EABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EABF on black background.


Color preview on white background

This text has color #D6EABF on white background.



Black color preview on #D6EABF background

This text has black color on #D6EABF background.


White color preview on #D6EABF background

This text has white color on #D6EABF background.