COLOR #E6C4B7

HEX: #E6C4B7 RGB: (230,196,183)

Color info

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

RGB color model

#E6C4B7 color RGB value is (230,196,183).

RGB: (230,196,183) (90%, 77%, 72%)

RGB channels and saturation

R 230 of 255 = 90%
G 196 of 255 = 77%
B 183 of 255 = 72%

230
196
183

R + G + B ~ 80%. #E6C4B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 196 + 183 = 609 (100%)
R 230 of 609 ~ 37.77%
G 196 of 609 ~ 32.18%
B 183 of 609 ~ 30.05'%

%37.77
%32.18
%30.05

CMYK color model

#E6C4B7 color CMYK value is (0,15,20,10).

  • cyan value is 0.00%
  • magenta value is 14.78%
  • yellow value is 20.43%
  • key color value is 9.80%

CMYK: (0,15,20,10)
C0M15Y20K10 (0%, 15%, 20%, 10%)
(0.00 / 0.15 / 0.20 / 0.10)

CMYK percentages

%0
%14.78
%20.43
%9.8

Codes

Color #E6C4B7 in popluar color models

E6 C4 B7
RGB 230 196 183
HSL 17° 48.45% 80.98%
HSB/HSV 17° 20.43% 90.20%
CMYK 0.00% 14.78% 20.43%
9.80%

Color #E6C4B7 in popluar number systems.

HEX E6 C4 B7
Decimal 230 196 183
Binary 11100110 11000100 10110111
Octal 346 304 267

Shades and tints

Shades of #E6C4B7

#E6C4B7
(230,196,183)
#D2B3A7
(210,179,167)
#BEA297
(190,162,151)
#AA9187
(170,145,135)
#968077
(150,128,119)
#826F67
(130,111,103)
#6E5E57
(110,94,87)
#5A4D47
(90,77,71)
#463C37
(70,60,55)
#322B27
(50,43,39)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #E6C4B7

#E6C4B7
(230,196,183)
#E8C9BD
(232,201,189)
#EACEC3
(234,206,195)
#ECD3C9
(236,211,201)
#EED8CF
(238,216,207)
#F0DDD5
(240,221,213)
#F2E2DB
(242,226,219)
#F4E7E1
(244,231,225)
#F6ECE7
(246,236,231)
#F8F1ED
(248,241,237)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C4B7; }

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

This text font color is #E6C4B7.

Background Color

.myBgColor { background-color: #E6C4B7; }

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

This div background color is #E6C4B7.

Border color

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

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

This div border color is #E6C4B7.

Opacity

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

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

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

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

This text has shadow with #E6C4B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C4B7.

Preview

Color preview on black background

This text has color #E6C4B7 on black background.


Color preview on white background

This text has color #E6C4B7 on white background.


Black color preview on #E6C4B7 background

This text has black color on #E6C4B7 background.


White color preview on #E6C4B7 background

This text has white color on #E6C4B7 background.


Related colors

Complementary color

Complementary color for #hex is #193B48.


I love getcolorcode.com

Triadic colors

1 #B7E6C4 and #C4B7E6 with #E6C4B7 are triadic colors.

2 #B7C4E6 and #C4E6B7 with #E6C4B7 are triadic colors.