COLOR #D4F2AB

HEX: #D4F2AB RGB: (212,242,171)

Color info

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

RGB color model

#D4F2AB color RGB value is (212,242,171).

RGB: (212,242,171) (83%, 95%, 67%)

RGB channels and saturation

R 212 of 255 = 83%
G 242 of 255 = 95%
B 171 of 255 = 67%

212
242
171

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

Portions of RGB colors in percentages

R + G + B = 212 + 242 + 171 = 625 (100%)
R 212 of 625 ~ 33.92%
G 242 of 625 ~ 38.72%
B 171 of 625 ~ 27.36'%

%33.92
%38.72
%27.36

CMYK color model

#D4F2AB color CMYK value is (12,0,29,5).

  • cyan value is 12.40%
  • magenta value is 0.00%
  • yellow value is 29.34%
  • key color value is 5.10%

CMYK: (12,0,29,5)
C12M0Y29K5 (12%, 0%, 29%, 5%)
(0.12 / 0.00 / 0.29 / 0.05)

CMYK percentages

%12.4
%0
%29.34
%5.1

Codes

Color #D4F2AB in popluar color models

D4 F2 AB
RGB 212 242 171
HSL 85° 73.20% 80.98%
HSB/HSV 85° 29.34% 94.90%
CMYK 12.40% 0.00% 29.34%
5.10%

Color #D4F2AB in popluar number systems.

HEX D4 F2 AB
Decimal 212 242 171
Binary 11010100 11110010 10101011
Octal 324 362 253

Shades and tints

Shades of #D4F2AB

#D4F2AB
(212,242,171)
#C1DC9C
(193,220,156)
#AEC68D
(174,198,141)
#9BB07E
(155,176,126)
#889A6F
(136,154,111)
#758460
(117,132,96)
#626E51
(98,110,81)
#4F5842
(79,88,66)
#3C4233
(60,66,51)
#292C24
(41,44,36)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #D4F2AB

#D4F2AB
(212,242,171)
#D7F3B2
(215,243,178)
#DAF4B9
(218,244,185)
#DDF5C0
(221,245,192)
#E0F6C7
(224,246,199)
#E3F7CE
(227,247,206)
#E6F8D5
(230,248,213)
#E9F9DC
(233,249,220)
#ECFAE3
(236,250,227)
#EFFBEA
(239,251,234)
#F2FCF1
(242,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F2AB color. Also use rgb(212,242,171) instead hex code.

Text Font Color

.myTextColor { color: #D4F2AB; }

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

This text font color is #D4F2AB.

Background Color

.myBgColor { background-color: #D4F2AB; }

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

This div background color is #D4F2AB.

Border color

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

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

This div border color is #D4F2AB.

Opacity

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

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

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

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

This text has shadow with #D4F2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4F2AB.

Preview

Color preview on black background

This text has color #D4F2AB on black background.


Color preview on white background

This text has color #D4F2AB on white background.


Black color preview on #D4F2AB background

This text has black color on #D4F2AB background.


White color preview on #D4F2AB background

This text has white color on #D4F2AB background.


Related colors

Complementary color

Complementary color for #hex is #2B0D54.


I love getcolorcode.com

Triadic colors

1 #ABD4F2 and #F2ABD4 with #D4F2AB are triadic colors.

2 #ABF2D4 and #F2D4AB with #D4F2AB are triadic colors.