COLOR #E6A8B5

HEX: #E6A8B5 RGB: (230,168,181)

Color info

#E6A8B5 contains mainly red and blue colors. Web safe color of #E6A8B5 is #CC99CC (or #C9C).

RGB color model

#E6A8B5 color RGB value is (230,168,181).

RGB: (230,168,181) (90%, 66%, 71%)

RGB channels and saturation

R 230 of 255 = 90%
G 168 of 255 = 66%
B 181 of 255 = 71%

230
168
181

R + G + B ~ 76%. #E6A8B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 168 + 181 = 579 (100%)
R 230 of 579 ~ 39.72%
G 168 of 579 ~ 29.02%
B 181 of 579 ~ 31.26'%

%39.72
%29.02
%31.26

CMYK color model

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

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

CMYK: (0,27,21,10)
C0M27Y21K10 (0%, 27%, 21%, 10%)
(0.00 / 0.27 / 0.21 / 0.10)

CMYK percentages

%0
%26.96
%21.3
%9.8

Codes

Color #E6A8B5 in popluar color models

E6 A8 B5
RGB 230 168 181
HSL 347° 55.36% 78.04%
HSB/HSV 347° 26.96% 90.20%
CMYK 0.00% 26.96% 21.30%
9.80%

Color #E6A8B5 in popluar number systems.

HEX E6 A8 B5
Decimal 230 168 181
Binary 11100110 10101000 10110101
Octal 346 250 265

Shades and tints

Shades of #E6A8B5

#E6A8B5
(230,168,181)
#D299A5
(210,153,165)
#BE8A95
(190,138,149)
#AA7B85
(170,123,133)
#966C75
(150,108,117)
#825D65
(130,93,101)
#6E4E55
(110,78,85)
#5A3F45
(90,63,69)
#463035
(70,48,53)
#322125
(50,33,37)
#1E1215
(30,18,21)
#000000
(0,0,0)

Tints of #E6A8B5

#E6A8B5
(230,168,181)
#E8AFBB
(232,175,187)
#EAB6C1
(234,182,193)
#ECBDC7
(236,189,199)
#EEC4CD
(238,196,205)
#F0CBD3
(240,203,211)
#F2D2D9
(242,210,217)
#F4D9DF
(244,217,223)
#F6E0E5
(246,224,229)
#F8E7EB
(248,231,235)
#FAEEF1
(250,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6A8B5; }

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

This text font color is #E6A8B5.

Background Color

.myBgColor { background-color: #E6A8B5; }

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

This div background color is #E6A8B5.

Border color

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

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

This div border color is #E6A8B5.

Opacity

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

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

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

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

This text has shadow with #E6A8B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6A8B5.

Preview

Color preview on black background

This text has color #E6A8B5 on black background.


Color preview on white background

This text has color #E6A8B5 on white background.


Black color preview on #E6A8B5 background

This text has black color on #E6A8B5 background.


White color preview on #E6A8B5 background

This text has white color on #E6A8B5 background.


Related colors

Complementary color

Complementary color for #hex is #19574A.


I love getcolorcode.com

Triadic colors

1 #B5E6A8 and #A8B5E6 with #E6A8B5 are triadic colors.

2 #B5A8E6 and #A8E6B5 with #E6A8B5 are triadic colors.