COLOR #D4F3AA

HEX: #D4F3AA
RGB: (212,243,170)

Color info

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

RGB color model

#D4F3AA color RGB value is (212,243,170).

  • red value is 212;
  • green value is 243;
  • blue value is 170.
RGB:
(212,243,170)
(83%,95%,67%)

RGB channels and saturation

R 212 of 255 = 83%
G 243 of 255 = 95%
B 170 of 255 = 67%

212
243
170

R + G + B ~ 82%. #D4F3AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 243 + 170 = 625 (100%)
R 212 of 625 ~ 33.92%
G 243 of 625 ~ 38.88%
B 170 of 625 ~ 27.2%

%33.92
%38.88
%27.2

CMYK color model

#D4F3AA color CMYK value is (13,0,30,5).

  • cyan value is 12.76%
  • magenta value is 0.00%
  • yellow value is 30.04%
  • key color value is 4.71%
CMYK:
(13,0,30,5)
C13M0Y30K5 
(13%,0%,30%,5%)
(0.13/0.00/0.30/0.05)	

CMYK percentages

%12.76
%0
%30.04
%4.71

Codes

Color #D4F3AA in popluar color models

D4F3AA
RGB212243170
HSL85°75.26%80.98%
HSB/HSV85°30.04%95.29%
CMYK12.76%0.00%30.04%
4.71%

Color #D4F3AA in popluar number systems.

HEXD4F3AA
Decimal212243170
Binary110101001111001110101010
Octal324363252

Shades and tints

Shades of #D4F3AA

#D4F3AA
(212,243,170)
#C1DD9B
(193,221,155)
#AEC78C
(174,199,140)
#9BB17D
(155,177,125)
#889B6E
(136,155,110)
#75855F
(117,133,95)
#626F50
(98,111,80)
#4F5941
(79,89,65)
#3C4332
(60,67,50)
#292D23
(41,45,35)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #D4F3AA

#D4F3AA
(212,243,170)
#D7F4B1
(215,244,177)
#DAF5B8
(218,245,184)
#DDF6BF
(221,246,191)
#E0F7C6
(224,247,198)
#E3F8CD
(227,248,205)
#E6F9D4
(230,249,212)
#E9FADB
(233,250,219)
#ECFBE2
(236,251,226)
#EFFCE9
(239,252,233)
#F2FDF0
(242,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F3AA color. Also use rgb(212,243,170) instead hex code.

Text Font Color

.myTextColor { color: #D4F3AA; }

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

This text font color is #D4F3AA.


Background Color

.myBgColor { background-color: #D4F3AA; }

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

This div background color is #D4F3AA.


Border color

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

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

This div border color is #D4F3AA.


Opacity

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

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

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

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

This text has shadow with #D4F3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F3AA on black background.


Color preview on white background

This text has color #D4F3AA on white background.



Black color preview on #D4F3AA background

This text has black color on #D4F3AA background.


White color preview on #D4F3AA background

This text has white color on #D4F3AA background.