COLOR #E6C6C5

HEX: #E6C6C5 RGB: (230,198,197)

Color info

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

RGB color model

#E6C6C5 color RGB value is (230,198,197).

RGB: (230,198,197) (90%, 78%, 77%)

RGB channels and saturation

R 230 of 255 = 90%
G 198 of 255 = 78%
B 197 of 255 = 77%

230
198
197

R + G + B ~ 82%. #E6C6C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 198 + 197 = 625 (100%)
R 230 of 625 ~ 36.8%
G 198 of 625 ~ 31.68%
B 197 of 625 ~ 31.52'%

%36.8
%31.68
%31.52

CMYK color model

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

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

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

CMYK percentages

%0
%13.91
%14.35
%9.8

Codes

Color #E6C6C5 in popluar color models

E6 C6 C5
RGB 230 198 197
HSL 39.76% 83.73%
HSB/HSV 14.35% 90.20%
CMYK 0.00% 13.91% 14.35%
9.80%

Color #E6C6C5 in popluar number systems.

HEX E6 C6 C5
Decimal 230 198 197
Binary 11100110 11000110 11000101
Octal 346 306 305

Shades and tints

Shades of #E6C6C5

#E6C6C5
(230,198,197)
#D2B4B4
(210,180,180)
#BEA2A3
(190,162,163)
#AA9092
(170,144,146)
#967E81
(150,126,129)
#826C70
(130,108,112)
#6E5A5F
(110,90,95)
#5A484E
(90,72,78)
#46363D
(70,54,61)
#32242C
(50,36,44)
#1E121B
(30,18,27)
#000000
(0,0,0)

Tints of #E6C6C5

#E6C6C5
(230,198,197)
#E8CBCA
(232,203,202)
#EAD0CF
(234,208,207)
#ECD5D4
(236,213,212)
#EEDAD9
(238,218,217)
#F0DFDE
(240,223,222)
#F2E4E3
(242,228,227)
#F4E9E8
(244,233,232)
#F6EEED
(246,238,237)
#F8F3F2
(248,243,242)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C6C5; }

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

This text font color is #E6C6C5.

Background Color

.myBgColor { background-color: #E6C6C5; }

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

This div background color is #E6C6C5.

Border color

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

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

This div border color is #E6C6C5.

Opacity

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

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

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

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

This text has shadow with #E6C6C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C6C5.

Preview

Color preview on black background

This text has color #E6C6C5 on black background.


Color preview on white background

This text has color #E6C6C5 on white background.


Black color preview on #E6C6C5 background

This text has black color on #E6C6C5 background.


White color preview on #E6C6C5 background

This text has white color on #E6C6C5 background.


Related colors

Complementary color

Complementary color for #hex is #19393A.


I love getcolorcode.com

Triadic colors

1 #C5E6C6 and #C6C5E6 with #E6C6C5 are triadic colors.

2 #C5C6E6 and #C6E6C5 with #E6C6C5 are triadic colors.