COLOR #E6AFC6

HEX: #E6AFC6
RGB: (230,175,198)

Color info

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

RGB color model

#E6AFC6 color RGB value is (230,175,198).

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

RGB channels and saturation

R 230 of 255 = 90%
G 175 of 255 = 69%
B 198 of 255 = 78%

230
175
198

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

Portions of RGB colors in percentages

R + G + B =
230 + 175 + 198 = 603 (100%)
R 230 of 603 ~ 38.14%
G 175 of 603 ~ 29.02%
B 198 of 603 ~ 32.84%

%38.14
%29.02
%32.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 13.91%
  • 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
%13.91
%9.8

Codes

Color #E6AFC6 in popluar color models

E6AFC6
RGB230175198
HSL335°52.38%79.41%
HSB/HSV335°23.91%90.20%
CMYK0.00%23.91%13.91%
9.80%

Color #E6AFC6 in popluar number systems.

HEXE6AFC6
Decimal230175198
Binary111001101010111111000110
Octal346257306

Shades and tints

Shades of #E6AFC6

#E6AFC6
(230,175,198)
#D2A0B4
(210,160,180)
#BE91A2
(190,145,162)
#AA8290
(170,130,144)
#96737E
(150,115,126)
#82646C
(130,100,108)
#6E555A
(110,85,90)
#5A4648
(90,70,72)
#463736
(70,55,54)
#322824
(50,40,36)
#1E1912
(30,25,18)
#000000
(0,0,0)

Tints of #E6AFC6

#E6AFC6
(230,175,198)
#E8B6CB
(232,182,203)
#EABDD0
(234,189,208)
#ECC4D5
(236,196,213)
#EECBDA
(238,203,218)
#F0D2DF
(240,210,223)
#F2D9E4
(242,217,228)
#F4E0E9
(244,224,233)
#F6E7EE
(246,231,238)
#F8EEF3
(248,238,243)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6AFC6; }

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

This text font color is #E6AFC6.


Background Color

.myBgColor { background-color: #E6AFC6; }

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

This div background color is #E6AFC6.


Border color

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

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

This div border color is #E6AFC6.


Opacity

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

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

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

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

This text has shadow with #E6AFC6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E6AFC6 on black background.


Color preview on white background

This text has color #E6AFC6 on white background.



Black color preview on #E6AFC6 background

This text has black color on #E6AFC6 background.


White color preview on #E6AFC6 background

This text has white color on #E6AFC6 background.