COLOR #D4F8B3

HEX: #D4F8B3
RGB: (212,248,179)

Color info

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

RGB color model

#D4F8B3 color RGB value is (212,248,179).

  • red value is 212;
  • green value is 248;
  • blue value is 179.
RGB:
(212,248,179)
(83%,97%,70%)

RGB channels and saturation

R 212 of 255 = 83%
G 248 of 255 = 97%
B 179 of 255 = 70%

212
248
179

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

Portions of RGB colors in percentages

R + G + B =
212 + 248 + 179 = 639 (100%)
R 212 of 639 ~ 33.18%
G 248 of 639 ~ 38.81%
B 179 of 639 ~ 28.01%

%33.18
%38.81
%28.01

CMYK color model

#D4F8B3 color CMYK value is (15,0,28,3).

  • cyan value is 14.52%
  • magenta value is 0.00%
  • yellow value is 27.82%
  • key color value is 2.75%
CMYK:
(15,0,28,3)
C15M0Y28K3 
(15%,0%,28%,3%)
(0.15/0.00/0.28/0.03)	

CMYK percentages

%14.52
%0
%27.82
%2.75

Codes

Color #D4F8B3 in popluar color models

D4F8B3
RGB212248179
HSL91°83.13%83.73%
HSB/HSV91°27.82%97.25%
CMYK14.52%0.00%27.82%
2.75%

Color #D4F8B3 in popluar number systems.

HEXD4F8B3
Decimal212248179
Binary110101001111100010110011
Octal324370263

Shades and tints

Shades of #D4F8B3

#D4F8B3
(212,248,179)
#C1E2A3
(193,226,163)
#AECC93
(174,204,147)
#9BB683
(155,182,131)
#88A073
(136,160,115)
#758A63
(117,138,99)
#627453
(98,116,83)
#4F5E43
(79,94,67)
#3C4833
(60,72,51)
#293223
(41,50,35)
#161C13
(22,28,19)
#000000
(0,0,0)

Tints of #D4F8B3

#D4F8B3
(212,248,179)
#D7F8B9
(215,248,185)
#DAF8BF
(218,248,191)
#DDF8C5
(221,248,197)
#E0F8CB
(224,248,203)
#E3F8D1
(227,248,209)
#E6F8D7
(230,248,215)
#E9F8DD
(233,248,221)
#ECF8E3
(236,248,227)
#EFF8E9
(239,248,233)
#F2F8EF
(242,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F8B3; }

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

This text font color is #D4F8B3.


Background Color

.myBgColor { background-color: #D4F8B3; }

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

This div background color is #D4F8B3.


Border color

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

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

This div border color is #D4F8B3.


Opacity

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

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

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

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

This text has shadow with #D4F8B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F8B3 on black background.


Color preview on white background

This text has color #D4F8B3 on white background.



Black color preview on #D4F8B3 background

This text has black color on #D4F8B3 background.


White color preview on #D4F8B3 background

This text has white color on #D4F8B3 background.