COLOR #E7CAB7

HEX: #E7CAB7 RGB: (231,202,183)

Color info

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

RGB color model

#E7CAB7 color RGB value is (231,202,183).

RGB: (231,202,183) (91%, 79%, 72%)

RGB channels and saturation

R 231 of 255 = 91%
G 202 of 255 = 79%
B 183 of 255 = 72%

231
202
183

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

Portions of RGB colors in percentages

R + G + B = 231 + 202 + 183 = 616 (100%)
R 231 of 616 ~ 37.5%
G 202 of 616 ~ 32.79%
B 183 of 616 ~ 29.71'%

%37.5
%32.79
%29.71

CMYK color model

#E7CAB7 color CMYK value is (0,13,21,9).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 20.78%
  • key color value is 9.41%

CMYK: (0,13,21,9)
C0M13Y21K9 (0%, 13%, 21%, 9%)
(0.00 / 0.13 / 0.21 / 0.09)

CMYK percentages

%0
%12.55
%20.78
%9.41

Codes

Color #E7CAB7 in popluar color models

E7 CA B7
RGB 231 202 183
HSL 24° 50.00% 81.18%
HSB/HSV 24° 20.78% 90.59%
CMYK 0.00% 12.55% 20.78%
9.41%

Color #E7CAB7 in popluar number systems.

HEX E7 CA B7
Decimal 231 202 183
Binary 11100111 11001010 10110111
Octal 347 312 267

Shades and tints

Shades of #E7CAB7

#E7CAB7
(231,202,183)
#D2B8A7
(210,184,167)
#BDA697
(189,166,151)
#A89487
(168,148,135)
#938277
(147,130,119)
#7E7067
(126,112,103)
#695E57
(105,94,87)
#544C47
(84,76,71)
#3F3A37
(63,58,55)
#2A2827
(42,40,39)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #E7CAB7

#E7CAB7
(231,202,183)
#E9CEBD
(233,206,189)
#EBD2C3
(235,210,195)
#EDD6C9
(237,214,201)
#EFDACF
(239,218,207)
#F1DED5
(241,222,213)
#F3E2DB
(243,226,219)
#F5E6E1
(245,230,225)
#F7EAE7
(247,234,231)
#F9EEED
(249,238,237)
#FBF2F3
(251,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CAB7; }

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

This text font color is #E7CAB7.

Background Color

.myBgColor { background-color: #E7CAB7; }

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

This div background color is #E7CAB7.

Border color

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

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

This div border color is #E7CAB7.

Opacity

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

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

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

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

This text has shadow with #E7CAB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CAB7.

Preview

Color preview on black background

This text has color #E7CAB7 on black background.


Color preview on white background

This text has color #E7CAB7 on white background.


Black color preview on #E7CAB7 background

This text has black color on #E7CAB7 background.


White color preview on #E7CAB7 background

This text has white color on #E7CAB7 background.


Related colors

Complementary color

Complementary color for #hex is #183548.


I love getcolorcode.com

Triadic colors

1 #B7E7CA and #CAB7E7 with #E7CAB7 are triadic colors.

2 #B7CAE7 and #CAE7B7 with #E7CAB7 are triadic colors.