COLOR #E6C5C5

HEX: #E6C5C5 RGB: (230,197,197)

Color info

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

RGB color model

#E6C5C5 color RGB value is (230,197,197).

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

RGB channels and saturation

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

230
197
197

R + G + B ~ 81%. #E6C5C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 197 + 197 = 624 (100%)
R 230 of 624 ~ 36.86%
G 197 of 624 ~ 31.57%
B 197 of 624 ~ 31.57'%

%36.86
%31.57
%31.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.35%
  • 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
%14.35
%14.35
%9.8

Codes

Color #E6C5C5 in popluar color models

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

Color #E6C5C5 in popluar number systems.

HEX E6 C5 C5
Decimal 230 197 197
Binary 11100110 11000101 11000101
Octal 346 305 305

Shades and tints

Shades of #E6C5C5

#E6C5C5
(230,197,197)
#D2B4B4
(210,180,180)
#BEA3A3
(190,163,163)
#AA9292
(170,146,146)
#968181
(150,129,129)
#827070
(130,112,112)
#6E5F5F
(110,95,95)
#5A4E4E
(90,78,78)
#463D3D
(70,61,61)
#322C2C
(50,44,44)
#1E1B1B
(30,27,27)
#000000
(0,0,0)

Tints of #E6C5C5

#E6C5C5
(230,197,197)
#E8CACA
(232,202,202)
#EACFCF
(234,207,207)
#ECD4D4
(236,212,212)
#EED9D9
(238,217,217)
#F0DEDE
(240,222,222)
#F2E3E3
(242,227,227)
#F4E8E8
(244,232,232)
#F6EDED
(246,237,237)
#F8F2F2
(248,242,242)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C5C5; }

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

This text font color is #E6C5C5.

Background Color

.myBgColor { background-color: #E6C5C5; }

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

This div background color is #E6C5C5.

Border color

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

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

This div border color is #E6C5C5.

Opacity

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

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

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

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

This text has shadow with #E6C5C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C5C5.

Preview

Color preview on black background

This text has color #E6C5C5 on black background.


Color preview on white background

This text has color #E6C5C5 on white background.


Black color preview on #E6C5C5 background

This text has black color on #E6C5C5 background.


White color preview on #E6C5C5 background

This text has white color on #E6C5C5 background.


Related colors

Complementary color

Complementary color for #hex is #193A3A.


I love getcolorcode.com