COLOR #E6B2AB

HEX: #E6B2AB
RGB: (230,178,171)

Color info

#E6B2AB contains red, green and blue colors in about the same proportion. Web safe color of #E6B2AB is #CC9999 (or #C99).

RGB color model

#E6B2AB color RGB value is (230,178,171).

  • red value is 230;
  • green value is 178;
  • blue value is 171.
RGB:
(230,178,171)
(90%,70%,67%)

RGB channels and saturation

R 230 of 255 = 90%
G 178 of 255 = 70%
B 171 of 255 = 67%

230
178
171

R + G + B ~ 76%. #E6B2AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 178 + 171 = 579 (100%)
R 230 of 579 ~ 39.72%
G 178 of 579 ~ 30.74%
B 171 of 579 ~ 29.53%

%39.72
%30.74
%29.53

CMYK color model

#E6B2AB color CMYK value is (0,23,26,10).

  • cyan value is 0.00%
  • magenta value is 22.61%
  • yellow value is 25.65%
  • key color value is 9.80%
CMYK:
(0,23,26,10)
C0M23Y26K10 
(0%,23%,26%,10%)
(0.00/0.23/0.26/0.10)	

CMYK percentages

%0
%22.61
%25.65
%9.8

Codes

Color #E6B2AB in popluar color models

E6B2AB
RGB230178171
HSL54.13%78.63%
HSB/HSV25.65%90.20%
CMYK0.00%22.61%25.65%
9.80%

Color #E6B2AB in popluar number systems.

HEXE6B2AB
Decimal230178171
Binary111001101011001010101011
Octal346262253

Shades and tints

Shades of #E6B2AB

#E6B2AB
(230,178,171)
#D2A29C
(210,162,156)
#BE928D
(190,146,141)
#AA827E
(170,130,126)
#96726F
(150,114,111)
#826260
(130,98,96)
#6E5251
(110,82,81)
#5A4242
(90,66,66)
#463233
(70,50,51)
#322224
(50,34,36)
#1E1215
(30,18,21)
#000000
(0,0,0)

Tints of #E6B2AB

#E6B2AB
(230,178,171)
#E8B9B2
(232,185,178)
#EAC0B9
(234,192,185)
#ECC7C0
(236,199,192)
#EECEC7
(238,206,199)
#F0D5CE
(240,213,206)
#F2DCD5
(242,220,213)
#F4E3DC
(244,227,220)
#F6EAE3
(246,234,227)
#F8F1EA
(248,241,234)
#FAF8F1
(250,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B2AB color. Also use rgb(230,178,171) instead hex code.

Text Font Color

.myTextColor { color: #E6B2AB; }

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

This text font color is #E6B2AB.


Background Color

.myBgColor { background-color: #E6B2AB; }

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

This div background color is #E6B2AB.


Border color

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

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

This div border color is #E6B2AB.


Opacity

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

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

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

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

This text has shadow with #E6B2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B2AB on black background.


Color preview on white background

This text has color #E6B2AB on white background.



Black color preview on #E6B2AB background

This text has black color on #E6B2AB background.


White color preview on #E6B2AB background

This text has white color on #E6B2AB background.