COLOR #D6F2CC

HEX: #D6F2CC RGB: (214,242,204)

Color info

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

RGB color model

#D6F2CC color RGB value is (214,242,204).

RGB: (214,242,204) (84%, 95%, 80%)

RGB channels and saturation

R 214 of 255 = 84%
G 242 of 255 = 95%
B 204 of 255 = 80%

214
242
204

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

Portions of RGB colors in percentages

R + G + B = 214 + 242 + 204 = 660 (100%)
R 214 of 660 ~ 32.42%
G 242 of 660 ~ 36.67%
B 204 of 660 ~ 30.91'%

%32.42
%36.67
%30.91

CMYK color model

#D6F2CC color CMYK value is (12,0,16,5).

  • cyan value is 11.57%
  • magenta value is 0.00%
  • yellow value is 15.70%
  • key color value is 5.10%

CMYK: (12,0,16,5)
C12M0Y16K5 (12%, 0%, 16%, 5%)
(0.12 / 0.00 / 0.16 / 0.05)

CMYK percentages

%11.57
%0
%15.7
%5.1

Codes

Color #D6F2CC in popluar color models

D6 F2 CC
RGB 214 242 204
HSL 104° 59.38% 87.45%
HSB/HSV 104° 15.70% 94.90%
CMYK 11.57% 0.00% 15.70%
5.10%

Color #D6F2CC in popluar number systems.

HEX D6 F2 CC
Decimal 214 242 204
Binary 11010110 11110010 11001100
Octal 326 362 314

Shades and tints

Shades of #D6F2CC

#D6F2CC
(214,242,204)
#C3DCBA
(195,220,186)
#B0C6A8
(176,198,168)
#9DB096
(157,176,150)
#8A9A84
(138,154,132)
#778472
(119,132,114)
#646E60
(100,110,96)
#51584E
(81,88,78)
#3E423C
(62,66,60)
#2B2C2A
(43,44,42)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #D6F2CC

#D6F2CC
(214,242,204)
#D9F3D0
(217,243,208)
#DCF4D4
(220,244,212)
#DFF5D8
(223,245,216)
#E2F6DC
(226,246,220)
#E5F7E0
(229,247,224)
#E8F8E4
(232,248,228)
#EBF9E8
(235,249,232)
#EEFAEC
(238,250,236)
#F1FBF0
(241,251,240)
#F4FCF4
(244,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F2CC; }

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

This text font color is #D6F2CC.

Background Color

.myBgColor { background-color: #D6F2CC; }

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

This div background color is #D6F2CC.

Border color

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

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

This div border color is #D6F2CC.

Opacity

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

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

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

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

This text has shadow with #D6F2CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6F2CC.

Preview

Color preview on black background

This text has color #D6F2CC on black background.


Color preview on white background

This text has color #D6F2CC on white background.


Black color preview on #D6F2CC background

This text has black color on #D6F2CC background.


White color preview on #D6F2CC background

This text has white color on #D6F2CC background.


Related colors

Complementary color

Complementary color for #hex is #290D33.


I love getcolorcode.com

Triadic colors

1 #CCD6F2 and #F2CCD6 with #D6F2CC are triadic colors.

2 #CCF2D6 and #F2D6CC with #D6F2CC are triadic colors.