COLOR #AF9EBE

HEX: #AF9EBE
RGB: (175,158,190)

Color info

#AF9EBE contains red, green and blue colors in about the same proportion. Web safe color of #AF9EBE is #9999CC (or #99C).

RGB color model

#AF9EBE color RGB value is (175,158,190).

  • red value is 175;
  • green value is 158;
  • blue value is 190.
RGB:
(175,158,190)
(69%,62%,75%)

RGB channels and saturation

R 175 of 255 = 69%
G 158 of 255 = 62%
B 190 of 255 = 75%

175
158
190

R + G + B ~ 69%. #AF9EBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 158 + 190 = 523 (100%)
R 175 of 523 ~ 33.46%
G 158 of 523 ~ 30.21%
B 190 of 523 ~ 36.33%

%33.46
%30.21
%36.33

CMYK color model

#AF9EBE color CMYK value is (8,17,0,25).

  • cyan value is 7.89%
  • magenta value is 16.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(8,17,0,25)
C8M17Y0K25 
(8%,17%,0%,25%)
(0.08/0.17/0.00/0.25)	

CMYK percentages

%7.89
%16.84
%0
%25.49

Codes

Color #AF9EBE in popluar color models

AF9EBE
RGB175158190
HSL272°19.75%68.24%
HSB/HSV272°16.84%74.51%
CMYK7.89%16.84%0.00%
25.49%

Color #AF9EBE in popluar number systems.

HEXAF9EBE
Decimal175158190
Binary101011111001111010111110
Octal257236276

Shades and tints

Shades of #AF9EBE

#AF9EBE
(175,158,190)
#A090AD
(160,144,173)
#91829C
(145,130,156)
#82748B
(130,116,139)
#73667A
(115,102,122)
#645869
(100,88,105)
#554A58
(85,74,88)
#463C47
(70,60,71)
#372E36
(55,46,54)
#282025
(40,32,37)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #AF9EBE

#AF9EBE
(175,158,190)
#B6A6C3
(182,166,195)
#BDAEC8
(189,174,200)
#C4B6CD
(196,182,205)
#CBBED2
(203,190,210)
#D2C6D7
(210,198,215)
#D9CEDC
(217,206,220)
#E0D6E1
(224,214,225)
#E7DEE6
(231,222,230)
#EEE6EB
(238,230,235)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9EBE color. Also use rgb(175,158,190) instead hex code.

Text Font Color

.myTextColor { color: #AF9EBE; }

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

This text font color is #AF9EBE.


Background Color

.myBgColor { background-color: #AF9EBE; }

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

This div background color is #AF9EBE.


Border color

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

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

This div border color is #AF9EBE.


Opacity

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

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

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

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

This text has shadow with #AF9EBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9EBE on black background.


Color preview on white background

This text has color #AF9EBE on white background.



Black color preview on #AF9EBE background

This text has black color on #AF9EBE background.


White color preview on #AF9EBE background

This text has white color on #AF9EBE background.