COLOR #D4F6B4

HEX: #D4F6B4
RGB: (212,246,180)

Color info

#D4F6B4 contains mainly red and green colors. Web safe color of #D4F6B4 is #CCFFCC (or #CFC).

RGB color model

#D4F6B4 color RGB value is (212,246,180).

  • red value is 212;
  • green value is 246;
  • blue value is 180.
RGB:
(212,246,180)
(83%,96%,71%)

RGB channels and saturation

R 212 of 255 = 83%
G 246 of 255 = 96%
B 180 of 255 = 71%

212
246
180

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

Portions of RGB colors in percentages

R + G + B =
212 + 246 + 180 = 638 (100%)
R 212 of 638 ~ 33.23%
G 246 of 638 ~ 38.56%
B 180 of 638 ~ 28.21%

%33.23
%38.56
%28.21

CMYK color model

#D4F6B4 color CMYK value is (14,0,27,4).

  • cyan value is 13.82%
  • magenta value is 0.00%
  • yellow value is 26.83%
  • key color value is 3.53%
CMYK:
(14,0,27,4)
C14M0Y27K4 
(14%,0%,27%,4%)
(0.14/0.00/0.27/0.04)	

CMYK percentages

%13.82
%0
%26.83
%3.53

Codes

Color #D4F6B4 in popluar color models

D4F6B4
RGB212246180
HSL91°78.57%83.53%
HSB/HSV91°26.83%96.47%
CMYK13.82%0.00%26.83%
3.53%

Color #D4F6B4 in popluar number systems.

HEXD4F6B4
Decimal212246180
Binary110101001111011010110100
Octal324366264

Shades and tints

Shades of #D4F6B4

#D4F6B4
(212,246,180)
#C1E0A4
(193,224,164)
#AECA94
(174,202,148)
#9BB484
(155,180,132)
#889E74
(136,158,116)
#758864
(117,136,100)
#627254
(98,114,84)
#4F5C44
(79,92,68)
#3C4634
(60,70,52)
#293024
(41,48,36)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #D4F6B4

#D4F6B4
(212,246,180)
#D7F6BA
(215,246,186)
#DAF6C0
(218,246,192)
#DDF6C6
(221,246,198)
#E0F6CC
(224,246,204)
#E3F6D2
(227,246,210)
#E6F6D8
(230,246,216)
#E9F6DE
(233,246,222)
#ECF6E4
(236,246,228)
#EFF6EA
(239,246,234)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F6B4 color. Also use rgb(212,246,180) instead hex code.

Text Font Color

.myTextColor { color: #D4F6B4; }

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

This text font color is #D4F6B4.


Background Color

.myBgColor { background-color: #D4F6B4; }

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

This div background color is #D4F6B4.


Border color

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

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

This div border color is #D4F6B4.


Opacity

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

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

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

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

This text has shadow with #D4F6B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F6B4 on black background.


Color preview on white background

This text has color #D4F6B4 on white background.



Black color preview on #D4F6B4 background

This text has black color on #D4F6B4 background.


White color preview on #D4F6B4 background

This text has white color on #D4F6B4 background.