COLOR #D4F8AB

HEX: #D4F8AB RGB: (212,248,171)

Color info

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

RGB color model

#D4F8AB color RGB value is (212,248,171).

RGB: (212,248,171) (83%, 97%, 67%)

RGB channels and saturation

R 212 of 255 = 83%
G 248 of 255 = 97%
B 171 of 255 = 67%

212
248
171

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

Portions of RGB colors in percentages

R + G + B = 212 + 248 + 171 = 631 (100%)
R 212 of 631 ~ 33.6%
G 248 of 631 ~ 39.3%
B 171 of 631 ~ 27.1'%

%33.6
%39.3
%27.1

CMYK color model

#D4F8AB color CMYK value is (15,0,31,3).

  • cyan value is 14.52%
  • magenta value is 0.00%
  • yellow value is 31.05%
  • key color value is 2.75%

CMYK: (15,0,31,3)
C15M0Y31K3 (15%, 0%, 31%, 3%)
(0.15 / 0.00 / 0.31 / 0.03)

CMYK percentages

%14.52
%0
%31.05
%2.75

Codes

Color #D4F8AB in popluar color models

D4 F8 AB
RGB 212 248 171
HSL 88° 84.62% 82.16%
HSB/HSV 88° 31.05% 97.25%
CMYK 14.52% 0.00% 31.05%
2.75%

Color #D4F8AB in popluar number systems.

HEX D4 F8 AB
Decimal 212 248 171
Binary 11010100 11111000 10101011
Octal 324 370 253

Shades and tints

Shades of #D4F8AB

#D4F8AB
(212,248,171)
#C1E29C
(193,226,156)
#AECC8D
(174,204,141)
#9BB67E
(155,182,126)
#88A06F
(136,160,111)
#758A60
(117,138,96)
#627451
(98,116,81)
#4F5E42
(79,94,66)
#3C4833
(60,72,51)
#293224
(41,50,36)
#161C15
(22,28,21)
#000000
(0,0,0)

Tints of #D4F8AB

#D4F8AB
(212,248,171)
#D7F8B2
(215,248,178)
#DAF8B9
(218,248,185)
#DDF8C0
(221,248,192)
#E0F8C7
(224,248,199)
#E3F8CE
(227,248,206)
#E6F8D5
(230,248,213)
#E9F8DC
(233,248,220)
#ECF8E3
(236,248,227)
#EFF8EA
(239,248,234)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F8AB; }

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

This text font color is #D4F8AB.

Background Color

.myBgColor { background-color: #D4F8AB; }

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

This div background color is #D4F8AB.

Border color

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

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

This div border color is #D4F8AB.

Opacity

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

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

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

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

This text has shadow with #D4F8AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4F8AB.

Preview

Color preview on black background

This text has color #D4F8AB on black background.


Color preview on white background

This text has color #D4F8AB on white background.


Black color preview on #D4F8AB background

This text has black color on #D4F8AB background.


White color preview on #D4F8AB background

This text has white color on #D4F8AB background.


Related colors

Complementary color

Complementary color for #hex is #2B0754.


I love getcolorcode.com

Triadic colors

1 #ABD4F8 and #F8ABD4 with #D4F8AB are triadic colors.

2 #ABF8D4 and #F8D4AB with #D4F8AB are triadic colors.