COLOR #E5AFBC

HEX: #E5AFBC RGB: (229,175,188)

Color info

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

RGB color model

#E5AFBC color RGB value is (229,175,188).

RGB: (229,175,188) (90%, 69%, 74%)

RGB channels and saturation

R 229 of 255 = 90%
G 175 of 255 = 69%
B 188 of 255 = 74%

229
175
188

R + G + B ~ 78%. #E5AFBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 175 + 188 = 592 (100%)
R 229 of 592 ~ 38.68%
G 175 of 592 ~ 29.56%
B 188 of 592 ~ 31.76'%

%38.68
%29.56
%31.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.58%
  • yellow value is 17.90%
  • key color value is 10.20%

CMYK: (0,24,18,10)
C0M24Y18K10 (0%, 24%, 18%, 10%)
(0.00 / 0.24 / 0.18 / 0.10)

CMYK percentages

%0
%23.58
%17.9
%10.2

Codes

Color #E5AFBC in popluar color models

E5 AF BC
RGB 229 175 188
HSL 346° 50.94% 79.22%
HSB/HSV 346° 23.58% 89.80%
CMYK 0.00% 23.58% 17.90%
10.20%

Color #E5AFBC in popluar number systems.

HEX E5 AF BC
Decimal 229 175 188
Binary 11100101 10101111 10111100
Octal 345 257 274

Shades and tints

Shades of #E5AFBC

#E5AFBC
(229,175,188)
#D1A0AB
(209,160,171)
#BD919A
(189,145,154)
#A98289
(169,130,137)
#957378
(149,115,120)
#816467
(129,100,103)
#6D5556
(109,85,86)
#594645
(89,70,69)
#453734
(69,55,52)
#312823
(49,40,35)
#1D1912
(29,25,18)
#000000
(0,0,0)

Tints of #E5AFBC

#E5AFBC
(229,175,188)
#E7B6C2
(231,182,194)
#E9BDC8
(233,189,200)
#EBC4CE
(235,196,206)
#EDCBD4
(237,203,212)
#EFD2DA
(239,210,218)
#F1D9E0
(241,217,224)
#F3E0E6
(243,224,230)
#F5E7EC
(245,231,236)
#F7EEF2
(247,238,242)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5AFBC color. Also use rgb(229,175,188) instead hex code.

Text Font Color

.myTextColor { color: #E5AFBC; }

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

This text font color is #E5AFBC.

Background Color

.myBgColor { background-color: #E5AFBC; }

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

This div background color is #E5AFBC.

Border color

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

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

This div border color is #E5AFBC.

Opacity

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

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

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

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

This text has shadow with #E5AFBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5AFBC.

Preview

Color preview on black background

This text has color #E5AFBC on black background.


Color preview on white background

This text has color #E5AFBC on white background.


Black color preview on #E5AFBC background

This text has black color on #E5AFBC background.


White color preview on #E5AFBC background

This text has white color on #E5AFBC background.


Related colors

Complementary color

Complementary color for #hex is #1A5043.


I love getcolorcode.com

Triadic colors

1 #BCE5AF and #AFBCE5 with #E5AFBC are triadic colors.

2 #BCAFE5 and #AFE5BC with #E5AFBC are triadic colors.