COLOR #AF9DEC

HEX: #AF9DEC
RGB: (175,157,236)

Color info

#AF9DEC contains mainly blue color. Web safe color of #AF9DEC is #9999FF (or #99F).

RGB color model

#AF9DEC color RGB value is (175,157,236).

  • red value is 175;
  • green value is 157;
  • blue value is 236.
RGB:
(175,157,236)
(69%,62%,93%)

RGB channels and saturation

R 175 of 255 = 69%
G 157 of 255 = 62%
B 236 of 255 = 93%

175
157
236

R + G + B ~ 75%. #AF9DEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 157 + 236 = 568 (100%)
R 175 of 568 ~ 30.81%
G 157 of 568 ~ 27.64%
B 236 of 568 ~ 41.55%

%30.81
%27.64
%41.55

CMYK color model

#AF9DEC color CMYK value is (26,33,0,7).

  • cyan value is 25.85%
  • magenta value is 33.47%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(26,33,0,7)
C26M33Y0K7 
(26%,33%,0%,7%)
(0.26/0.33/0.00/0.07)	

CMYK percentages

%25.85
%33.47
%0
%7.45

Codes

Color #AF9DEC in popluar color models

AF9DEC
RGB175157236
HSL254°67.52%77.06%
HSB/HSV254°33.47%92.55%
CMYK25.85%33.47%0.00%
7.45%

Color #AF9DEC in popluar number systems.

HEXAF9DEC
Decimal175157236
Binary101011111001110111101100
Octal257235354

Shades and tints

Shades of #AF9DEC

#AF9DEC
(175,157,236)
#A08FD7
(160,143,215)
#9181C2
(145,129,194)
#8273AD
(130,115,173)
#736598
(115,101,152)
#645783
(100,87,131)
#55496E
(85,73,110)
#463B59
(70,59,89)
#372D44
(55,45,68)
#281F2F
(40,31,47)
#19111A
(25,17,26)
#000000
(0,0,0)

Tints of #AF9DEC

#AF9DEC
(175,157,236)
#B6A5ED
(182,165,237)
#BDADEE
(189,173,238)
#C4B5EF
(196,181,239)
#CBBDF0
(203,189,240)
#D2C5F1
(210,197,241)
#D9CDF2
(217,205,242)
#E0D5F3
(224,213,243)
#E7DDF4
(231,221,244)
#EEE5F5
(238,229,245)
#F5EDF6
(245,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9DEC color. Also use rgb(175,157,236) instead hex code.

Text Font Color

.myTextColor { color: #AF9DEC; }

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

This text font color is #AF9DEC.


Background Color

.myBgColor { background-color: #AF9DEC; }

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

This div background color is #AF9DEC.


Border color

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

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

This div border color is #AF9DEC.


Opacity

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

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

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

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

This text has shadow with #AF9DEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9DEC on black background.


Color preview on white background

This text has color #AF9DEC on white background.



Black color preview on #AF9DEC background

This text has black color on #AF9DEC background.


White color preview on #AF9DEC background

This text has white color on #AF9DEC background.