COLOR #E6AFC5

HEX: #E6AFC5
RGB: (230,175,197)

Color info

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

RGB color model

#E6AFC5 color RGB value is (230,175,197).

  • red value is 230;
  • green value is 175;
  • blue value is 197.
RGB:
(230,175,197)
(90%,69%,77%)

RGB channels and saturation

R 230 of 255 = 90%
G 175 of 255 = 69%
B 197 of 255 = 77%

230
175
197

R + G + B ~ 79%. #E6AFC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 175 + 197 = 602 (100%)
R 230 of 602 ~ 38.21%
G 175 of 602 ~ 29.07%
B 197 of 602 ~ 32.72%

%38.21
%29.07
%32.72

CMYK color model

#E6AFC5 color CMYK value is (0,24,14,10).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 14.35%
  • key color value is 9.80%
CMYK:
(0,24,14,10)
C0M24Y14K10 
(0%,24%,14%,10%)
(0.00/0.24/0.14/0.10)	

CMYK percentages

%0
%23.91
%14.35
%9.8

Codes

Color #E6AFC5 in popluar color models

E6AFC5
RGB230175197
HSL336°52.38%79.41%
HSB/HSV336°23.91%90.20%
CMYK0.00%23.91%14.35%
9.80%

Color #E6AFC5 in popluar number systems.

HEXE6AFC5
Decimal230175197
Binary111001101010111111000101
Octal346257305

Shades and tints

Shades of #E6AFC5

#E6AFC5
(230,175,197)
#D2A0B4
(210,160,180)
#BE91A3
(190,145,163)
#AA8292
(170,130,146)
#967381
(150,115,129)
#826470
(130,100,112)
#6E555F
(110,85,95)
#5A464E
(90,70,78)
#46373D
(70,55,61)
#32282C
(50,40,44)
#1E191B
(30,25,27)
#000000
(0,0,0)

Tints of #E6AFC5

#E6AFC5
(230,175,197)
#E8B6CA
(232,182,202)
#EABDCF
(234,189,207)
#ECC4D4
(236,196,212)
#EECBD9
(238,203,217)
#F0D2DE
(240,210,222)
#F2D9E3
(242,217,227)
#F4E0E8
(244,224,232)
#F6E7ED
(246,231,237)
#F8EEF2
(248,238,242)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6AFC5 color. Also use rgb(230,175,197) instead hex code.

Text Font Color

.myTextColor { color: #E6AFC5; }

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

This text font color is #E6AFC5.


Background Color

.myBgColor { background-color: #E6AFC5; }

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

This div background color is #E6AFC5.


Border color

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

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

This div border color is #E6AFC5.


Opacity

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

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

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

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

This text has shadow with #E6AFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6AFC5 on black background.


Color preview on white background

This text has color #E6AFC5 on white background.



Black color preview on #E6AFC5 background

This text has black color on #E6AFC5 background.


White color preview on #E6AFC5 background

This text has white color on #E6AFC5 background.