COLOR #D6E6C1

HEX: #D6E6C1 RGB: (214,230,193)

Color info

#D6E6C1 contains red, green and blue colors in about the same proportion. Web safe color of #D6E6C1 is #CCCCCC (or #CCC).

RGB color model

#D6E6C1 color RGB value is (214,230,193).

RGB: (214,230,193) (84%, 90%, 76%)

RGB channels and saturation

R 214 of 255 = 84%
G 230 of 255 = 90%
B 193 of 255 = 76%

214
230
193

R + G + B ~ 83%. #D6E6C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 230 + 193 = 637 (100%)
R 214 of 637 ~ 33.59%
G 230 of 637 ~ 36.11%
B 193 of 637 ~ 30.3'%

%33.59
%36.11
%30.3

CMYK color model

#D6E6C1 color CMYK value is (7,0,16,10).

  • cyan value is 6.96%
  • magenta value is 0.00%
  • yellow value is 16.09%
  • key color value is 9.80%

CMYK: (7,0,16,10)
C7M0Y16K10 (7%, 0%, 16%, 10%)
(0.07 / 0.00 / 0.16 / 0.10)

CMYK percentages

%6.96
%0
%16.09
%9.8

Codes

Color #D6E6C1 in popluar color models

D6 E6 C1
RGB 214 230 193
HSL 86° 42.53% 82.94%
HSB/HSV 86° 16.09% 90.20%
CMYK 6.96% 0.00% 16.09%
9.80%

Color #D6E6C1 in popluar number systems.

HEX D6 E6 C1
Decimal 214 230 193
Binary 11010110 11100110 11000001
Octal 326 346 301

Shades and tints

Shades of #D6E6C1

#D6E6C1
(214,230,193)
#C3D2B0
(195,210,176)
#B0BE9F
(176,190,159)
#9DAA8E
(157,170,142)
#8A967D
(138,150,125)
#77826C
(119,130,108)
#646E5B
(100,110,91)
#515A4A
(81,90,74)
#3E4639
(62,70,57)
#2B3228
(43,50,40)
#181E17
(24,30,23)
#000000
(0,0,0)

Tints of #D6E6C1

#D6E6C1
(214,230,193)
#D9E8C6
(217,232,198)
#DCEACB
(220,234,203)
#DFECD0
(223,236,208)
#E2EED5
(226,238,213)
#E5F0DA
(229,240,218)
#E8F2DF
(232,242,223)
#EBF4E4
(235,244,228)
#EEF6E9
(238,246,233)
#F1F8EE
(241,248,238)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E6C1 color. Also use rgb(214,230,193) instead hex code.

Text Font Color

.myTextColor { color: #D6E6C1; }

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

This text font color is #D6E6C1.

Background Color

.myBgColor { background-color: #D6E6C1; }

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

This div background color is #D6E6C1.

Border color

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

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

This div border color is #D6E6C1.

Opacity

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

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

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

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

This text has shadow with #D6E6C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6E6C1.

Preview

Color preview on black background

This text has color #D6E6C1 on black background.


Color preview on white background

This text has color #D6E6C1 on white background.


Black color preview on #D6E6C1 background

This text has black color on #D6E6C1 background.


White color preview on #D6E6C1 background

This text has white color on #D6E6C1 background.


Related colors

Complementary color

Complementary color for #hex is #29193E.


I love getcolorcode.com

Triadic colors

1 #C1D6E6 and #E6C1D6 with #D6E6C1 are triadic colors.

2 #C1E6D6 and #E6D6C1 with #D6E6C1 are triadic colors.