COLOR #E0AFBD

HEX: #E0AFBD
RGB: (224,175,189)

Color info

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

RGB color model

#E0AFBD color RGB value is (224,175,189).

  • red value is 224;
  • green value is 175;
  • blue value is 189.
RGB:
(224,175,189)
(88%,69%,74%)

RGB channels and saturation

R 224 of 255 = 88%
G 175 of 255 = 69%
B 189 of 255 = 74%

224
175
189

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

Portions of RGB colors in percentages

R + G + B =
224 + 175 + 189 = 588 (100%)
R 224 of 588 ~ 38.1%
G 175 of 588 ~ 29.76%
B 189 of 588 ~ 32.14%

%38.1
%29.76
%32.14

CMYK color model

#E0AFBD color CMYK value is (0,22,16,12).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 15.63%
  • key color value is 12.16%
CMYK:
(0,22,16,12)
C0M22Y16K12 
(0%,22%,16%,12%)
(0.00/0.22/0.16/0.12)	

CMYK percentages

%0
%21.88
%15.63
%12.16

Codes

Color #E0AFBD in popluar color models

E0AFBD
RGB224175189
HSL343°44.14%78.24%
HSB/HSV343°21.88%87.84%
CMYK0.00%21.88%15.63%
12.16%

Color #E0AFBD in popluar number systems.

HEXE0AFBD
Decimal224175189
Binary111000001010111110111101
Octal340257275

Shades and tints

Shades of #E0AFBD

#E0AFBD
(224,175,189)
#CCA0AC
(204,160,172)
#B8919B
(184,145,155)
#A4828A
(164,130,138)
#907379
(144,115,121)
#7C6468
(124,100,104)
#685557
(104,85,87)
#544646
(84,70,70)
#403735
(64,55,53)
#2C2824
(44,40,36)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #E0AFBD

#E0AFBD
(224,175,189)
#E2B6C3
(226,182,195)
#E4BDC9
(228,189,201)
#E6C4CF
(230,196,207)
#E8CBD5
(232,203,213)
#EAD2DB
(234,210,219)
#ECD9E1
(236,217,225)
#EEE0E7
(238,224,231)
#F0E7ED
(240,231,237)
#F2EEF3
(242,238,243)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0AFBD color. Also use rgb(224,175,189) instead hex code.

Text Font Color

.myTextColor { color: #E0AFBD; }

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

This text font color is #E0AFBD.


Background Color

.myBgColor { background-color: #E0AFBD; }

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

This div background color is #E0AFBD.


Border color

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

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

This div border color is #E0AFBD.


Opacity

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

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

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

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

This text has shadow with #E0AFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0AFBD on black background.


Color preview on white background

This text has color #E0AFBD on white background.



Black color preview on #E0AFBD background

This text has black color on #E0AFBD background.


White color preview on #E0AFBD background

This text has white color on #E0AFBD background.