COLOR #D6F8C2

HEX: #D6F8C2 RGB: (214,248,194)

Color info

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

RGB color model

#D6F8C2 color RGB value is (214,248,194).

RGB: (214,248,194) (84%, 97%, 76%)

RGB channels and saturation

R 214 of 255 = 84%
G 248 of 255 = 97%
B 194 of 255 = 76%

214
248
194

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

Portions of RGB colors in percentages

R + G + B = 214 + 248 + 194 = 656 (100%)
R 214 of 656 ~ 32.62%
G 248 of 656 ~ 37.8%
B 194 of 656 ~ 29.57'%

%32.62
%37.8
%29.57

CMYK color model

#D6F8C2 color CMYK value is (14,0,22,3).

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 21.77%
  • key color value is 2.75%
CMYK: (14,0,22,3) C14M0Y22K3 (14%,0%,22%,3%) (0.14/0.00/0.22/0.03) 

CMYK percentages

%13.71
%0
%21.77
%2.75

Codes

Color #D6F8C2 in popluar color models

D6 F8 C2
RGB 214 248 194
HSL 98° 79.41% 86.67%
HSB/HSV 98° 21.77% 97.25%
CMYK 13.71% 0.00% 21.77%
2.75%

Color #D6F8C2 in popluar number systems.

HEX D6 F8 C2
Decimal 214 248 194
Binary 11010110 11111000 11000010
Octal 326 370 302

Shades and tints

Shades of #D6F8C2

#D6F8C2
(214,248,194)
#C3E2B1
(195,226,177)
#B0CCA0
(176,204,160)
#9DB68F
(157,182,143)
#8AA07E
(138,160,126)
#778A6D
(119,138,109)
#64745C
(100,116,92)
#515E4B
(81,94,75)
#3E483A
(62,72,58)
#2B3229
(43,50,41)
#181C18
(24,28,24)
#000000
(0,0,0)

Tints of #D6F8C2

#D6F8C2
(214,248,194)
#D9F8C7
(217,248,199)
#DCF8CC
(220,248,204)
#DFF8D1
(223,248,209)
#E2F8D6
(226,248,214)
#E5F8DB
(229,248,219)
#E8F8E0
(232,248,224)
#EBF8E5
(235,248,229)
#EEF8EA
(238,248,234)
#F1F8EF
(241,248,239)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F8C2; }

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

This text font color is #D6F8C2.

Background Color

.myBgColor { background-color: #D6F8C2; }

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

This div background color is #D6F8C2.

Border color

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

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

This div border color is #D6F8C2.

Opacity

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

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

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

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

This text has shadow with #D6F8C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6F8C2.

Preview

Color preview on black background

This text has color #D6F8C2 on black background.


Color preview on white background

This text has color #D6F8C2 on white background.


Black color preview on #D6F8C2 background

This text has black color on #D6F8C2 background.


White color preview on #D6F8C2 background

This text has white color on #D6F8C2 background.


Related colors

Complementary color

Complementary color for #hex is #29073D.


I love getcolorcode.com

Triadic colors

1 #C2D6F8 and #F8C2D6 with #D6F8C2 are triadic colors.

2 #C2F8D6 and #F8D6C2 with #D6F8C2 are triadic colors.