COLOR #E6C6D0

HEX: #E6C6D0 RGB: (230,198,208)

Color info

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

RGB color model

#E6C6D0 color RGB value is (230,198,208).

RGB: (230,198,208) (90%, 78%, 82%)

RGB channels and saturation

R 230 of 255 = 90%
G 198 of 255 = 78%
B 208 of 255 = 82%

230
198
208

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

Portions of RGB colors in percentages

R + G + B = 230 + 198 + 208 = 636 (100%)
R 230 of 636 ~ 36.16%
G 198 of 636 ~ 31.13%
B 208 of 636 ~ 32.7'%

%36.16
%31.13
%32.7

CMYK color model

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

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

CMYK: (0,14,10,10)
C0M14Y10K10 (0%, 14%, 10%, 10%)
(0.00 / 0.14 / 0.10 / 0.10)

CMYK percentages

%0
%13.91
%9.57
%9.8

Codes

Color #E6C6D0 in popluar color models

E6 C6 D0
RGB 230 198 208
HSL 341° 39.02% 83.92%
HSB/HSV 341° 13.91% 90.20%
CMYK 0.00% 13.91% 9.57%
9.80%

Color #E6C6D0 in popluar number systems.

HEX E6 C6 D0
Decimal 230 198 208
Binary 11100110 11000110 11010000
Octal 346 306 320

Shades and tints

Shades of #E6C6D0

#E6C6D0
(230,198,208)
#D2B4BE
(210,180,190)
#BEA2AC
(190,162,172)
#AA909A
(170,144,154)
#967E88
(150,126,136)
#826C76
(130,108,118)
#6E5A64
(110,90,100)
#5A4852
(90,72,82)
#463640
(70,54,64)
#32242E
(50,36,46)
#1E121C
(30,18,28)
#000000
(0,0,0)

Tints of #E6C6D0

#E6C6D0
(230,198,208)
#E8CBD4
(232,203,212)
#EAD0D8
(234,208,216)
#ECD5DC
(236,213,220)
#EEDAE0
(238,218,224)
#F0DFE4
(240,223,228)
#F2E4E8
(242,228,232)
#F4E9EC
(244,233,236)
#F6EEF0
(246,238,240)
#F8F3F4
(248,243,244)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C6D0; }

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

This text font color is #E6C6D0.

Background Color

.myBgColor { background-color: #E6C6D0; }

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

This div background color is #E6C6D0.

Border color

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

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

This div border color is #E6C6D0.

Opacity

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

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

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

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

This text has shadow with #E6C6D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C6D0.

Preview

Color preview on black background

This text has color #E6C6D0 on black background.


Color preview on white background

This text has color #E6C6D0 on white background.


Black color preview on #E6C6D0 background

This text has black color on #E6C6D0 background.


White color preview on #E6C6D0 background

This text has white color on #E6C6D0 background.


Related colors

Complementary color

Complementary color for #hex is #19392F.


I love getcolorcode.com

Triadic colors

1 #D0E6C6 and #C6D0E6 with #E6C6D0 are triadic colors.

2 #D0C6E6 and #C6E6D0 with #E6C6D0 are triadic colors.