COLOR #D9EABF

HEX: #D9EABF RGB: (217,234,191)

Color info

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

RGB color model

#D9EABF color RGB value is (217,234,191).

RGB: (217,234,191) (85%, 92%, 75%)

RGB channels and saturation

R 217 of 255 = 85%
G 234 of 255 = 92%
B 191 of 255 = 75%

217
234
191

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

Portions of RGB colors in percentages

R + G + B = 217 + 234 + 191 = 642 (100%)
R 217 of 642 ~ 33.8%
G 234 of 642 ~ 36.45%
B 191 of 642 ~ 29.75'%

%33.8
%36.45
%29.75

CMYK color model

#D9EABF color CMYK value is (7,0,18,8).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 18.38%
  • key color value is 8.24%

CMYK: (7,0,18,8)
C7M0Y18K8 (7%, 0%, 18%, 8%)
(0.07 / 0.00 / 0.18 / 0.08)

CMYK percentages

%7.26
%0
%18.38
%8.24

Codes

Color #D9EABF in popluar color models

D9 EA BF
RGB 217 234 191
HSL 84° 50.59% 83.33%
HSB/HSV 84° 18.38% 91.76%
CMYK 7.26% 0.00% 18.38%
8.24%

Color #D9EABF in popluar number systems.

HEX D9 EA BF
Decimal 217 234 191
Binary 11011001 11101010 10111111
Octal 331 352 277

Shades and tints

Shades of #D9EABF

#D9EABF
(217,234,191)
#C6D5AE
(198,213,174)
#B3C09D
(179,192,157)
#A0AB8C
(160,171,140)
#8D967B
(141,150,123)
#7A816A
(122,129,106)
#676C59
(103,108,89)
#545748
(84,87,72)
#414237
(65,66,55)
#2E2D26
(46,45,38)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #D9EABF

#D9EABF
(217,234,191)
#DCEBC4
(220,235,196)
#DFECC9
(223,236,201)
#E2EDCE
(226,237,206)
#E5EED3
(229,238,211)
#E8EFD8
(232,239,216)
#EBF0DD
(235,240,221)
#EEF1E2
(238,241,226)
#F1F2E7
(241,242,231)
#F4F3EC
(244,243,236)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EABF; }

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

This text font color is #D9EABF.

Background Color

.myBgColor { background-color: #D9EABF; }

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

This div background color is #D9EABF.

Border color

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

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

This div border color is #D9EABF.

Opacity

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

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

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

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

This text has shadow with #D9EABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EABF.

Preview

Color preview on black background

This text has color #D9EABF on black background.


Color preview on white background

This text has color #D9EABF on white background.


Black color preview on #D9EABF background

This text has black color on #D9EABF background.


White color preview on #D9EABF background

This text has white color on #D9EABF background.


Related colors

Complementary color

Complementary color for #hex is #261540.


I love getcolorcode.com

Triadic colors

1 #BFD9EA and #EABFD9 with #D9EABF are triadic colors.

2 #BFEAD9 and #EAD9BF with #D9EABF are triadic colors.