COLOR #E6BBB1

HEX: #E6BBB1 RGB: (230,187,177)

Color info

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

RGB color model

#E6BBB1 color RGB value is (230,187,177).

RGB: (230,187,177) (90%, 73%, 69%)

RGB channels and saturation

R 230 of 255 = 90%
G 187 of 255 = 73%
B 177 of 255 = 69%

230
187
177

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

Portions of RGB colors in percentages

R + G + B = 230 + 187 + 177 = 594 (100%)
R 230 of 594 ~ 38.72%
G 187 of 594 ~ 31.48%
B 177 of 594 ~ 29.8'%

%38.72
%31.48
%29.8

CMYK color model

#E6BBB1 color CMYK value is (0,19,23,10).

  • cyan value is 0.00%
  • magenta value is 18.70%
  • yellow value is 23.04%
  • key color value is 9.80%

CMYK: (0,19,23,10)
C0M19Y23K10 (0%, 19%, 23%, 10%)
(0.00 / 0.19 / 0.23 / 0.10)

CMYK percentages

%0
%18.7
%23.04
%9.8

Codes

Color #E6BBB1 in popluar color models

E6 BB B1
RGB 230 187 177
HSL 11° 51.46% 79.80%
HSB/HSV 11° 23.04% 90.20%
CMYK 0.00% 18.70% 23.04%
9.80%

Color #E6BBB1 in popluar number systems.

HEX E6 BB B1
Decimal 230 187 177
Binary 11100110 10111011 10110001
Octal 346 273 261

Shades and tints

Shades of #E6BBB1

#E6BBB1
(230,187,177)
#D2AAA1
(210,170,161)
#BE9991
(190,153,145)
#AA8881
(170,136,129)
#967771
(150,119,113)
#826661
(130,102,97)
#6E5551
(110,85,81)
#5A4441
(90,68,65)
#463331
(70,51,49)
#322221
(50,34,33)
#1E1111
(30,17,17)
#000000
(0,0,0)

Tints of #E6BBB1

#E6BBB1
(230,187,177)
#E8C1B8
(232,193,184)
#EAC7BF
(234,199,191)
#ECCDC6
(236,205,198)
#EED3CD
(238,211,205)
#F0D9D4
(240,217,212)
#F2DFDB
(242,223,219)
#F4E5E2
(244,229,226)
#F6EBE9
(246,235,233)
#F8F1F0
(248,241,240)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BBB1; }

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

This text font color is #E6BBB1.

Background Color

.myBgColor { background-color: #E6BBB1; }

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

This div background color is #E6BBB1.

Border color

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

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

This div border color is #E6BBB1.

Opacity

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

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

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

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

This text has shadow with #E6BBB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6BBB1.

Preview

Color preview on black background

This text has color #E6BBB1 on black background.


Color preview on white background

This text has color #E6BBB1 on white background.


Black color preview on #E6BBB1 background

This text has black color on #E6BBB1 background.


White color preview on #E6BBB1 background

This text has white color on #E6BBB1 background.


Related colors

Complementary color

Complementary color for #hex is #19444E.


I love getcolorcode.com

Triadic colors

1 #B1E6BB and #BBB1E6 with #E6BBB1 are triadic colors.

2 #B1BBE6 and #BBE6B1 with #E6BBB1 are triadic colors.