COLOR #E7C7C7

HEX: #E7C7C7 RGB: (231,199,199)

Color info

#E7C7C7 contains red, green and blue colors in about the same proportion. Web safe color of #E7C7C7 is #FFCCCC (or #FCC).

RGB color model

#E7C7C7 color RGB value is (231,199,199).

RGB: (231,199,199) (91%, 78%, 78%)

RGB channels and saturation

R 231 of 255 = 91%
G 199 of 255 = 78%
B 199 of 255 = 78%

231
199
199

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

Portions of RGB colors in percentages

R + G + B = 231 + 199 + 199 = 629 (100%)
R 231 of 629 ~ 36.72%
G 199 of 629 ~ 31.64%
B 199 of 629 ~ 31.64'%

%36.72
%31.64
%31.64

CMYK color model

#E7C7C7 color CMYK value is (0,14,14,9).

  • cyan value is 0.00%
  • magenta value is 13.85%
  • yellow value is 13.85%
  • key color value is 9.41%

CMYK: (0,14,14,9)
C0M14Y14K9 (0%, 14%, 14%, 9%)
(0.00 / 0.14 / 0.14 / 0.09)

CMYK percentages

%0
%13.85
%13.85
%9.41

Codes

Color #E7C7C7 in popluar color models

E7 C7 C7
RGB 231 199 199
HSL 40.00% 84.31%
HSB/HSV 13.85% 90.59%
CMYK 0.00% 13.85% 13.85%
9.41%

Color #E7C7C7 in popluar number systems.

HEX E7 C7 C7
Decimal 231 199 199
Binary 11100111 11000111 11000111
Octal 347 307 307

Shades and tints

Shades of #E7C7C7

#E7C7C7
(231,199,199)
#D2B5B5
(210,181,181)
#BDA3A3
(189,163,163)
#A89191
(168,145,145)
#937F7F
(147,127,127)
#7E6D6D
(126,109,109)
#695B5B
(105,91,91)
#544949
(84,73,73)
#3F3737
(63,55,55)
#2A2525
(42,37,37)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #E7C7C7

#E7C7C7
(231,199,199)
#E9CCCC
(233,204,204)
#EBD1D1
(235,209,209)
#EDD6D6
(237,214,214)
#EFDBDB
(239,219,219)
#F1E0E0
(241,224,224)
#F3E5E5
(243,229,229)
#F5EAEA
(245,234,234)
#F7EFEF
(247,239,239)
#F9F4F4
(249,244,244)
#FBF9F9
(251,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C7C7 color. Also use rgb(231,199,199) instead hex code.

Text Font Color

.myTextColor { color: #E7C7C7; }

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

This text font color is #E7C7C7.

Background Color

.myBgColor { background-color: #E7C7C7; }

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

This div background color is #E7C7C7.

Border color

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

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

This div border color is #E7C7C7.

Opacity

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

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

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

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

This text has shadow with #E7C7C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7C7C7.

Preview

Color preview on black background

This text has color #E7C7C7 on black background.


Color preview on white background

This text has color #E7C7C7 on white background.


Black color preview on #E7C7C7 background

This text has black color on #E7C7C7 background.


White color preview on #E7C7C7 background

This text has white color on #E7C7C7 background.


Related colors

Complementary color

Complementary color for #hex is #183838.


I love getcolorcode.com