COLOR #E6B6B8

HEX: #E6B6B8 RGB: (230,182,184)

Color info

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

RGB color model

#E6B6B8 color RGB value is (230,182,184).

RGB: (230,182,184) (90%, 71%, 72%)

RGB channels and saturation

R 230 of 255 = 90%
G 182 of 255 = 71%
B 184 of 255 = 72%

230
182
184

R + G + B ~ 78%. #E6B6B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 182 + 184 = 596 (100%)
R 230 of 596 ~ 38.59%
G 182 of 596 ~ 30.54%
B 184 of 596 ~ 30.87'%

%38.59
%30.54
%30.87

CMYK color model

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

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

CMYK: (0,21,20,10)
C0M21Y20K10 (0%, 21%, 20%, 10%)
(0.00 / 0.21 / 0.20 / 0.10)

CMYK percentages

%0
%20.87
%20
%9.8

Codes

Color #E6B6B8 in popluar color models

E6 B6 B8
RGB 230 182 184
HSL 358° 48.98% 80.78%
HSB/HSV 358° 20.87% 90.20%
CMYK 0.00% 20.87% 20.00%
9.80%

Color #E6B6B8 in popluar number systems.

HEX E6 B6 B8
Decimal 230 182 184
Binary 11100110 10110110 10111000
Octal 346 266 270

Shades and tints

Shades of #E6B6B8

#E6B6B8
(230,182,184)
#D2A6A8
(210,166,168)
#BE9698
(190,150,152)
#AA8688
(170,134,136)
#967678
(150,118,120)
#826668
(130,102,104)
#6E5658
(110,86,88)
#5A4648
(90,70,72)
#463638
(70,54,56)
#322628
(50,38,40)
#1E1618
(30,22,24)
#000000
(0,0,0)

Tints of #E6B6B8

#E6B6B8
(230,182,184)
#E8BCBE
(232,188,190)
#EAC2C4
(234,194,196)
#ECC8CA
(236,200,202)
#EECED0
(238,206,208)
#F0D4D6
(240,212,214)
#F2DADC
(242,218,220)
#F4E0E2
(244,224,226)
#F6E6E8
(246,230,232)
#F8ECEE
(248,236,238)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B6B8; }

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

This text font color is #E6B6B8.

Background Color

.myBgColor { background-color: #E6B6B8; }

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

This div background color is #E6B6B8.

Border color

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

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

This div border color is #E6B6B8.

Opacity

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

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

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

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

This text has shadow with #E6B6B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6B6B8.

Preview

Color preview on black background

This text has color #E6B6B8 on black background.


Color preview on white background

This text has color #E6B6B8 on white background.


Black color preview on #E6B6B8 background

This text has black color on #E6B6B8 background.


White color preview on #E6B6B8 background

This text has white color on #E6B6B8 background.


Related colors

Complementary color

Complementary color for #hex is #194947.


I love getcolorcode.com

Triadic colors

1 #B8E6B6 and #B6B8E6 with #E6B6B8 are triadic colors.

2 #B8B6E6 and #B6E6B8 with #E6B6B8 are triadic colors.