COLOR #D6FD9A

HEX: #D6FD9A
RGB: (214,253,154)

Color info

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

RGB color model

#D6FD9A color RGB value is (214,253,154).

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

RGB channels and saturation

R 214 of 255 = 84%
G 253 of 255 = 99%
B 154 of 255 = 60%

214
253
154

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

Portions of RGB colors in percentages

R + G + B =
214 + 253 + 154 = 621 (100%)
R 214 of 621 ~ 34.46%
G 253 of 621 ~ 40.74%
B 154 of 621 ~ 24.8%

%34.46
%40.74
%24.8

CMYK color model

#D6FD9A color CMYK value is (15,0,39,1).

  • cyan value is 15.42%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 0.78%
CMYK:
(15,0,39,1)
C15M0Y39K1 
(15%,0%,39%,1%)
(0.15/0.00/0.39/0.01)	

CMYK percentages

%15.42
%0
%39.13
%0.78

Codes

Color #D6FD9A in popluar color models

D6FD9A
RGB214253154
HSL84°96.12%79.80%
HSB/HSV84°39.13%99.22%
CMYK15.42%0.00%39.13%
0.78%

Color #D6FD9A in popluar number systems.

HEXD6FD9A
Decimal214253154
Binary110101101111110110011010
Octal326375232

Shades and tints

Shades of #D6FD9A

#D6FD9A
(214,253,154)
#C3E68C
(195,230,140)
#B0CF7E
(176,207,126)
#9DB870
(157,184,112)
#8AA162
(138,161,98)
#778A54
(119,138,84)
#647346
(100,115,70)
#515C38
(81,92,56)
#3E452A
(62,69,42)
#2B2E1C
(43,46,28)
#18170E
(24,23,14)
#000000
(0,0,0)

Tints of #D6FD9A

#D6FD9A
(214,253,154)
#D9FDA3
(217,253,163)
#DCFDAC
(220,253,172)
#DFFDB5
(223,253,181)
#E2FDBE
(226,253,190)
#E5FDC7
(229,253,199)
#E8FDD0
(232,253,208)
#EBFDD9
(235,253,217)
#EEFDE2
(238,253,226)
#F1FDEB
(241,253,235)
#F4FDF4
(244,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6FD9A; }

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

This text font color is #D6FD9A.


Background Color

.myBgColor { background-color: #D6FD9A; }

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

This div background color is #D6FD9A.


Border color

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

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

This div border color is #D6FD9A.


Opacity

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

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

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

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

This text has shadow with #D6FD9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6FD9A on black background.


Color preview on white background

This text has color #D6FD9A on white background.



Black color preview on #D6FD9A background

This text has black color on #D6FD9A background.


White color preview on #D6FD9A background

This text has white color on #D6FD9A background.