COLOR #E3AEAE

HEX: #E3AEAE
RGB: (227,174,174)

Color info

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

RGB color model

#E3AEAE color RGB value is (227,174,174).

  • red value is 227;
  • green value is 174;
  • blue value is 174.
RGB:
(227,174,174)
(89%,68%,68%)

RGB channels and saturation

R 227 of 255 = 89%
G 174 of 255 = 68%
B 174 of 255 = 68%

227
174
174

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

Portions of RGB colors in percentages

R + G + B =
227 + 174 + 174 = 575 (100%)
R 227 of 575 ~ 39.48%
G 174 of 575 ~ 30.26%
B 174 of 575 ~ 30.26%

%39.48
%30.26
%30.26

CMYK color model

#E3AEAE color CMYK value is (0,23,23,11).

  • cyan value is 0.00%
  • magenta value is 23.35%
  • yellow value is 23.35%
  • key color value is 10.98%
CMYK:
(0,23,23,11)
C0M23Y23K11 
(0%,23%,23%,11%)
(0.00/0.23/0.23/0.11)	

CMYK percentages

%0
%23.35
%23.35
%10.98

Codes

Color #E3AEAE in popluar color models

E3AEAE
RGB227174174
HSL48.62%78.63%
HSB/HSV23.35%89.02%
CMYK0.00%23.35%23.35%
10.98%

Color #E3AEAE in popluar number systems.

HEXE3AEAE
Decimal227174174
Binary111000111010111010101110
Octal343256256

Shades and tints

Shades of #E3AEAE

#E3AEAE
(227,174,174)
#CF9F9F
(207,159,159)
#BB9090
(187,144,144)
#A78181
(167,129,129)
#937272
(147,114,114)
#7F6363
(127,99,99)
#6B5454
(107,84,84)
#574545
(87,69,69)
#433636
(67,54,54)
#2F2727
(47,39,39)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #E3AEAE

#E3AEAE
(227,174,174)
#E5B5B5
(229,181,181)
#E7BCBC
(231,188,188)
#E9C3C3
(233,195,195)
#EBCACA
(235,202,202)
#EDD1D1
(237,209,209)
#EFD8D8
(239,216,216)
#F1DFDF
(241,223,223)
#F3E6E6
(243,230,230)
#F5EDED
(245,237,237)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3AEAE; }

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

This text font color is #E3AEAE.


Background Color

.myBgColor { background-color: #E3AEAE; }

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

This div background color is #E3AEAE.


Border color

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

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

This div border color is #E3AEAE.


Opacity

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

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

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

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

This text has shadow with #E3AEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3AEAE on black background.


Color preview on white background

This text has color #E3AEAE on white background.



Black color preview on #E3AEAE background

This text has black color on #E3AEAE background.


White color preview on #E3AEAE background

This text has white color on #E3AEAE background.