COLOR #E6BFAA

HEX: #E6BFAA
RGB: (230,191,170)

Color info

#E6BFAA contains mainly red and green colors. Web safe color of #E6BFAA is #CCCC99 (or #CC9).

RGB color model

#E6BFAA color RGB value is (230,191,170).

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

RGB channels and saturation

R 230 of 255 = 90%
G 191 of 255 = 75%
B 170 of 255 = 67%

230
191
170

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

Portions of RGB colors in percentages

R + G + B =
230 + 191 + 170 = 591 (100%)
R 230 of 591 ~ 38.92%
G 191 of 591 ~ 32.32%
B 170 of 591 ~ 28.76%

%38.92
%32.32
%28.76

CMYK color model

#E6BFAA color CMYK value is (0,17,26,10).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 26.09%
  • key color value is 9.80%
CMYK:
(0,17,26,10)
C0M17Y26K10 
(0%,17%,26%,10%)
(0.00/0.17/0.26/0.10)	

CMYK percentages

%0
%16.96
%26.09
%9.8

Codes

Color #E6BFAA in popluar color models

E6BFAA
RGB230191170
HSL21°54.55%78.43%
HSB/HSV21°26.09%90.20%
CMYK0.00%16.96%26.09%
9.80%

Color #E6BFAA in popluar number systems.

HEXE6BFAA
Decimal230191170
Binary111001101011111110101010
Octal346277252

Shades and tints

Shades of #E6BFAA

#E6BFAA
(230,191,170)
#D2AE9B
(210,174,155)
#BE9D8C
(190,157,140)
#AA8C7D
(170,140,125)
#967B6E
(150,123,110)
#826A5F
(130,106,95)
#6E5950
(110,89,80)
#5A4841
(90,72,65)
#463732
(70,55,50)
#322623
(50,38,35)
#1E1514
(30,21,20)
#000000
(0,0,0)

Tints of #E6BFAA

#E6BFAA
(230,191,170)
#E8C4B1
(232,196,177)
#EAC9B8
(234,201,184)
#ECCEBF
(236,206,191)
#EED3C6
(238,211,198)
#F0D8CD
(240,216,205)
#F2DDD4
(242,221,212)
#F4E2DB
(244,226,219)
#F6E7E2
(246,231,226)
#F8ECE9
(248,236,233)
#FAF1F0
(250,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BFAA; }

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

This text font color is #E6BFAA.


Background Color

.myBgColor { background-color: #E6BFAA; }

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

This div background color is #E6BFAA.


Border color

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

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

This div border color is #E6BFAA.


Opacity

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

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

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

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

This text has shadow with #E6BFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BFAA on black background.


Color preview on white background

This text has color #E6BFAA on white background.



Black color preview on #E6BFAA background

This text has black color on #E6BFAA background.


White color preview on #E6BFAA background

This text has white color on #E6BFAA background.