COLOR #E6AEAE

HEX: #E6AEAE RGB: (230,174,174)

Color info

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

RGB color model

#E6AEAE color RGB value is (230,174,174).

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

RGB channels and saturation

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

230
174
174

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

Portions of RGB colors in percentages

R + G + B = 230 + 174 + 174 = 578 (100%)
R 230 of 578 ~ 39.79%
G 174 of 578 ~ 30.1%
B 174 of 578 ~ 30.1'%

%39.79
%30.1
%30.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.35%
  • yellow value is 24.35%
  • 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
%24.35
%9.8

Codes

Color #E6AEAE in popluar color models

E6 AE AE
RGB 230 174 174
HSL 52.83% 79.22%
HSB/HSV 24.35% 90.20%
CMYK 0.00% 24.35% 24.35%
9.80%

Color #E6AEAE in popluar number systems.

HEX E6 AE AE
Decimal 230 174 174
Binary 11100110 10101110 10101110
Octal 346 256 256

Shades and tints

Shades of #E6AEAE

#E6AEAE
(230,174,174)
#D29F9F
(210,159,159)
#BE9090
(190,144,144)
#AA8181
(170,129,129)
#967272
(150,114,114)
#826363
(130,99,99)
#6E5454
(110,84,84)
#5A4545
(90,69,69)
#463636
(70,54,54)
#322727
(50,39,39)
#1E1818
(30,24,24)
#000000
(0,0,0)

Tints of #E6AEAE

#E6AEAE
(230,174,174)
#E8B5B5
(232,181,181)
#EABCBC
(234,188,188)
#ECC3C3
(236,195,195)
#EECACA
(238,202,202)
#F0D1D1
(240,209,209)
#F2D8D8
(242,216,216)
#F4DFDF
(244,223,223)
#F6E6E6
(246,230,230)
#F8EDED
(248,237,237)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6AEAE; }

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

This text font color is #E6AEAE.

Background Color

.myBgColor { background-color: #E6AEAE; }

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

This div background color is #E6AEAE.

Border color

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

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

This div border color is #E6AEAE.

Opacity

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

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

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

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

This text has shadow with #E6AEAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6AEAE.

Preview

Color preview on black background

This text has color #E6AEAE on black background.


Color preview on white background

This text has color #E6AEAE on white background.


Black color preview on #E6AEAE background

This text has black color on #E6AEAE background.


White color preview on #E6AEAE background

This text has white color on #E6AEAE background.


Related colors

Complementary color

Complementary color for #hex is #195151.


I love getcolorcode.com