COLOR #E6C6B8

HEX: #E6C6B8 RGB: (230,198,184)

Color info

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

RGB color model

#E6C6B8 color RGB value is (230,198,184).

RGB: (230,198,184) (90%, 78%, 72%)

RGB channels and saturation

R 230 of 255 = 90%
G 198 of 255 = 78%
B 184 of 255 = 72%

230
198
184

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

Portions of RGB colors in percentages

R + G + B = 230 + 198 + 184 = 612 (100%)
R 230 of 612 ~ 37.58%
G 198 of 612 ~ 32.35%
B 184 of 612 ~ 30.07'%

%37.58
%32.35
%30.07

CMYK color model

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

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

CMYK: (0,14,20,10)
C0M14Y20K10 (0%, 14%, 20%, 10%)
(0.00 / 0.14 / 0.20 / 0.10)

CMYK percentages

%0
%13.91
%20
%9.8

Codes

Color #E6C6B8 in popluar color models

E6 C6 B8
RGB 230 198 184
HSL 18° 47.92% 81.18%
HSB/HSV 18° 20.00% 90.20%
CMYK 0.00% 13.91% 20.00%
9.80%

Color #E6C6B8 in popluar number systems.

HEX E6 C6 B8
Decimal 230 198 184
Binary 11100110 11000110 10111000
Octal 346 306 270

Shades and tints

Shades of #E6C6B8

#E6C6B8
(230,198,184)
#D2B4A8
(210,180,168)
#BEA298
(190,162,152)
#AA9088
(170,144,136)
#967E78
(150,126,120)
#826C68
(130,108,104)
#6E5A58
(110,90,88)
#5A4848
(90,72,72)
#463638
(70,54,56)
#322428
(50,36,40)
#1E1218
(30,18,24)
#000000
(0,0,0)

Tints of #E6C6B8

#E6C6B8
(230,198,184)
#E8CBBE
(232,203,190)
#EAD0C4
(234,208,196)
#ECD5CA
(236,213,202)
#EEDAD0
(238,218,208)
#F0DFD6
(240,223,214)
#F2E4DC
(242,228,220)
#F4E9E2
(244,233,226)
#F6EEE8
(246,238,232)
#F8F3EE
(248,243,238)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C6B8; }

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

This text font color is #E6C6B8.

Background Color

.myBgColor { background-color: #E6C6B8; }

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

This div background color is #E6C6B8.

Border color

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

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

This div border color is #E6C6B8.

Opacity

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

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

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

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

This text has shadow with #E6C6B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C6B8.

Preview

Color preview on black background

This text has color #E6C6B8 on black background.


Color preview on white background

This text has color #E6C6B8 on white background.


Black color preview on #E6C6B8 background

This text has black color on #E6C6B8 background.


White color preview on #E6C6B8 background

This text has white color on #E6C6B8 background.


Related colors

Complementary color

Complementary color for #hex is #193947.


I love getcolorcode.com

Triadic colors

1 #B8E6C6 and #C6B8E6 with #E6C6B8 are triadic colors.

2 #B8C6E6 and #C6E6B8 with #E6C6B8 are triadic colors.