COLOR #E6B6B5

HEX: #E6B6B5 RGB: (230,182,181)

Color info

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

RGB color model

#E6B6B5 color RGB value is (230,182,181).

RGB: (230,182,181) (90%, 71%, 71%)

RGB channels and saturation

R 230 of 255 = 90%
G 182 of 255 = 71%
B 181 of 255 = 71%

230
182
181

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

Portions of RGB colors in percentages

R + G + B = 230 + 182 + 181 = 593 (100%)
R 230 of 593 ~ 38.79%
G 182 of 593 ~ 30.69%
B 181 of 593 ~ 30.52'%

%38.79
%30.69
%30.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.87%
  • yellow value is 21.30%
  • key color value is 9.80%

CMYK: (0,21,21,10)
C0M21Y21K10 (0%, 21%, 21%, 10%)
(0.00 / 0.21 / 0.21 / 0.10)

CMYK percentages

%0
%20.87
%21.3
%9.8

Codes

Color #E6B6B5 in popluar color models

E6 B6 B5
RGB 230 182 181
HSL 49.49% 80.59%
HSB/HSV 21.30% 90.20%
CMYK 0.00% 20.87% 21.30%
9.80%

Color #E6B6B5 in popluar number systems.

HEX E6 B6 B5
Decimal 230 182 181
Binary 11100110 10110110 10110101
Octal 346 266 265

Shades and tints

Shades of #E6B6B5

#E6B6B5
(230,182,181)
#D2A6A5
(210,166,165)
#BE9695
(190,150,149)
#AA8685
(170,134,133)
#967675
(150,118,117)
#826665
(130,102,101)
#6E5655
(110,86,85)
#5A4645
(90,70,69)
#463635
(70,54,53)
#322625
(50,38,37)
#1E1615
(30,22,21)
#000000
(0,0,0)

Tints of #E6B6B5

#E6B6B5
(230,182,181)
#E8BCBB
(232,188,187)
#EAC2C1
(234,194,193)
#ECC8C7
(236,200,199)
#EECECD
(238,206,205)
#F0D4D3
(240,212,211)
#F2DAD9
(242,218,217)
#F4E0DF
(244,224,223)
#F6E6E5
(246,230,229)
#F8ECEB
(248,236,235)
#FAF2F1
(250,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B6B5; }

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

This text font color is #E6B6B5.

Background Color

.myBgColor { background-color: #E6B6B5; }

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

This div background color is #E6B6B5.

Border color

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

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

This div border color is #E6B6B5.

Opacity

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

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

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

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

This text has shadow with #E6B6B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6B6B5.

Preview

Color preview on black background

This text has color #E6B6B5 on black background.


Color preview on white background

This text has color #E6B6B5 on white background.


Black color preview on #E6B6B5 background

This text has black color on #E6B6B5 background.


White color preview on #E6B6B5 background

This text has white color on #E6B6B5 background.


Related colors

Complementary color

Complementary color for #hex is #19494A.


I love getcolorcode.com

Triadic colors

1 #B5E6B6 and #B6B5E6 with #E6B6B5 are triadic colors.

2 #B5B6E6 and #B6E6B5 with #E6B6B5 are triadic colors.