COLOR #D9FABE

HEX: #D9FABE
RGB: (217,250,190)

Color info

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

RGB color model

#D9FABE color RGB value is (217,250,190).

  • red value is 217;
  • green value is 250;
  • blue value is 190.
RGB:
(217,250,190)
(85%,98%,75%)

RGB channels and saturation

R 217 of 255 = 85%
G 250 of 255 = 98%
B 190 of 255 = 75%

217
250
190

R + G + B ~ 86%. #D9FABE is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 250 + 190 = 657 (100%)
R 217 of 657 ~ 33.03%
G 250 of 657 ~ 38.05%
B 190 of 657 ~ 28.92%

%33.03
%38.05
%28.92

CMYK color model

#D9FABE color CMYK value is (13,0,24,2).

  • cyan value is 13.20%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 1.96%
CMYK:
(13,0,24,2)
C13M0Y24K2 
(13%,0%,24%,2%)
(0.13/0.00/0.24/0.02)	

CMYK percentages

%13.2
%0
%24
%1.96

Codes

Color #D9FABE in popluar color models

D9FABE
RGB217250190
HSL93°85.71%86.27%
HSB/HSV93°24.00%98.04%
CMYK13.20%0.00%24.00%
1.96%

Color #D9FABE in popluar number systems.

HEXD9FABE
Decimal217250190
Binary110110011111101010111110
Octal331372276

Shades and tints

Shades of #D9FABE

#D9FABE
(217,250,190)
#C6E4AD
(198,228,173)
#B3CE9C
(179,206,156)
#A0B88B
(160,184,139)
#8DA27A
(141,162,122)
#7A8C69
(122,140,105)
#677658
(103,118,88)
#546047
(84,96,71)
#414A36
(65,74,54)
#2E3425
(46,52,37)
#1B1E14
(27,30,20)
#000000
(0,0,0)

Tints of #D9FABE

#D9FABE
(217,250,190)
#DCFAC3
(220,250,195)
#DFFAC8
(223,250,200)
#E2FACD
(226,250,205)
#E5FAD2
(229,250,210)
#E8FAD7
(232,250,215)
#EBFADC
(235,250,220)
#EEFAE1
(238,250,225)
#F1FAE6
(241,250,230)
#F4FAEB
(244,250,235)
#F7FAF0
(247,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9FABE color. Also use rgb(217,250,190) instead hex code.

Text Font Color

.myTextColor { color: #D9FABE; }

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

This text font color is #D9FABE.


Background Color

.myBgColor { background-color: #D9FABE; }

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

This div background color is #D9FABE.


Border color

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

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

This div border color is #D9FABE.


Opacity

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

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

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

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

This text has shadow with #D9FABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FABE on black background.


Color preview on white background

This text has color #D9FABE on white background.



Black color preview on #D9FABE background

This text has black color on #D9FABE background.


White color preview on #D9FABE background

This text has white color on #D9FABE background.