COLOR #D4F9A1

HEX: #D4F9A1
RGB: (212,249,161)

Color info

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

RGB color model

#D4F9A1 color RGB value is (212,249,161).

  • red value is 212;
  • green value is 249;
  • blue value is 161.
RGB:
(212,249,161)
(83%,98%,63%)

RGB channels and saturation

R 212 of 255 = 83%
G 249 of 255 = 98%
B 161 of 255 = 63%

212
249
161

R + G + B ~ 81%. #D4F9A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 249 + 161 = 622 (100%)
R 212 of 622 ~ 34.08%
G 249 of 622 ~ 40.03%
B 161 of 622 ~ 25.88%

%34.08
%40.03
%25.88

CMYK color model

#D4F9A1 color CMYK value is (15,0,35,2).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 35.34%
  • key color value is 2.35%
CMYK:
(15,0,35,2)
C15M0Y35K2 
(15%,0%,35%,2%)
(0.15/0.00/0.35/0.02)	

CMYK percentages

%14.86
%0
%35.34
%2.35

Codes

Color #D4F9A1 in popluar color models

D4F9A1
RGB212249161
HSL85°88.00%80.39%
HSB/HSV85°35.34%97.65%
CMYK14.86%0.00%35.34%
2.35%

Color #D4F9A1 in popluar number systems.

HEXD4F9A1
Decimal212249161
Binary110101001111100110100001
Octal324371241

Shades and tints

Shades of #D4F9A1

#D4F9A1
(212,249,161)
#C1E393
(193,227,147)
#AECD85
(174,205,133)
#9BB777
(155,183,119)
#88A169
(136,161,105)
#758B5B
(117,139,91)
#62754D
(98,117,77)
#4F5F3F
(79,95,63)
#3C4931
(60,73,49)
#293323
(41,51,35)
#161D15
(22,29,21)
#000000
(0,0,0)

Tints of #D4F9A1

#D4F9A1
(212,249,161)
#D7F9A9
(215,249,169)
#DAF9B1
(218,249,177)
#DDF9B9
(221,249,185)
#E0F9C1
(224,249,193)
#E3F9C9
(227,249,201)
#E6F9D1
(230,249,209)
#E9F9D9
(233,249,217)
#ECF9E1
(236,249,225)
#EFF9E9
(239,249,233)
#F2F9F1
(242,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F9A1 color. Also use rgb(212,249,161) instead hex code.

Text Font Color

.myTextColor { color: #D4F9A1; }

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

This text font color is #D4F9A1.


Background Color

.myBgColor { background-color: #D4F9A1; }

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

This div background color is #D4F9A1.


Border color

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

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

This div border color is #D4F9A1.


Opacity

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

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

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

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

This text has shadow with #D4F9A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F9A1 on black background.


Color preview on white background

This text has color #D4F9A1 on white background.



Black color preview on #D4F9A1 background

This text has black color on #D4F9A1 background.


White color preview on #D4F9A1 background

This text has white color on #D4F9A1 background.