COLOR #D6F6CB

HEX: #D6F6CB
RGB: (214,246,203)

Color info

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

RGB color model

#D6F6CB color RGB value is (214,246,203).

  • red value is 214;
  • green value is 246;
  • blue value is 203.
RGB:
(214,246,203)
(84%,96%,80%)

RGB channels and saturation

R 214 of 255 = 84%
G 246 of 255 = 96%
B 203 of 255 = 80%

214
246
203

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

Portions of RGB colors in percentages

R + G + B =
214 + 246 + 203 = 663 (100%)
R 214 of 663 ~ 32.28%
G 246 of 663 ~ 37.1%
B 203 of 663 ~ 30.62%

%32.28
%37.1
%30.62

CMYK color model

#D6F6CB color CMYK value is (13,0,17,4).

  • cyan value is 13.01%
  • magenta value is 0.00%
  • yellow value is 17.48%
  • key color value is 3.53%
CMYK:
(13,0,17,4)
C13M0Y17K4 
(13%,0%,17%,4%)
(0.13/0.00/0.17/0.04)	

CMYK percentages

%13.01
%0
%17.48
%3.53

Codes

Color #D6F6CB in popluar color models

D6F6CB
RGB214246203
HSL105°70.49%88.04%
HSB/HSV105°17.48%96.47%
CMYK13.01%0.00%17.48%
3.53%

Color #D6F6CB in popluar number systems.

HEXD6F6CB
Decimal214246203
Binary110101101111011011001011
Octal326366313

Shades and tints

Shades of #D6F6CB

#D6F6CB
(214,246,203)
#C3E0B9
(195,224,185)
#B0CAA7
(176,202,167)
#9DB495
(157,180,149)
#8A9E83
(138,158,131)
#778871
(119,136,113)
#64725F
(100,114,95)
#515C4D
(81,92,77)
#3E463B
(62,70,59)
#2B3029
(43,48,41)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #D6F6CB

#D6F6CB
(214,246,203)
#D9F6CF
(217,246,207)
#DCF6D3
(220,246,211)
#DFF6D7
(223,246,215)
#E2F6DB
(226,246,219)
#E5F6DF
(229,246,223)
#E8F6E3
(232,246,227)
#EBF6E7
(235,246,231)
#EEF6EB
(238,246,235)
#F1F6EF
(241,246,239)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F6CB; }

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

This text font color is #D6F6CB.


Background Color

.myBgColor { background-color: #D6F6CB; }

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

This div background color is #D6F6CB.


Border color

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

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

This div border color is #D6F6CB.


Opacity

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

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

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

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

This text has shadow with #D6F6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F6CB on black background.


Color preview on white background

This text has color #D6F6CB on white background.



Black color preview on #D6F6CB background

This text has black color on #D6F6CB background.


White color preview on #D6F6CB background

This text has white color on #D6F6CB background.