COLOR #E4AFB3

HEX: #E4AFB3
RGB: (228,175,179)

Color info

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

RGB color model

#E4AFB3 color RGB value is (228,175,179).

  • red value is 228;
  • green value is 175;
  • blue value is 179.
RGB:
(228,175,179)
(89%,69%,70%)

RGB channels and saturation

R 228 of 255 = 89%
G 175 of 255 = 69%
B 179 of 255 = 70%

228
175
179

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

Portions of RGB colors in percentages

R + G + B =
228 + 175 + 179 = 582 (100%)
R 228 of 582 ~ 39.18%
G 175 of 582 ~ 30.07%
B 179 of 582 ~ 30.76%

%39.18
%30.07
%30.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.25%
  • yellow value is 21.49%
  • key color value is 10.59%
CMYK:
(0,23,21,11)
C0M23Y21K11 
(0%,23%,21%,11%)
(0.00/0.23/0.21/0.11)	

CMYK percentages

%0
%23.25
%21.49
%10.59

Codes

Color #E4AFB3 in popluar color models

E4AFB3
RGB228175179
HSL355°49.53%79.02%
HSB/HSV355°23.25%89.41%
CMYK0.00%23.25%21.49%
10.59%

Color #E4AFB3 in popluar number systems.

HEXE4AFB3
Decimal228175179
Binary111001001010111110110011
Octal344257263

Shades and tints

Shades of #E4AFB3

#E4AFB3
(228,175,179)
#D0A0A3
(208,160,163)
#BC9193
(188,145,147)
#A88283
(168,130,131)
#947373
(148,115,115)
#806463
(128,100,99)
#6C5553
(108,85,83)
#584643
(88,70,67)
#443733
(68,55,51)
#302823
(48,40,35)
#1C1913
(28,25,19)
#000000
(0,0,0)

Tints of #E4AFB3

#E4AFB3
(228,175,179)
#E6B6B9
(230,182,185)
#E8BDBF
(232,189,191)
#EAC4C5
(234,196,197)
#ECCBCB
(236,203,203)
#EED2D1
(238,210,209)
#F0D9D7
(240,217,215)
#F2E0DD
(242,224,221)
#F4E7E3
(244,231,227)
#F6EEE9
(246,238,233)
#F8F5EF
(248,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4AFB3 color. Also use rgb(228,175,179) instead hex code.

Text Font Color

.myTextColor { color: #E4AFB3; }

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

This text font color is #E4AFB3.


Background Color

.myBgColor { background-color: #E4AFB3; }

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

This div background color is #E4AFB3.


Border color

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

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

This div border color is #E4AFB3.


Opacity

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

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

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

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

This text has shadow with #E4AFB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4AFB3 on black background.


Color preview on white background

This text has color #E4AFB3 on white background.



Black color preview on #E4AFB3 background

This text has black color on #E4AFB3 background.


White color preview on #E4AFB3 background

This text has white color on #E4AFB3 background.