COLOR #E3AEBF

HEX: #E3AEBF
RGB: (227,174,191)

Color info

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

RGB color model

#E3AEBF color RGB value is (227,174,191).

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

RGB channels and saturation

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

227
174
191

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

Portions of RGB colors in percentages

R + G + B =
227 + 174 + 191 = 592 (100%)
R 227 of 592 ~ 38.34%
G 174 of 592 ~ 29.39%
B 191 of 592 ~ 32.26%

%38.34
%29.39
%32.26

CMYK color model

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

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

CMYK percentages

%0
%23.35
%15.86
%10.98

Codes

Color #E3AEBF in popluar color models

E3AEBF
RGB227174191
HSL341°48.62%78.63%
HSB/HSV341°23.35%89.02%
CMYK0.00%23.35%15.86%
10.98%

Color #E3AEBF in popluar number systems.

HEXE3AEBF
Decimal227174191
Binary111000111010111010111111
Octal343256277

Shades and tints

Shades of #E3AEBF

#E3AEBF
(227,174,191)
#CF9FAE
(207,159,174)
#BB909D
(187,144,157)
#A7818C
(167,129,140)
#93727B
(147,114,123)
#7F636A
(127,99,106)
#6B5459
(107,84,89)
#574548
(87,69,72)
#433637
(67,54,55)
#2F2726
(47,39,38)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #E3AEBF

#E3AEBF
(227,174,191)
#E5B5C4
(229,181,196)
#E7BCC9
(231,188,201)
#E9C3CE
(233,195,206)
#EBCAD3
(235,202,211)
#EDD1D8
(237,209,216)
#EFD8DD
(239,216,221)
#F1DFE2
(241,223,226)
#F3E6E7
(243,230,231)
#F5EDEC
(245,237,236)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3AEBF; }

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

This text font color is #E3AEBF.


Background Color

.myBgColor { background-color: #E3AEBF; }

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

This div background color is #E3AEBF.


Border color

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

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

This div border color is #E3AEBF.


Opacity

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

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

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

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

This text has shadow with #E3AEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3AEBF on black background.


Color preview on white background

This text has color #E3AEBF on white background.



Black color preview on #E3AEBF background

This text has black color on #E3AEBF background.


White color preview on #E3AEBF background

This text has white color on #E3AEBF background.