COLOR #E6B5B1

HEX: #E6B5B1
RGB: (230,181,177)

Color info

#E6B5B1 contains red, green and blue colors in about the same proportion. Web safe color of #E6B5B1 is #CCCC99 (or #CC9).

RGB color model

#E6B5B1 color RGB value is (230,181,177).

  • red value is 230;
  • green value is 181;
  • blue value is 177.
RGB:
(230,181,177)
(90%,71%,69%)

RGB channels and saturation

R 230 of 255 = 90%
G 181 of 255 = 71%
B 177 of 255 = 69%

230
181
177

R + G + B ~ 77%. #E6B5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 181 + 177 = 588 (100%)
R 230 of 588 ~ 39.12%
G 181 of 588 ~ 30.78%
B 177 of 588 ~ 30.1%

%39.12
%30.78
%30.1

CMYK color model

#E6B5B1 color CMYK value is (0,21,23,10).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 23.04%
  • key color value is 9.80%
CMYK:
(0,21,23,10)
C0M21Y23K10 
(0%,21%,23%,10%)
(0.00/0.21/0.23/0.10)	

CMYK percentages

%0
%21.3
%23.04
%9.8

Codes

Color #E6B5B1 in popluar color models

E6B5B1
RGB230181177
HSL51.46%79.80%
HSB/HSV23.04%90.20%
CMYK0.00%21.30%23.04%
9.80%

Color #E6B5B1 in popluar number systems.

HEXE6B5B1
Decimal230181177
Binary111001101011010110110001
Octal346265261

Shades and tints

Shades of #E6B5B1

#E6B5B1
(230,181,177)
#D2A5A1
(210,165,161)
#BE9591
(190,149,145)
#AA8581
(170,133,129)
#967571
(150,117,113)
#826561
(130,101,97)
#6E5551
(110,85,81)
#5A4541
(90,69,65)
#463531
(70,53,49)
#322521
(50,37,33)
#1E1511
(30,21,17)
#000000
(0,0,0)

Tints of #E6B5B1

#E6B5B1
(230,181,177)
#E8BBB8
(232,187,184)
#EAC1BF
(234,193,191)
#ECC7C6
(236,199,198)
#EECDCD
(238,205,205)
#F0D3D4
(240,211,212)
#F2D9DB
(242,217,219)
#F4DFE2
(244,223,226)
#F6E5E9
(246,229,233)
#F8EBF0
(248,235,240)
#FAF1F7
(250,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B5B1 color. Also use rgb(230,181,177) instead hex code.

Text Font Color

.myTextColor { color: #E6B5B1; }

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

This text font color is #E6B5B1.


Background Color

.myBgColor { background-color: #E6B5B1; }

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

This div background color is #E6B5B1.


Border color

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

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

This div border color is #E6B5B1.


Opacity

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

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

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

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

This text has shadow with #E6B5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B5B1 on black background.


Color preview on white background

This text has color #E6B5B1 on white background.



Black color preview on #E6B5B1 background

This text has black color on #E6B5B1 background.


White color preview on #E6B5B1 background

This text has white color on #E6B5B1 background.