COLOR #D6F29A

HEX: #D6F29A
RGB: (214,242,154)

Color info

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

RGB color model

#D6F29A color RGB value is (214,242,154).

  • red value is 214;
  • green value is 242;
  • blue value is 154.
RGB:
(214,242,154)
(84%,95%,60%)

RGB channels and saturation

R 214 of 255 = 84%
G 242 of 255 = 95%
B 154 of 255 = 60%

214
242
154

R + G + B ~ 80%. #D6F29A is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 242 + 154 = 610 (100%)
R 214 of 610 ~ 35.08%
G 242 of 610 ~ 39.67%
B 154 of 610 ~ 25.25%

%35.08
%39.67
%25.25

CMYK color model

#D6F29A color CMYK value is (12,0,36,5).

  • cyan value is 11.57%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 5.10%
CMYK:
(12,0,36,5)
C12M0Y36K5 
(12%,0%,36%,5%)
(0.12/0.00/0.36/0.05)	

CMYK percentages

%11.57
%0
%36.36
%5.1

Codes

Color #D6F29A in popluar color models

D6F29A
RGB214242154
HSL79°77.19%77.65%
HSB/HSV79°36.36%94.90%
CMYK11.57%0.00%36.36%
5.10%

Color #D6F29A in popluar number systems.

HEXD6F29A
Decimal214242154
Binary110101101111001010011010
Octal326362232

Shades and tints

Shades of #D6F29A

#D6F29A
(214,242,154)
#C3DC8C
(195,220,140)
#B0C67E
(176,198,126)
#9DB070
(157,176,112)
#8A9A62
(138,154,98)
#778454
(119,132,84)
#646E46
(100,110,70)
#515838
(81,88,56)
#3E422A
(62,66,42)
#2B2C1C
(43,44,28)
#18160E
(24,22,14)
#000000
(0,0,0)

Tints of #D6F29A

#D6F29A
(214,242,154)
#D9F3A3
(217,243,163)
#DCF4AC
(220,244,172)
#DFF5B5
(223,245,181)
#E2F6BE
(226,246,190)
#E5F7C7
(229,247,199)
#E8F8D0
(232,248,208)
#EBF9D9
(235,249,217)
#EEFAE2
(238,250,226)
#F1FBEB
(241,251,235)
#F4FCF4
(244,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F29A color. Also use rgb(214,242,154) instead hex code.

Text Font Color

.myTextColor { color: #D6F29A; }

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

This text font color is #D6F29A.


Background Color

.myBgColor { background-color: #D6F29A; }

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

This div background color is #D6F29A.


Border color

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

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

This div border color is #D6F29A.


Opacity

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

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

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

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

This text has shadow with #D6F29A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F29A on black background.


Color preview on white background

This text has color #D6F29A on white background.



Black color preview on #D6F29A background

This text has black color on #D6F29A background.


White color preview on #D6F29A background

This text has white color on #D6F29A background.