COLOR #D6F2C6

HEX: #D6F2C6
RGB: (214,242,198)

Color info

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

RGB color model

#D6F2C6 color RGB value is (214,242,198).

  • red value is 214;
  • green value is 242;
  • blue value is 198.
RGB:
(214,242,198)
(84%,95%,78%)

RGB channels and saturation

R 214 of 255 = 84%
G 242 of 255 = 95%
B 198 of 255 = 78%

214
242
198

R + G + B ~ 86%. #D6F2C6 is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 242 + 198 = 654 (100%)
R 214 of 654 ~ 32.72%
G 242 of 654 ~ 37%
B 198 of 654 ~ 30.28%

%32.72
%37
%30.28

CMYK color model

#D6F2C6 color CMYK value is (12,0,18,5).

  • cyan value is 11.57%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 5.10%
CMYK:
(12,0,18,5)
C12M0Y18K5 
(12%,0%,18%,5%)
(0.12/0.00/0.18/0.05)	

CMYK percentages

%11.57
%0
%18.18
%5.1

Codes

Color #D6F2C6 in popluar color models

D6F2C6
RGB214242198
HSL98°62.86%86.27%
HSB/HSV98°18.18%94.90%
CMYK11.57%0.00%18.18%
5.10%

Color #D6F2C6 in popluar number systems.

HEXD6F2C6
Decimal214242198
Binary110101101111001011000110
Octal326362306

Shades and tints

Shades of #D6F2C6

#D6F2C6
(214,242,198)
#C3DCB4
(195,220,180)
#B0C6A2
(176,198,162)
#9DB090
(157,176,144)
#8A9A7E
(138,154,126)
#77846C
(119,132,108)
#646E5A
(100,110,90)
#515848
(81,88,72)
#3E4236
(62,66,54)
#2B2C24
(43,44,36)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #D6F2C6

#D6F2C6
(214,242,198)
#D9F3CB
(217,243,203)
#DCF4D0
(220,244,208)
#DFF5D5
(223,245,213)
#E2F6DA
(226,246,218)
#E5F7DF
(229,247,223)
#E8F8E4
(232,248,228)
#EBF9E9
(235,249,233)
#EEFAEE
(238,250,238)
#F1FBF3
(241,251,243)
#F4FCF8
(244,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F2C6 color. Also use rgb(214,242,198) instead hex code.

Text Font Color

.myTextColor { color: #D6F2C6; }

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

This text font color is #D6F2C6.


Background Color

.myBgColor { background-color: #D6F2C6; }

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

This div background color is #D6F2C6.


Border color

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

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

This div border color is #D6F2C6.


Opacity

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

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

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

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

This text has shadow with #D6F2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F2C6 on black background.


Color preview on white background

This text has color #D6F2C6 on white background.



Black color preview on #D6F2C6 background

This text has black color on #D6F2C6 background.


White color preview on #D6F2C6 background

This text has white color on #D6F2C6 background.