COLOR #E6A8B0

HEX: #E6A8B0 RGB: (230,168,176)

Color info

#E6A8B0 contains mainly red and blue colors. Web safe color of #E6A8B0 is #CC9999 (or #C99).

RGB color model

#E6A8B0 color RGB value is (230,168,176).

RGB: (230,168,176) (90%, 66%, 69%)

RGB channels and saturation

R 230 of 255 = 90%
G 168 of 255 = 66%
B 176 of 255 = 69%

230
168
176

R + G + B ~ 75%. #E6A8B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 168 + 176 = 574 (100%)
R 230 of 574 ~ 40.07%
G 168 of 574 ~ 29.27%
B 176 of 574 ~ 30.66'%

%40.07
%29.27
%30.66

CMYK color model

#E6A8B0 color CMYK value is (0,27,23,10).

  • cyan value is 0.00%
  • magenta value is 26.96%
  • yellow value is 23.48%
  • key color value is 9.80%

CMYK: (0,27,23,10)
C0M27Y23K10 (0%, 27%, 23%, 10%)
(0.00 / 0.27 / 0.23 / 0.10)

CMYK percentages

%0
%26.96
%23.48
%9.8

Codes

Color #E6A8B0 in popluar color models

E6 A8 B0
RGB 230 168 176
HSL 352° 55.36% 78.04%
HSB/HSV 352° 26.96% 90.20%
CMYK 0.00% 26.96% 23.48%
9.80%

Color #E6A8B0 in popluar number systems.

HEX E6 A8 B0
Decimal 230 168 176
Binary 11100110 10101000 10110000
Octal 346 250 260

Shades and tints

Shades of #E6A8B0

#E6A8B0
(230,168,176)
#D299A0
(210,153,160)
#BE8A90
(190,138,144)
#AA7B80
(170,123,128)
#966C70
(150,108,112)
#825D60
(130,93,96)
#6E4E50
(110,78,80)
#5A3F40
(90,63,64)
#463030
(70,48,48)
#322120
(50,33,32)
#1E1210
(30,18,16)
#000000
(0,0,0)

Tints of #E6A8B0

#E6A8B0
(230,168,176)
#E8AFB7
(232,175,183)
#EAB6BE
(234,182,190)
#ECBDC5
(236,189,197)
#EEC4CC
(238,196,204)
#F0CBD3
(240,203,211)
#F2D2DA
(242,210,218)
#F4D9E1
(244,217,225)
#F6E0E8
(246,224,232)
#F8E7EF
(248,231,239)
#FAEEF6
(250,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A8B0 color. Also use rgb(230,168,176) instead hex code.

Text Font Color

.myTextColor { color: #E6A8B0; }

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

This text font color is #E6A8B0.

Background Color

.myBgColor { background-color: #E6A8B0; }

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

This div background color is #E6A8B0.

Border color

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

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

This div border color is #E6A8B0.

Opacity

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

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

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

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

This text has shadow with #E6A8B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6A8B0.

Preview

Color preview on black background

This text has color #E6A8B0 on black background.


Color preview on white background

This text has color #E6A8B0 on white background.


Black color preview on #E6A8B0 background

This text has black color on #E6A8B0 background.


White color preview on #E6A8B0 background

This text has white color on #E6A8B0 background.


Related colors

Complementary color

Complementary color for #hex is #19574F.


I love getcolorcode.com

Triadic colors

1 #B0E6A8 and #A8B0E6 with #E6A8B0 are triadic colors.

2 #B0A8E6 and #A8E6B0 with #E6A8B0 are triadic colors.