COLOR #AF90E6

HEX: #AF90E6
RGB: (175,144,230)

Color info

#AF90E6 contains mainly red and blue colors. Web safe color of #AF90E6 is #9999CC (or #99C).

RGB color model

#AF90E6 color RGB value is (175,144,230).

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

RGB channels and saturation

R 175 of 255 = 69%
G 144 of 255 = 56%
B 230 of 255 = 90%

175
144
230

R + G + B ~ 72%. #AF90E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 144 + 230 = 549 (100%)
R 175 of 549 ~ 31.88%
G 144 of 549 ~ 26.23%
B 230 of 549 ~ 41.89%

%31.88
%26.23
%41.89

CMYK color model

#AF90E6 color CMYK value is (24,37,0,10).

  • cyan value is 23.91%
  • magenta value is 37.39%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(24,37,0,10)
C24M37Y0K10 
(24%,37%,0%,10%)
(0.24/0.37/0.00/0.10)	

CMYK percentages

%23.91
%37.39
%0
%9.8

Codes

Color #AF90E6 in popluar color models

AF90E6
RGB175144230
HSL262°63.24%73.33%
HSB/HSV262°37.39%90.20%
CMYK23.91%37.39%0.00%
9.80%

Color #AF90E6 in popluar number systems.

HEXAF90E6
Decimal175144230
Binary101011111001000011100110
Octal257220346

Shades and tints

Shades of #AF90E6

#AF90E6
(175,144,230)
#A083D2
(160,131,210)
#9176BE
(145,118,190)
#8269AA
(130,105,170)
#735C96
(115,92,150)
#644F82
(100,79,130)
#55426E
(85,66,110)
#46355A
(70,53,90)
#372846
(55,40,70)
#281B32
(40,27,50)
#190E1E
(25,14,30)
#000000
(0,0,0)

Tints of #AF90E6

#AF90E6
(175,144,230)
#B69AE8
(182,154,232)
#BDA4EA
(189,164,234)
#C4AEEC
(196,174,236)
#CBB8EE
(203,184,238)
#D2C2F0
(210,194,240)
#D9CCF2
(217,204,242)
#E0D6F4
(224,214,244)
#E7E0F6
(231,224,246)
#EEEAF8
(238,234,248)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF90E6; }

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

This text font color is #AF90E6.


Background Color

.myBgColor { background-color: #AF90E6; }

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

This div background color is #AF90E6.


Border color

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

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

This div border color is #AF90E6.


Opacity

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

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

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

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

This text has shadow with #AF90E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF90E6 on black background.


Color preview on white background

This text has color #AF90E6 on white background.



Black color preview on #AF90E6 background

This text has black color on #AF90E6 background.


White color preview on #AF90E6 background

This text has white color on #AF90E6 background.