COLOR #D4FAAD

HEX: #D4FAAD
RGB: (212,250,173)

Color info

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

RGB color model

#D4FAAD color RGB value is (212,250,173).

  • red value is 212;
  • green value is 250;
  • blue value is 173.
RGB:
(212,250,173)
(83%,98%,68%)

RGB channels and saturation

R 212 of 255 = 83%
G 250 of 255 = 98%
B 173 of 255 = 68%

212
250
173

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

Portions of RGB colors in percentages

R + G + B =
212 + 250 + 173 = 635 (100%)
R 212 of 635 ~ 33.39%
G 250 of 635 ~ 39.37%
B 173 of 635 ~ 27.24%

%33.39
%39.37
%27.24

CMYK color model

#D4FAAD color CMYK value is (15,0,31,2).

  • cyan value is 15.20%
  • magenta value is 0.00%
  • yellow value is 30.80%
  • key color value is 1.96%
CMYK:
(15,0,31,2)
C15M0Y31K2 
(15%,0%,31%,2%)
(0.15/0.00/0.31/0.02)	

CMYK percentages

%15.2
%0
%30.8
%1.96

Codes

Color #D4FAAD in popluar color models

D4FAAD
RGB212250173
HSL90°88.51%82.94%
HSB/HSV90°30.80%98.04%
CMYK15.20%0.00%30.80%
1.96%

Color #D4FAAD in popluar number systems.

HEXD4FAAD
Decimal212250173
Binary110101001111101010101101
Octal324372255

Shades and tints

Shades of #D4FAAD

#D4FAAD
(212,250,173)
#C1E49E
(193,228,158)
#AECE8F
(174,206,143)
#9BB880
(155,184,128)
#88A271
(136,162,113)
#758C62
(117,140,98)
#627653
(98,118,83)
#4F6044
(79,96,68)
#3C4A35
(60,74,53)
#293426
(41,52,38)
#161E17
(22,30,23)
#000000
(0,0,0)

Tints of #D4FAAD

#D4FAAD
(212,250,173)
#D7FAB4
(215,250,180)
#DAFABB
(218,250,187)
#DDFAC2
(221,250,194)
#E0FAC9
(224,250,201)
#E3FAD0
(227,250,208)
#E6FAD7
(230,250,215)
#E9FADE
(233,250,222)
#ECFAE5
(236,250,229)
#EFFAEC
(239,250,236)
#F2FAF3
(242,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4FAAD color. Also use rgb(212,250,173) instead hex code.

Text Font Color

.myTextColor { color: #D4FAAD; }

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

This text font color is #D4FAAD.


Background Color

.myBgColor { background-color: #D4FAAD; }

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

This div background color is #D4FAAD.


Border color

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

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

This div border color is #D4FAAD.


Opacity

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

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

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

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

This text has shadow with #D4FAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FAAD on black background.


Color preview on white background

This text has color #D4FAAD on white background.



Black color preview on #D4FAAD background

This text has black color on #D4FAAD background.


White color preview on #D4FAAD background

This text has white color on #D4FAAD background.