COLOR #D6FA9B

HEX: #D6FA9B
RGB: (214,250,155)

Color info

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

RGB color model

#D6FA9B color RGB value is (214,250,155).

  • red value is 214;
  • green value is 250;
  • blue value is 155.
RGB:
(214,250,155)
(84%,98%,61%)

RGB channels and saturation

R 214 of 255 = 84%
G 250 of 255 = 98%
B 155 of 255 = 61%

214
250
155

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

Portions of RGB colors in percentages

R + G + B =
214 + 250 + 155 = 619 (100%)
R 214 of 619 ~ 34.57%
G 250 of 619 ~ 40.39%
B 155 of 619 ~ 25.04%

%34.57
%40.39
%25.04

CMYK color model

#D6FA9B color CMYK value is (14,0,38,2).

  • cyan value is 14.40%
  • magenta value is 0.00%
  • yellow value is 38.00%
  • key color value is 1.96%
CMYK:
(14,0,38,2)
C14M0Y38K2 
(14%,0%,38%,2%)
(0.14/0.00/0.38/0.02)	

CMYK percentages

%14.4
%0
%38
%1.96

Codes

Color #D6FA9B in popluar color models

D6FA9B
RGB214250155
HSL83°90.48%79.41%
HSB/HSV83°38.00%98.04%
CMYK14.40%0.00%38.00%
1.96%

Color #D6FA9B in popluar number systems.

HEXD6FA9B
Decimal214250155
Binary110101101111101010011011
Octal326372233

Shades and tints

Shades of #D6FA9B

#D6FA9B
(214,250,155)
#C3E48D
(195,228,141)
#B0CE7F
(176,206,127)
#9DB871
(157,184,113)
#8AA263
(138,162,99)
#778C55
(119,140,85)
#647647
(100,118,71)
#516039
(81,96,57)
#3E4A2B
(62,74,43)
#2B341D
(43,52,29)
#181E0F
(24,30,15)
#000000
(0,0,0)

Tints of #D6FA9B

#D6FA9B
(214,250,155)
#D9FAA4
(217,250,164)
#DCFAAD
(220,250,173)
#DFFAB6
(223,250,182)
#E2FABF
(226,250,191)
#E5FAC8
(229,250,200)
#E8FAD1
(232,250,209)
#EBFADA
(235,250,218)
#EEFAE3
(238,250,227)
#F1FAEC
(241,250,236)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6FA9B color. Also use rgb(214,250,155) instead hex code.

Text Font Color

.myTextColor { color: #D6FA9B; }

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

This text font color is #D6FA9B.


Background Color

.myBgColor { background-color: #D6FA9B; }

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

This div background color is #D6FA9B.


Border color

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

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

This div border color is #D6FA9B.


Opacity

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

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

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

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

This text has shadow with #D6FA9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6FA9B on black background.


Color preview on white background

This text has color #D6FA9B on white background.



Black color preview on #D6FA9B background

This text has black color on #D6FA9B background.


White color preview on #D6FA9B background

This text has white color on #D6FA9B background.