COLOR #D9FEC0

HEX: #D9FEC0 RGB: (217,254,192)

Color info

#D9FEC0 contains mainly red and green colors. Web safe color of #D9FEC0 is #CCFFCC (or #CFC).

RGB color model

#D9FEC0 color RGB value is (217,254,192).

RGB: (217,254,192) (85%, 100%, 75%)

RGB channels and saturation

R 217 of 255 = 85%
G 254 of 255 = 100%
B 192 of 255 = 75%

217
254
192

R + G + B ~ 87%. #D9FEC0 is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 254 + 192 = 663 (100%)
R 217 of 663 ~ 32.73%
G 254 of 663 ~ 38.31%
B 192 of 663 ~ 28.96'%

%32.73
%38.31
%28.96

CMYK color model

#D9FEC0 color CMYK value is (15,0,24,0).

  • cyan value is 14.57%
  • magenta value is 0.00%
  • yellow value is 24.41%
  • key color value is 0.39%

CMYK: (15,0,24,0)
C15M0Y24K0 (15%, 0%, 24%, 0%)
(0.15 / 0.00 / 0.24 / 0.00)

CMYK percentages

%14.57
%0
%24.41
%0.39

Codes

Color #D9FEC0 in popluar color models

D9 FE C0
RGB 217 254 192
HSL 96° 96.88% 87.45%
HSB/HSV 96° 24.41% 99.61%
CMYK 14.57% 0.00% 24.41%
0.39%

Color #D9FEC0 in popluar number systems.

HEX D9 FE C0
Decimal 217 254 192
Binary 11011001 11111110 11000000
Octal 331 376 300

Shades and tints

Shades of #D9FEC0

#D9FEC0
(217,254,192)
#C6E7AF
(198,231,175)
#B3D09E
(179,208,158)
#A0B98D
(160,185,141)
#8DA27C
(141,162,124)
#7A8B6B
(122,139,107)
#67745A
(103,116,90)
#545D49
(84,93,73)
#414638
(65,70,56)
#2E2F27
(46,47,39)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #D9FEC0

#D9FEC0
(217,254,192)
#DCFEC5
(220,254,197)
#DFFECA
(223,254,202)
#E2FECF
(226,254,207)
#E5FED4
(229,254,212)
#E8FED9
(232,254,217)
#EBFEDE
(235,254,222)
#EEFEE3
(238,254,227)
#F1FEE8
(241,254,232)
#F4FEED
(244,254,237)
#F7FEF2
(247,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9FEC0 color. Also use rgb(217,254,192) instead hex code.

Text Font Color

.myTextColor { color: #D9FEC0; }

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

This text font color is #D9FEC0.

Background Color

.myBgColor { background-color: #D9FEC0; }

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

This div background color is #D9FEC0.

Border color

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

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

This div border color is #D9FEC0.

Opacity

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

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

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

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

This text has shadow with #D9FEC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9FEC0.

Preview

Color preview on black background

This text has color #D9FEC0 on black background.


Color preview on white background

This text has color #D9FEC0 on white background.


Black color preview on #D9FEC0 background

This text has black color on #D9FEC0 background.


White color preview on #D9FEC0 background

This text has white color on #D9FEC0 background.


Related colors

Complementary color

Complementary color for #hex is #26013F.


I love getcolorcode.com

Triadic colors

1 #C0D9FE and #FEC0D9 with #D9FEC0 are triadic colors.

2 #C0FED9 and #FED9C0 with #D9FEC0 are triadic colors.