COLOR #D6E0C1

HEX: #D6E0C1 RGB: (214,224,193)

Color info

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

RGB color model

#D6E0C1 color RGB value is (214,224,193).

RGB: (214,224,193) (84%, 88%, 76%)

RGB channels and saturation

R 214 of 255 = 84%
G 224 of 255 = 88%
B 193 of 255 = 76%

214
224
193

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

Portions of RGB colors in percentages

R + G + B = 214 + 224 + 193 = 631 (100%)
R 214 of 631 ~ 33.91%
G 224 of 631 ~ 35.5%
B 193 of 631 ~ 30.59'%

%33.91
%35.5
%30.59

CMYK color model

#D6E0C1 color CMYK value is (4,0,14,12).

  • cyan value is 4.46%
  • magenta value is 0.00%
  • yellow value is 13.84%
  • key color value is 12.16%
CMYK: (4,0,14,12) C4M0Y14K12 (4%,0%,14%,12%) (0.04/0.00/0.14/0.12) 

CMYK percentages

%4.46
%0
%13.84
%12.16

Codes

Color #D6E0C1 in popluar color models

D6 E0 C1
RGB 214 224 193
HSL 79° 33.33% 81.76%
HSB/HSV 79° 13.84% 87.84%
CMYK 4.46% 0.00% 13.84%
12.16%

Color #D6E0C1 in popluar number systems.

HEX D6 E0 C1
Decimal 214 224 193
Binary 11010110 11100000 11000001
Octal 326 340 301

Shades and tints

Shades of #D6E0C1

#D6E0C1
(214,224,193)
#C3CCB0
(195,204,176)
#B0B89F
(176,184,159)
#9DA48E
(157,164,142)
#8A907D
(138,144,125)
#777C6C
(119,124,108)
#64685B
(100,104,91)
#51544A
(81,84,74)
#3E4039
(62,64,57)
#2B2C28
(43,44,40)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #D6E0C1

#D6E0C1
(214,224,193)
#D9E2C6
(217,226,198)
#DCE4CB
(220,228,203)
#DFE6D0
(223,230,208)
#E2E8D5
(226,232,213)
#E5EADA
(229,234,218)
#E8ECDF
(232,236,223)
#EBEEE4
(235,238,228)
#EEF0E9
(238,240,233)
#F1F2EE
(241,242,238)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E0C1; }

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

This text font color is #D6E0C1.

Background Color

.myBgColor { background-color: #D6E0C1; }

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

This div background color is #D6E0C1.

Border color

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

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

This div border color is #D6E0C1.

Opacity

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

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

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

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

This text has shadow with #D6E0C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6E0C1.

Preview

Color preview on black background

This text has color #D6E0C1 on black background.


Color preview on white background

This text has color #D6E0C1 on white background.


Black color preview on #D6E0C1 background

This text has black color on #D6E0C1 background.


White color preview on #D6E0C1 background

This text has white color on #D6E0C1 background.


Related colors

Complementary color

Complementary color for #hex is #291F3E.


I love getcolorcode.com

Triadic colors

1 #C1D6E0 and #E0C1D6 with #D6E0C1 are triadic colors.

2 #C1E0D6 and #E0D6C1 with #D6E0C1 are triadic colors.