COLOR #E6AEBB

HEX: #E6AEBB RGB: (230,174,187)

Color info

#E6AEBB contains red, green and blue colors in about the same proportion. Web safe color of #E6AEBB is #CC99CC (or #C9C).

RGB color model

#E6AEBB color RGB value is (230,174,187).

RGB: (230,174,187) (90%, 68%, 73%)

RGB channels and saturation

R 230 of 255 = 90%
G 174 of 255 = 68%
B 187 of 255 = 73%

230
174
187

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

Portions of RGB colors in percentages

R + G + B = 230 + 174 + 187 = 591 (100%)
R 230 of 591 ~ 38.92%
G 174 of 591 ~ 29.44%
B 187 of 591 ~ 31.64'%

%38.92
%29.44
%31.64

CMYK color model

#E6AEBB color CMYK value is (0,24,19,10).

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

CMYK: (0,24,19,10)
C0M24Y19K10 (0%, 24%, 19%, 10%)
(0.00 / 0.24 / 0.19 / 0.10)

CMYK percentages

%0
%24.35
%18.7
%9.8

Codes

Color #E6AEBB in popluar color models

E6 AE BB
RGB 230 174 187
HSL 346° 52.83% 79.22%
HSB/HSV 346° 24.35% 90.20%
CMYK 0.00% 24.35% 18.70%
9.80%

Color #E6AEBB in popluar number systems.

HEX E6 AE BB
Decimal 230 174 187
Binary 11100110 10101110 10111011
Octal 346 256 273

Shades and tints

Shades of #E6AEBB

#E6AEBB
(230,174,187)
#D29FAA
(210,159,170)
#BE9099
(190,144,153)
#AA8188
(170,129,136)
#967277
(150,114,119)
#826366
(130,99,102)
#6E5455
(110,84,85)
#5A4544
(90,69,68)
#463633
(70,54,51)
#322722
(50,39,34)
#1E1811
(30,24,17)
#000000
(0,0,0)

Tints of #E6AEBB

#E6AEBB
(230,174,187)
#E8B5C1
(232,181,193)
#EABCC7
(234,188,199)
#ECC3CD
(236,195,205)
#EECAD3
(238,202,211)
#F0D1D9
(240,209,217)
#F2D8DF
(242,216,223)
#F4DFE5
(244,223,229)
#F6E6EB
(246,230,235)
#F8EDF1
(248,237,241)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6AEBB; }

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

This text font color is #E6AEBB.

Background Color

.myBgColor { background-color: #E6AEBB; }

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

This div background color is #E6AEBB.

Border color

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

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

This div border color is #E6AEBB.

Opacity

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

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

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

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

This text has shadow with #E6AEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6AEBB.

Preview

Color preview on black background

This text has color #E6AEBB on black background.


Color preview on white background

This text has color #E6AEBB on white background.


Black color preview on #E6AEBB background

This text has black color on #E6AEBB background.


White color preview on #E6AEBB background

This text has white color on #E6AEBB background.


Related colors

Complementary color

Complementary color for #hex is #195144.


I love getcolorcode.com

Triadic colors

1 #BBE6AE and #AEBBE6 with #E6AEBB are triadic colors.

2 #BBAEE6 and #AEE6BB with #E6AEBB are triadic colors.