COLOR #D9EFAF

HEX: #D9EFAF RGB: (217,239,175)

Color info

#D9EFAF contains mainly red and green colors. Web safe color of #D9EFAF is #CCFF99 (or #CF9).

RGB color model

#D9EFAF color RGB value is (217,239,175).

RGB: (217,239,175) (85%, 94%, 69%)

RGB channels and saturation

R 217 of 255 = 85%
G 239 of 255 = 94%
B 175 of 255 = 69%

217
239
175

R + G + B ~ 83%. #D9EFAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 239 + 175 = 631 (100%)
R 217 of 631 ~ 34.39%
G 239 of 631 ~ 37.88%
B 175 of 631 ~ 27.73'%

%34.39
%37.88
%27.73

CMYK color model

#D9EFAF color CMYK value is (9,0,27,6).

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 26.78%
  • key color value is 6.27%

CMYK: (9,0,27,6)
C9M0Y27K6 (9%, 0%, 27%, 6%)
(0.09 / 0.00 / 0.27 / 0.06)

CMYK percentages

%9.21
%0
%26.78
%6.27

Codes

Color #D9EFAF in popluar color models

D9 EF AF
RGB 217 239 175
HSL 81° 66.67% 81.18%
HSB/HSV 81° 26.78% 93.73%
CMYK 9.21% 0.00% 26.78%
6.27%

Color #D9EFAF in popluar number systems.

HEX D9 EF AF
Decimal 217 239 175
Binary 11011001 11101111 10101111
Octal 331 357 257

Shades and tints

Shades of #D9EFAF

#D9EFAF
(217,239,175)
#C6DAA0
(198,218,160)
#B3C591
(179,197,145)
#A0B082
(160,176,130)
#8D9B73
(141,155,115)
#7A8664
(122,134,100)
#677155
(103,113,85)
#545C46
(84,92,70)
#414737
(65,71,55)
#2E3228
(46,50,40)
#1B1D19
(27,29,25)
#000000
(0,0,0)

Tints of #D9EFAF

#D9EFAF
(217,239,175)
#DCF0B6
(220,240,182)
#DFF1BD
(223,241,189)
#E2F2C4
(226,242,196)
#E5F3CB
(229,243,203)
#E8F4D2
(232,244,210)
#EBF5D9
(235,245,217)
#EEF6E0
(238,246,224)
#F1F7E7
(241,247,231)
#F4F8EE
(244,248,238)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EFAF color. Also use rgb(217,239,175) instead hex code.

Text Font Color

.myTextColor { color: #D9EFAF; }

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

This text font color is #D9EFAF.

Background Color

.myBgColor { background-color: #D9EFAF; }

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

This div background color is #D9EFAF.

Border color

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

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

This div border color is #D9EFAF.

Opacity

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

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

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

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

This text has shadow with #D9EFAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EFAF.

Preview

Color preview on black background

This text has color #D9EFAF on black background.


Color preview on white background

This text has color #D9EFAF on white background.


Black color preview on #D9EFAF background

This text has black color on #D9EFAF background.


White color preview on #D9EFAF background

This text has white color on #D9EFAF background.


Related colors

Complementary color

Complementary color for #hex is #261050.


I love getcolorcode.com

Triadic colors

1 #AFD9EF and #EFAFD9 with #D9EFAF are triadic colors.

2 #AFEFD9 and #EFD9AF with #D9EFAF are triadic colors.