COLOR #AF9CE8

HEX: #AF9CE8
RGB: (175,156,232)

Color info

#AF9CE8 contains mainly red and blue colors. Web safe color of #AF9CE8 is #9999FF (or #99F).

RGB color model

#AF9CE8 color RGB value is (175,156,232).

  • red value is 175;
  • green value is 156;
  • blue value is 232.
RGB:
(175,156,232)
(69%,61%,91%)

RGB channels and saturation

R 175 of 255 = 69%
G 156 of 255 = 61%
B 232 of 255 = 91%

175
156
232

R + G + B ~ 74%. #AF9CE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 156 + 232 = 563 (100%)
R 175 of 563 ~ 31.08%
G 156 of 563 ~ 27.71%
B 232 of 563 ~ 41.21%

%31.08
%27.71
%41.21

CMYK color model

#AF9CE8 color CMYK value is (25,33,0,9).

  • cyan value is 24.57%
  • magenta value is 32.76%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(25,33,0,9)
C25M33Y0K9 
(25%,33%,0%,9%)
(0.25/0.33/0.00/0.09)	

CMYK percentages

%24.57
%32.76
%0
%9.02

Codes

Color #AF9CE8 in popluar color models

AF9CE8
RGB175156232
HSL255°62.30%76.08%
HSB/HSV255°32.76%90.98%
CMYK24.57%32.76%0.00%
9.02%

Color #AF9CE8 in popluar number systems.

HEXAF9CE8
Decimal175156232
Binary101011111001110011101000
Octal257234350

Shades and tints

Shades of #AF9CE8

#AF9CE8
(175,156,232)
#A08ED3
(160,142,211)
#9180BE
(145,128,190)
#8272A9
(130,114,169)
#736494
(115,100,148)
#64567F
(100,86,127)
#55486A
(85,72,106)
#463A55
(70,58,85)
#372C40
(55,44,64)
#281E2B
(40,30,43)
#191016
(25,16,22)
#000000
(0,0,0)

Tints of #AF9CE8

#AF9CE8
(175,156,232)
#B6A5EA
(182,165,234)
#BDAEEC
(189,174,236)
#C4B7EE
(196,183,238)
#CBC0F0
(203,192,240)
#D2C9F2
(210,201,242)
#D9D2F4
(217,210,244)
#E0DBF6
(224,219,246)
#E7E4F8
(231,228,248)
#EEEDFA
(238,237,250)
#F5F6FC
(245,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9CE8 color. Also use rgb(175,156,232) instead hex code.

Text Font Color

.myTextColor { color: #AF9CE8; }

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

This text font color is #AF9CE8.


Background Color

.myBgColor { background-color: #AF9CE8; }

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

This div background color is #AF9CE8.


Border color

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

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

This div border color is #AF9CE8.


Opacity

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

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

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

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

This text has shadow with #AF9CE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9CE8 on black background.


Color preview on white background

This text has color #AF9CE8 on white background.



Black color preview on #AF9CE8 background

This text has black color on #AF9CE8 background.


White color preview on #AF9CE8 background

This text has white color on #AF9CE8 background.