COLOR #E6AFC2

HEX: #E6AFC2 RGB: (230,175,194)

Color info

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

RGB color model

#E6AFC2 color RGB value is (230,175,194).

RGB: (230,175,194) (90%, 69%, 76%)

RGB channels and saturation

R 230 of 255 = 90%
G 175 of 255 = 69%
B 194 of 255 = 76%

230
175
194

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

Portions of RGB colors in percentages

R + G + B = 230 + 175 + 194 = 599 (100%)
R 230 of 599 ~ 38.4%
G 175 of 599 ~ 29.22%
B 194 of 599 ~ 32.39'%

%38.4
%29.22
%32.39

CMYK color model

#E6AFC2 color CMYK value is (0,24,16,10).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 15.65%
  • key color value is 9.80%
CMYK: (0,24,16,10) C0M24Y16K10 (0%,24%,16%,10%) (0.00/0.24/0.16/0.10) 

CMYK percentages

%0
%23.91
%15.65
%9.8

Codes

Color #E6AFC2 in popluar color models

E6 AF C2
RGB 230 175 194
HSL 339° 52.38% 79.41%
HSB/HSV 339° 23.91% 90.20%
CMYK 0.00% 23.91% 15.65%
9.80%

Color #E6AFC2 in popluar number systems.

HEX E6 AF C2
Decimal 230 175 194
Binary 11100110 10101111 11000010
Octal 346 257 302

Shades and tints

Shades of #E6AFC2

#E6AFC2
(230,175,194)
#D2A0B1
(210,160,177)
#BE91A0
(190,145,160)
#AA828F
(170,130,143)
#96737E
(150,115,126)
#82646D
(130,100,109)
#6E555C
(110,85,92)
#5A464B
(90,70,75)
#46373A
(70,55,58)
#322829
(50,40,41)
#1E1918
(30,25,24)
#000000
(0,0,0)

Tints of #E6AFC2

#E6AFC2
(230,175,194)
#E8B6C7
(232,182,199)
#EABDCC
(234,189,204)
#ECC4D1
(236,196,209)
#EECBD6
(238,203,214)
#F0D2DB
(240,210,219)
#F2D9E0
(242,217,224)
#F4E0E5
(244,224,229)
#F6E7EA
(246,231,234)
#F8EEEF
(248,238,239)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6AFC2; }

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

This text font color is #E6AFC2.

Background Color

.myBgColor { background-color: #E6AFC2; }

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

This div background color is #E6AFC2.

Border color

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

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

This div border color is #E6AFC2.

Opacity

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

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

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

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

This text has shadow with #E6AFC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6AFC2.

Preview

Color preview on black background

This text has color #E6AFC2 on black background.


Color preview on white background

This text has color #E6AFC2 on white background.


Black color preview on #E6AFC2 background

This text has black color on #E6AFC2 background.


White color preview on #E6AFC2 background

This text has white color on #E6AFC2 background.


Related colors

Complementary color

Complementary color for #hex is #19503D.


I love getcolorcode.com

Triadic colors

1 #C2E6AF and #AFC2E6 with #E6AFC2 are triadic colors.

2 #C2AFE6 and #AFE6C2 with #E6AFC2 are triadic colors.