COLOR #D9EFC4

HEX: #D9EFC4
RGB: (217,239,196)

Color info

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

RGB color model

#D9EFC4 color RGB value is (217,239,196).

  • red value is 217;
  • green value is 239;
  • blue value is 196.
RGB:
(217,239,196)
(85%,94%,77%)

RGB channels and saturation

R 217 of 255 = 85%
G 239 of 255 = 94%
B 196 of 255 = 77%

217
239
196

R + G + B ~ 85%. #D9EFC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 239 + 196 = 652 (100%)
R 217 of 652 ~ 33.28%
G 239 of 652 ~ 36.66%
B 196 of 652 ~ 30.06%

%33.28
%36.66
%30.06

CMYK color model

#D9EFC4 color CMYK value is (9,0,18,6).

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 17.99%
  • key color value is 6.27%
CMYK:
(9,0,18,6)
C9M0Y18K6 
(9%,0%,18%,6%)
(0.09/0.00/0.18/0.06)	

CMYK percentages

%9.21
%0
%17.99
%6.27

Codes

Color #D9EFC4 in popluar color models

D9EFC4
RGB217239196
HSL91°57.33%85.29%
HSB/HSV91°17.99%93.73%
CMYK9.21%0.00%17.99%
6.27%

Color #D9EFC4 in popluar number systems.

HEXD9EFC4
Decimal217239196
Binary110110011110111111000100
Octal331357304

Shades and tints

Shades of #D9EFC4

#D9EFC4
(217,239,196)
#C6DAB3
(198,218,179)
#B3C5A2
(179,197,162)
#A0B091
(160,176,145)
#8D9B80
(141,155,128)
#7A866F
(122,134,111)
#67715E
(103,113,94)
#545C4D
(84,92,77)
#41473C
(65,71,60)
#2E322B
(46,50,43)
#1B1D1A
(27,29,26)
#000000
(0,0,0)

Tints of #D9EFC4

#D9EFC4
(217,239,196)
#DCF0C9
(220,240,201)
#DFF1CE
(223,241,206)
#E2F2D3
(226,242,211)
#E5F3D8
(229,243,216)
#E8F4DD
(232,244,221)
#EBF5E2
(235,245,226)
#EEF6E7
(238,246,231)
#F1F7EC
(241,247,236)
#F4F8F1
(244,248,241)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EFC4; }

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

This text font color is #D9EFC4.


Background Color

.myBgColor { background-color: #D9EFC4; }

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

This div background color is #D9EFC4.


Border color

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

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

This div border color is #D9EFC4.


Opacity

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

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

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

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

This text has shadow with #D9EFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EFC4 on black background.


Color preview on white background

This text has color #D9EFC4 on white background.



Black color preview on #D9EFC4 background

This text has black color on #D9EFC4 background.


White color preview on #D9EFC4 background

This text has white color on #D9EFC4 background.