COLOR #E6CABF

HEX: #E6CABF
RGB: (230,202,191)

Color info

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

RGB color model

#E6CABF color RGB value is (230,202,191).

  • red value is 230;
  • green value is 202;
  • blue value is 191.
RGB:
(230,202,191)
(90%,79%,75%)

RGB channels and saturation

R 230 of 255 = 90%
G 202 of 255 = 79%
B 191 of 255 = 75%

230
202
191

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

Portions of RGB colors in percentages

R + G + B =
230 + 202 + 191 = 623 (100%)
R 230 of 623 ~ 36.92%
G 202 of 623 ~ 32.42%
B 191 of 623 ~ 30.66%

%36.92
%32.42
%30.66

CMYK color model

#E6CABF color CMYK value is (0,12,17,10).

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 16.96%
  • key color value is 9.80%
CMYK:
(0,12,17,10)
C0M12Y17K10 
(0%,12%,17%,10%)
(0.00/0.12/0.17/0.10)	

CMYK percentages

%0
%12.17
%16.96
%9.8

Codes

Color #E6CABF in popluar color models

E6CABF
RGB230202191
HSL17°43.82%82.55%
HSB/HSV17°16.96%90.20%
CMYK0.00%12.17%16.96%
9.80%

Color #E6CABF in popluar number systems.

HEXE6CABF
Decimal230202191
Binary111001101100101010111111
Octal346312277

Shades and tints

Shades of #E6CABF

#E6CABF
(230,202,191)
#D2B8AE
(210,184,174)
#BEA69D
(190,166,157)
#AA948C
(170,148,140)
#96827B
(150,130,123)
#82706A
(130,112,106)
#6E5E59
(110,94,89)
#5A4C48
(90,76,72)
#463A37
(70,58,55)
#322826
(50,40,38)
#1E1615
(30,22,21)
#000000
(0,0,0)

Tints of #E6CABF

#E6CABF
(230,202,191)
#E8CEC4
(232,206,196)
#EAD2C9
(234,210,201)
#ECD6CE
(236,214,206)
#EEDAD3
(238,218,211)
#F0DED8
(240,222,216)
#F2E2DD
(242,226,221)
#F4E6E2
(244,230,226)
#F6EAE7
(246,234,231)
#F8EEEC
(248,238,236)
#FAF2F1
(250,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CABF; }

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

This text font color is #E6CABF.


Background Color

.myBgColor { background-color: #E6CABF; }

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

This div background color is #E6CABF.


Border color

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

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

This div border color is #E6CABF.


Opacity

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

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

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

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

This text has shadow with #E6CABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CABF on black background.


Color preview on white background

This text has color #E6CABF on white background.



Black color preview on #E6CABF background

This text has black color on #E6CABF background.


White color preview on #E6CABF background

This text has white color on #E6CABF background.