COLOR #D6FCA3

HEX: #D6FCA3
RGB: (214,252,163)

Color info

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

RGB color model

#D6FCA3 color RGB value is (214,252,163).

  • red value is 214;
  • green value is 252;
  • blue value is 163.
RGB:
(214,252,163)
(84%,99%,64%)

RGB channels and saturation

R 214 of 255 = 84%
G 252 of 255 = 99%
B 163 of 255 = 64%

214
252
163

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

Portions of RGB colors in percentages

R + G + B =
214 + 252 + 163 = 629 (100%)
R 214 of 629 ~ 34.02%
G 252 of 629 ~ 40.06%
B 163 of 629 ~ 25.91%

%34.02
%40.06
%25.91

CMYK color model

#D6FCA3 color CMYK value is (15,0,35,1).

  • cyan value is 15.08%
  • magenta value is 0.00%
  • yellow value is 35.32%
  • key color value is 1.18%
CMYK:
(15,0,35,1)
C15M0Y35K1 
(15%,0%,35%,1%)
(0.15/0.00/0.35/0.01)	

CMYK percentages

%15.08
%0
%35.32
%1.18

Codes

Color #D6FCA3 in popluar color models

D6FCA3
RGB214252163
HSL86°93.68%81.37%
HSB/HSV86°35.32%98.82%
CMYK15.08%0.00%35.32%
1.18%

Color #D6FCA3 in popluar number systems.

HEXD6FCA3
Decimal214252163
Binary110101101111110010100011
Octal326374243

Shades and tints

Shades of #D6FCA3

#D6FCA3
(214,252,163)
#C3E695
(195,230,149)
#B0D087
(176,208,135)
#9DBA79
(157,186,121)
#8AA46B
(138,164,107)
#778E5D
(119,142,93)
#64784F
(100,120,79)
#516241
(81,98,65)
#3E4C33
(62,76,51)
#2B3625
(43,54,37)
#182017
(24,32,23)
#000000
(0,0,0)

Tints of #D6FCA3

#D6FCA3
(214,252,163)
#D9FCAB
(217,252,171)
#DCFCB3
(220,252,179)
#DFFCBB
(223,252,187)
#E2FCC3
(226,252,195)
#E5FCCB
(229,252,203)
#E8FCD3
(232,252,211)
#EBFCDB
(235,252,219)
#EEFCE3
(238,252,227)
#F1FCEB
(241,252,235)
#F4FCF3
(244,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6FCA3 color. Also use rgb(214,252,163) instead hex code.

Text Font Color

.myTextColor { color: #D6FCA3; }

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

This text font color is #D6FCA3.


Background Color

.myBgColor { background-color: #D6FCA3; }

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

This div background color is #D6FCA3.


Border color

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

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

This div border color is #D6FCA3.


Opacity

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

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

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

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

This text has shadow with #D6FCA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6FCA3 on black background.


Color preview on white background

This text has color #D6FCA3 on white background.



Black color preview on #D6FCA3 background

This text has black color on #D6FCA3 background.


White color preview on #D6FCA3 background

This text has white color on #D6FCA3 background.