COLOR #D6FAC9

HEX: #D6FAC9 RGB: (214,250,201)

Color info

#D6FAC9 contains red, green and blue colors in about the same proportion. Web safe color of #D6FAC9 is #CCFFCC (or #CFC).

RGB color model

#D6FAC9 color RGB value is (214,250,201).

RGB: (214,250,201) (84%, 98%, 79%)

RGB channels and saturation

R 214 of 255 = 84%
G 250 of 255 = 98%
B 201 of 255 = 79%

214
250
201

R + G + B ~ 87%. #D6FAC9 is light color.

Portions of RGB colors in percentages

R + G + B = 214 + 250 + 201 = 665 (100%)
R 214 of 665 ~ 32.18%
G 250 of 665 ~ 37.59%
B 201 of 665 ~ 30.23'%

%32.18
%37.59
%30.23

CMYK color model

#D6FAC9 color CMYK value is (14,0,20,2).

  • cyan value is 14.40%
  • magenta value is 0.00%
  • yellow value is 19.60%
  • key color value is 1.96%

CMYK: (14,0,20,2)
C14M0Y20K2 (14%, 0%, 20%, 2%)
(0.14 / 0.00 / 0.20 / 0.02)

CMYK percentages

%14.4
%0
%19.6
%1.96

Codes

Color #D6FAC9 in popluar color models

D6 FA C9
RGB 214 250 201
HSL 104° 83.05% 88.43%
HSB/HSV 104° 19.60% 98.04%
CMYK 14.40% 0.00% 19.60%
1.96%

Color #D6FAC9 in popluar number systems.

HEX D6 FA C9
Decimal 214 250 201
Binary 11010110 11111010 11001001
Octal 326 372 311

Shades and tints

Shades of #D6FAC9

#D6FAC9
(214,250,201)
#C3E4B7
(195,228,183)
#B0CEA5
(176,206,165)
#9DB893
(157,184,147)
#8AA281
(138,162,129)
#778C6F
(119,140,111)
#64765D
(100,118,93)
#51604B
(81,96,75)
#3E4A39
(62,74,57)
#2B3427
(43,52,39)
#181E15
(24,30,21)
#000000
(0,0,0)

Tints of #D6FAC9

#D6FAC9
(214,250,201)
#D9FACD
(217,250,205)
#DCFAD1
(220,250,209)
#DFFAD5
(223,250,213)
#E2FAD9
(226,250,217)
#E5FADD
(229,250,221)
#E8FAE1
(232,250,225)
#EBFAE5
(235,250,229)
#EEFAE9
(238,250,233)
#F1FAED
(241,250,237)
#F4FAF1
(244,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6FAC9; }

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

This text font color is #D6FAC9.

Background Color

.myBgColor { background-color: #D6FAC9; }

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

This div background color is #D6FAC9.

Border color

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

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

This div border color is #D6FAC9.

Opacity

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

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

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

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

This text has shadow with #D6FAC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6FAC9.

Preview

Color preview on black background

This text has color #D6FAC9 on black background.


Color preview on white background

This text has color #D6FAC9 on white background.


Black color preview on #D6FAC9 background

This text has black color on #D6FAC9 background.


White color preview on #D6FAC9 background

This text has white color on #D6FAC9 background.


Related colors

Complementary color

Complementary color for #hex is #290536.


I love getcolorcode.com

Triadic colors

1 #C9D6FA and #FAC9D6 with #D6FAC9 are triadic colors.

2 #C9FAD6 and #FAD6C9 with #D6FAC9 are triadic colors.