COLOR #D6F6C2

HEX: #D6F6C2 RGB: (214,246,194)

Color info

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

RGB color model

#D6F6C2 color RGB value is (214,246,194).

RGB: (214,246,194) (84%, 96%, 76%)

RGB channels and saturation

R 214 of 255 = 84%
G 246 of 255 = 96%
B 194 of 255 = 76%

214
246
194

R + G + B ~ 85%. #D6F6C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 246 + 194 = 654 (100%)
R 214 of 654 ~ 32.72%
G 246 of 654 ~ 37.61%
B 194 of 654 ~ 29.66'%

%32.72
%37.61
%29.66

CMYK color model

#D6F6C2 color CMYK value is (13,0,21,4).

  • cyan value is 13.01%
  • magenta value is 0.00%
  • yellow value is 21.14%
  • key color value is 3.53%

CMYK: (13,0,21,4)
C13M0Y21K4 (13%, 0%, 21%, 4%)
(0.13 / 0.00 / 0.21 / 0.04)

CMYK percentages

%13.01
%0
%21.14
%3.53

Codes

Color #D6F6C2 in popluar color models

D6 F6 C2
RGB 214 246 194
HSL 97° 74.29% 86.27%
HSB/HSV 97° 21.14% 96.47%
CMYK 13.01% 0.00% 21.14%
3.53%

Color #D6F6C2 in popluar number systems.

HEX D6 F6 C2
Decimal 214 246 194
Binary 11010110 11110110 11000010
Octal 326 366 302

Shades and tints

Shades of #D6F6C2

#D6F6C2
(214,246,194)
#C3E0B1
(195,224,177)
#B0CAA0
(176,202,160)
#9DB48F
(157,180,143)
#8A9E7E
(138,158,126)
#77886D
(119,136,109)
#64725C
(100,114,92)
#515C4B
(81,92,75)
#3E463A
(62,70,58)
#2B3029
(43,48,41)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #D6F6C2

#D6F6C2
(214,246,194)
#D9F6C7
(217,246,199)
#DCF6CC
(220,246,204)
#DFF6D1
(223,246,209)
#E2F6D6
(226,246,214)
#E5F6DB
(229,246,219)
#E8F6E0
(232,246,224)
#EBF6E5
(235,246,229)
#EEF6EA
(238,246,234)
#F1F6EF
(241,246,239)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F6C2 color. Also use rgb(214,246,194) instead hex code.

Text Font Color

.myTextColor { color: #D6F6C2; }

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

This text font color is #D6F6C2.

Background Color

.myBgColor { background-color: #D6F6C2; }

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

This div background color is #D6F6C2.

Border color

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

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

This div border color is #D6F6C2.

Opacity

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

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

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

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

This text has shadow with #D6F6C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6F6C2.

Preview

Color preview on black background

This text has color #D6F6C2 on black background.


Color preview on white background

This text has color #D6F6C2 on white background.


Black color preview on #D6F6C2 background

This text has black color on #D6F6C2 background.


White color preview on #D6F6C2 background

This text has white color on #D6F6C2 background.


Related colors

Complementary color

Complementary color for #hex is #29093D.


I love getcolorcode.com

Triadic colors

1 #C2D6F6 and #F6C2D6 with #D6F6C2 are triadic colors.

2 #C2F6D6 and #F6D6C2 with #D6F6C2 are triadic colors.