COLOR #D8FABE

HEX: #D8FABE RGB: (216,250,190)

Color info

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

RGB color model

#D8FABE color RGB value is (216,250,190).

RGB: (216,250,190) (85%, 98%, 75%)

RGB channels and saturation

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

216
250
190

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

Portions of RGB colors in percentages

R + G + B = 216 + 250 + 190 = 656 (100%)
R 216 of 656 ~ 32.93%
G 250 of 656 ~ 38.11%
B 190 of 656 ~ 28.96'%

%32.93
%38.11
%28.96

CMYK color model

#D8FABE color CMYK value is (14,0,24,2).

  • cyan value is 13.60%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 1.96%

CMYK: (14,0,24,2)
C14M0Y24K2 (14%, 0%, 24%, 2%)
(0.14 / 0.00 / 0.24 / 0.02)

CMYK percentages

%13.6
%0
%24
%1.96

Codes

Color #D8FABE in popluar color models

D8 FA BE
RGB 216 250 190
HSL 94° 85.71% 86.27%
HSB/HSV 94° 24.00% 98.04%
CMYK 13.60% 0.00% 24.00%
1.96%

Color #D8FABE in popluar number systems.

HEX D8 FA BE
Decimal 216 250 190
Binary 11011000 11111010 10111110
Octal 330 372 276

Shades and tints

Shades of #D8FABE

#D8FABE
(216,250,190)
#C5E4AD
(197,228,173)
#B2CE9C
(178,206,156)
#9FB88B
(159,184,139)
#8CA27A
(140,162,122)
#798C69
(121,140,105)
#667658
(102,118,88)
#536047
(83,96,71)
#404A36
(64,74,54)
#2D3425
(45,52,37)
#1A1E14
(26,30,20)
#000000
(0,0,0)

Tints of #D8FABE

#D8FABE
(216,250,190)
#DBFAC3
(219,250,195)
#DEFAC8
(222,250,200)
#E1FACD
(225,250,205)
#E4FAD2
(228,250,210)
#E7FAD7
(231,250,215)
#EAFADC
(234,250,220)
#EDFAE1
(237,250,225)
#F0FAE6
(240,250,230)
#F3FAEB
(243,250,235)
#F6FAF0
(246,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8FABE; }

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

This text font color is #D8FABE.

Background Color

.myBgColor { background-color: #D8FABE; }

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

This div background color is #D8FABE.

Border color

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

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

This div border color is #D8FABE.

Opacity

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

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

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

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

This text has shadow with #D8FABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8FABE.

Preview

Color preview on black background

This text has color #D8FABE on black background.


Color preview on white background

This text has color #D8FABE on white background.


Black color preview on #D8FABE background

This text has black color on #D8FABE background.


White color preview on #D8FABE background

This text has white color on #D8FABE background.


Related colors

Complementary color

Complementary color for #hex is #270541.


I love getcolorcode.com

Triadic colors

1 #BED8FA and #FABED8 with #D8FABE are triadic colors.

2 #BEFAD8 and #FAD8BE with #D8FABE are triadic colors.