COLOR #D6C6E3

HEX: #D6C6E3
RGB: (214,198,227)

Color info

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

RGB color model

#D6C6E3 color RGB value is (214,198,227).

  • red value is 214;
  • green value is 198;
  • blue value is 227.
RGB:
(214,198,227)
(84%,78%,89%)

RGB channels and saturation

R 214 of 255 = 84%
G 198 of 255 = 78%
B 227 of 255 = 89%

214
198
227

R + G + B ~ 84%. #D6C6E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 198 + 227 = 639 (100%)
R 214 of 639 ~ 33.49%
G 198 of 639 ~ 30.99%
B 227 of 639 ~ 35.52%

%33.49
%30.99
%35.52

CMYK color model

#D6C6E3 color CMYK value is (6,13,0,11).

  • cyan value is 5.73%
  • magenta value is 12.78%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(6,13,0,11)
C6M13Y0K11 
(6%,13%,0%,11%)
(0.06/0.13/0.00/0.11)	

CMYK percentages

%5.73
%12.78
%0
%10.98

Codes

Color #D6C6E3 in popluar color models

D6C6E3
RGB214198227
HSL273°34.12%83.33%
HSB/HSV273°12.78%89.02%
CMYK5.73%12.78%0.00%
10.98%

Color #D6C6E3 in popluar number systems.

HEXD6C6E3
Decimal214198227
Binary110101101100011011100011
Octal326306343

Shades and tints

Shades of #D6C6E3

#D6C6E3
(214,198,227)
#C3B4CF
(195,180,207)
#B0A2BB
(176,162,187)
#9D90A7
(157,144,167)
#8A7E93
(138,126,147)
#776C7F
(119,108,127)
#645A6B
(100,90,107)
#514857
(81,72,87)
#3E3643
(62,54,67)
#2B242F
(43,36,47)
#18121B
(24,18,27)
#000000
(0,0,0)

Tints of #D6C6E3

#D6C6E3
(214,198,227)
#D9CBE5
(217,203,229)
#DCD0E7
(220,208,231)
#DFD5E9
(223,213,233)
#E2DAEB
(226,218,235)
#E5DFED
(229,223,237)
#E8E4EF
(232,228,239)
#EBE9F1
(235,233,241)
#EEEEF3
(238,238,243)
#F1F3F5
(241,243,245)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C6E3 color. Also use rgb(214,198,227) instead hex code.

Text Font Color

.myTextColor { color: #D6C6E3; }

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

This text font color is #D6C6E3.


Background Color

.myBgColor { background-color: #D6C6E3; }

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

This div background color is #D6C6E3.


Border color

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

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

This div border color is #D6C6E3.


Opacity

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

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

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

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

This text has shadow with #D6C6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C6E3 on black background.


Color preview on white background

This text has color #D6C6E3 on white background.



Black color preview on #D6C6E3 background

This text has black color on #D6C6E3 background.


White color preview on #D6C6E3 background

This text has white color on #D6C6E3 background.