COLOR #D6F0AD

HEX: #D6F0AD
RGB: (214,240,173)

Color info

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

RGB color model

#D6F0AD color RGB value is (214,240,173).

  • red value is 214;
  • green value is 240;
  • blue value is 173.
RGB:
(214,240,173)
(84%,94%,68%)

RGB channels and saturation

R 214 of 255 = 84%
G 240 of 255 = 94%
B 173 of 255 = 68%

214
240
173

R + G + B ~ 82%. #D6F0AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 240 + 173 = 627 (100%)
R 214 of 627 ~ 34.13%
G 240 of 627 ~ 38.28%
B 173 of 627 ~ 27.59%

%34.13
%38.28
%27.59

CMYK color model

#D6F0AD color CMYK value is (11,0,28,6).

  • cyan value is 10.83%
  • magenta value is 0.00%
  • yellow value is 27.92%
  • key color value is 5.88%
CMYK:
(11,0,28,6)
C11M0Y28K6 
(11%,0%,28%,6%)
(0.11/0.00/0.28/0.06)	

CMYK percentages

%10.83
%0
%27.92
%5.88

Codes

Color #D6F0AD in popluar color models

D6F0AD
RGB214240173
HSL83°69.07%80.98%
HSB/HSV83°27.92%94.12%
CMYK10.83%0.00%27.92%
5.88%

Color #D6F0AD in popluar number systems.

HEXD6F0AD
Decimal214240173
Binary110101101111000010101101
Octal326360255

Shades and tints

Shades of #D6F0AD

#D6F0AD
(214,240,173)
#C3DB9E
(195,219,158)
#B0C68F
(176,198,143)
#9DB180
(157,177,128)
#8A9C71
(138,156,113)
#778762
(119,135,98)
#647253
(100,114,83)
#515D44
(81,93,68)
#3E4835
(62,72,53)
#2B3326
(43,51,38)
#181E17
(24,30,23)
#000000
(0,0,0)

Tints of #D6F0AD

#D6F0AD
(214,240,173)
#D9F1B4
(217,241,180)
#DCF2BB
(220,242,187)
#DFF3C2
(223,243,194)
#E2F4C9
(226,244,201)
#E5F5D0
(229,245,208)
#E8F6D7
(232,246,215)
#EBF7DE
(235,247,222)
#EEF8E5
(238,248,229)
#F1F9EC
(241,249,236)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F0AD color. Also use rgb(214,240,173) instead hex code.

Text Font Color

.myTextColor { color: #D6F0AD; }

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

This text font color is #D6F0AD.


Background Color

.myBgColor { background-color: #D6F0AD; }

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

This div background color is #D6F0AD.


Border color

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

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

This div border color is #D6F0AD.


Opacity

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

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

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

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

This text has shadow with #D6F0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F0AD on black background.


Color preview on white background

This text has color #D6F0AD on white background.



Black color preview on #D6F0AD background

This text has black color on #D6F0AD background.


White color preview on #D6F0AD background

This text has white color on #D6F0AD background.