COLOR #E6C6D3

HEX: #E6C6D3 RGB: (230,198,211)

Color info

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

RGB color model

#E6C6D3 color RGB value is (230,198,211).

RGB: (230,198,211) (90%, 78%, 83%)

RGB channels and saturation

R 230 of 255 = 90%
G 198 of 255 = 78%
B 211 of 255 = 83%

230
198
211

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

Portions of RGB colors in percentages

R + G + B = 230 + 198 + 211 = 639 (100%)
R 230 of 639 ~ 35.99%
G 198 of 639 ~ 30.99%
B 211 of 639 ~ 33.02'%

%35.99
%30.99
%33.02

CMYK color model

#E6C6D3 color CMYK value is (0,14,8,10).

  • cyan value is 0.00%
  • magenta value is 13.91%
  • yellow value is 8.26%
  • key color value is 9.80%

CMYK: (0,14,8,10)
C0M14Y8K10 (0%, 14%, 8%, 10%)
(0.00 / 0.14 / 0.08 / 0.10)

CMYK percentages

%0
%13.91
%8.26
%9.8

Codes

Color #E6C6D3 in popluar color models

E6 C6 D3
RGB 230 198 211
HSL 336° 39.02% 83.92%
HSB/HSV 336° 13.91% 90.20%
CMYK 0.00% 13.91% 8.26%
9.80%

Color #E6C6D3 in popluar number systems.

HEX E6 C6 D3
Decimal 230 198 211
Binary 11100110 11000110 11010011
Octal 346 306 323

Shades and tints

Shades of #E6C6D3

#E6C6D3
(230,198,211)
#D2B4C0
(210,180,192)
#BEA2AD
(190,162,173)
#AA909A
(170,144,154)
#967E87
(150,126,135)
#826C74
(130,108,116)
#6E5A61
(110,90,97)
#5A484E
(90,72,78)
#46363B
(70,54,59)
#322428
(50,36,40)
#1E1215
(30,18,21)
#000000
(0,0,0)

Tints of #E6C6D3

#E6C6D3
(230,198,211)
#E8CBD7
(232,203,215)
#EAD0DB
(234,208,219)
#ECD5DF
(236,213,223)
#EEDAE3
(238,218,227)
#F0DFE7
(240,223,231)
#F2E4EB
(242,228,235)
#F4E9EF
(244,233,239)
#F6EEF3
(246,238,243)
#F8F3F7
(248,243,247)
#FAF8FB
(250,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C6D3 color. Also use rgb(230,198,211) instead hex code.

Text Font Color

.myTextColor { color: #E6C6D3; }

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

This text font color is #E6C6D3.

Background Color

.myBgColor { background-color: #E6C6D3; }

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

This div background color is #E6C6D3.

Border color

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

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

This div border color is #E6C6D3.

Opacity

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

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

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

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

This text has shadow with #E6C6D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C6D3.

Preview

Color preview on black background

This text has color #E6C6D3 on black background.


Color preview on white background

This text has color #E6C6D3 on white background.


Black color preview on #E6C6D3 background

This text has black color on #E6C6D3 background.


White color preview on #E6C6D3 background

This text has white color on #E6C6D3 background.


Related colors

Complementary color

Complementary color for #hex is #19392C.


I love getcolorcode.com

Triadic colors

1 #D3E6C6 and #C6D3E6 with #E6C6D3 are triadic colors.

2 #D3C6E6 and #C6E6D3 with #E6C6D3 are triadic colors.