COLOR #AF95BE

HEX: #AF95BE
RGB: (175,149,190)

Color info

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

RGB color model

#AF95BE color RGB value is (175,149,190).

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

RGB channels and saturation

R 175 of 255 = 69%
G 149 of 255 = 58%
B 190 of 255 = 75%

175
149
190

R + G + B ~ 67%. #AF95BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 149 + 190 = 514 (100%)
R 175 of 514 ~ 34.05%
G 149 of 514 ~ 28.99%
B 190 of 514 ~ 36.96%

%34.05
%28.99
%36.96

CMYK color model

#AF95BE color CMYK value is (8,22,0,25).

  • cyan value is 7.89%
  • magenta value is 21.58%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(8,22,0,25)
C8M22Y0K25 
(8%,22%,0%,25%)
(0.08/0.22/0.00/0.25)	

CMYK percentages

%7.89
%21.58
%0
%25.49

Codes

Color #AF95BE in popluar color models

AF95BE
RGB175149190
HSL278°23.98%66.47%
HSB/HSV278°21.58%74.51%
CMYK7.89%21.58%0.00%
25.49%

Color #AF95BE in popluar number systems.

HEXAF95BE
Decimal175149190
Binary101011111001010110111110
Octal257225276

Shades and tints

Shades of #AF95BE

#AF95BE
(175,149,190)
#A088AD
(160,136,173)
#917B9C
(145,123,156)
#826E8B
(130,110,139)
#73617A
(115,97,122)
#645469
(100,84,105)
#554758
(85,71,88)
#463A47
(70,58,71)
#372D36
(55,45,54)
#282025
(40,32,37)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #AF95BE

#AF95BE
(175,149,190)
#B69EC3
(182,158,195)
#BDA7C8
(189,167,200)
#C4B0CD
(196,176,205)
#CBB9D2
(203,185,210)
#D2C2D7
(210,194,215)
#D9CBDC
(217,203,220)
#E0D4E1
(224,212,225)
#E7DDE6
(231,221,230)
#EEE6EB
(238,230,235)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF95BE; }

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

This text font color is #AF95BE.


Background Color

.myBgColor { background-color: #AF95BE; }

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

This div background color is #AF95BE.


Border color

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

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

This div border color is #AF95BE.


Opacity

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

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

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

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

This text has shadow with #AF95BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF95BE on black background.


Color preview on white background

This text has color #AF95BE on white background.



Black color preview on #AF95BE background

This text has black color on #AF95BE background.


White color preview on #AF95BE background

This text has white color on #AF95BE background.