COLOR #E6AEAF

HEX: #E6AEAF
RGB: (230,174,175)

Color info

#E6AEAF contains red, green and blue colors in about the same proportion. Web safe color of #E6AEAF is #CC9999 (or #C99).

RGB color model

#E6AEAF color RGB value is (230,174,175).

  • red value is 230;
  • green value is 174;
  • blue value is 175.
RGB:
(230,174,175)
(90%,68%,69%)

RGB channels and saturation

R 230 of 255 = 90%
G 174 of 255 = 68%
B 175 of 255 = 69%

230
174
175

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

Portions of RGB colors in percentages

R + G + B =
230 + 174 + 175 = 579 (100%)
R 230 of 579 ~ 39.72%
G 174 of 579 ~ 30.05%
B 175 of 579 ~ 30.22%

%39.72
%30.05
%30.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.35%
  • yellow value is 23.91%
  • key color value is 9.80%
CMYK:
(0,24,24,10)
C0M24Y24K10 
(0%,24%,24%,10%)
(0.00/0.24/0.24/0.10)	

CMYK percentages

%0
%24.35
%23.91
%9.8

Codes

Color #E6AEAF in popluar color models

E6AEAF
RGB230174175
HSL359°52.83%79.22%
HSB/HSV359°24.35%90.20%
CMYK0.00%24.35%23.91%
9.80%

Color #E6AEAF in popluar number systems.

HEXE6AEAF
Decimal230174175
Binary111001101010111010101111
Octal346256257

Shades and tints

Shades of #E6AEAF

#E6AEAF
(230,174,175)
#D29FA0
(210,159,160)
#BE9091
(190,144,145)
#AA8182
(170,129,130)
#967273
(150,114,115)
#826364
(130,99,100)
#6E5455
(110,84,85)
#5A4546
(90,69,70)
#463637
(70,54,55)
#322728
(50,39,40)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #E6AEAF

#E6AEAF
(230,174,175)
#E8B5B6
(232,181,182)
#EABCBD
(234,188,189)
#ECC3C4
(236,195,196)
#EECACB
(238,202,203)
#F0D1D2
(240,209,210)
#F2D8D9
(242,216,217)
#F4DFE0
(244,223,224)
#F6E6E7
(246,230,231)
#F8EDEE
(248,237,238)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6AEAF; }

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

This text font color is #E6AEAF.


Background Color

.myBgColor { background-color: #E6AEAF; }

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

This div background color is #E6AEAF.


Border color

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

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

This div border color is #E6AEAF.


Opacity

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

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

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

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

This text has shadow with #E6AEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6AEAF on black background.


Color preview on white background

This text has color #E6AEAF on white background.



Black color preview on #E6AEAF background

This text has black color on #E6AEAF background.


White color preview on #E6AEAF background

This text has white color on #E6AEAF background.