COLOR #D6FEC5

HEX: #D6FEC5
RGB: (214,254,197)

Color info

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

RGB color model

#D6FEC5 color RGB value is (214,254,197).

  • red value is 214;
  • green value is 254;
  • blue value is 197.
RGB:
(214,254,197)
(84%,100%,77%)

RGB channels and saturation

R 214 of 255 = 84%
G 254 of 255 = 100%
B 197 of 255 = 77%

214
254
197

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

Portions of RGB colors in percentages

R + G + B =
214 + 254 + 197 = 665 (100%)
R 214 of 665 ~ 32.18%
G 254 of 665 ~ 38.2%
B 197 of 665 ~ 29.62%

%32.18
%38.2
%29.62

CMYK color model

#D6FEC5 color CMYK value is (16,0,22,0).

  • cyan value is 15.75%
  • magenta value is 0.00%
  • yellow value is 22.44%
  • key color value is 0.39%
CMYK:
(16,0,22,0)
C16M0Y22K0 
(16%,0%,22%,0%)
(0.16/0.00/0.22/0.00)	

CMYK percentages

%15.75
%0
%22.44
%0.39

Codes

Color #D6FEC5 in popluar color models

D6FEC5
RGB214254197
HSL102°96.61%88.43%
HSB/HSV102°22.44%99.61%
CMYK15.75%0.00%22.44%
0.39%

Color #D6FEC5 in popluar number systems.

HEXD6FEC5
Decimal214254197
Binary110101101111111011000101
Octal326376305

Shades and tints

Shades of #D6FEC5

#D6FEC5
(214,254,197)
#C3E7B4
(195,231,180)
#B0D0A3
(176,208,163)
#9DB992
(157,185,146)
#8AA281
(138,162,129)
#778B70
(119,139,112)
#64745F
(100,116,95)
#515D4E
(81,93,78)
#3E463D
(62,70,61)
#2B2F2C
(43,47,44)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #D6FEC5

#D6FEC5
(214,254,197)
#D9FECA
(217,254,202)
#DCFECF
(220,254,207)
#DFFED4
(223,254,212)
#E2FED9
(226,254,217)
#E5FEDE
(229,254,222)
#E8FEE3
(232,254,227)
#EBFEE8
(235,254,232)
#EEFEED
(238,254,237)
#F1FEF2
(241,254,242)
#F4FEF7
(244,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6FEC5 color. Also use rgb(214,254,197) instead hex code.

Text Font Color

.myTextColor { color: #D6FEC5; }

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

This text font color is #D6FEC5.


Background Color

.myBgColor { background-color: #D6FEC5; }

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

This div background color is #D6FEC5.


Border color

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

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

This div border color is #D6FEC5.


Opacity

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

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

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

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

This text has shadow with #D6FEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6FEC5 on black background.


Color preview on white background

This text has color #D6FEC5 on white background.



Black color preview on #D6FEC5 background

This text has black color on #D6FEC5 background.


White color preview on #D6FEC5 background

This text has white color on #D6FEC5 background.