COLOR #AF95BC

HEX: #AF95BC RGB: (175,149,188)

Color info

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

RGB color model

#AF95BC color RGB value is (175,149,188).

RGB: (175,149,188) (69%, 58%, 74%)

RGB channels and saturation

R 175 of 255 = 69%
G 149 of 255 = 58%
B 188 of 255 = 74%

175
149
188

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

Portions of RGB colors in percentages

R + G + B = 175 + 149 + 188 = 512 (100%)
R 175 of 512 ~ 34.18%
G 149 of 512 ~ 29.1%
B 188 of 512 ~ 36.72'%

%34.18
%29.1
%36.72

CMYK color model

#AF95BC color CMYK value is (7,21,0,26).

  • cyan value is 6.91%
  • magenta value is 20.74%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (7,21,0,26)
C7M21Y0K26 (7%, 21%, 0%, 26%)
(0.07 / 0.21 / 0.00 / 0.26)

CMYK percentages

%6.91
%20.74
%0
%26.27

Codes

Color #AF95BC in popluar color models

AF 95 BC
RGB 175 149 188
HSL 280° 22.54% 66.08%
HSB/HSV 280° 20.74% 73.73%
CMYK 6.91% 20.74% 0.00%
26.27%

Color #AF95BC in popluar number systems.

HEX AF 95 BC
Decimal 175 149 188
Binary 10101111 10010101 10111100
Octal 257 225 274

Shades and tints

Shades of #AF95BC

#AF95BC
(175,149,188)
#A088AB
(160,136,171)
#917B9A
(145,123,154)
#826E89
(130,110,137)
#736178
(115,97,120)
#645467
(100,84,103)
#554756
(85,71,86)
#463A45
(70,58,69)
#372D34
(55,45,52)
#282023
(40,32,35)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #AF95BC

#AF95BC
(175,149,188)
#B69EC2
(182,158,194)
#BDA7C8
(189,167,200)
#C4B0CE
(196,176,206)
#CBB9D4
(203,185,212)
#D2C2DA
(210,194,218)
#D9CBE0
(217,203,224)
#E0D4E6
(224,212,230)
#E7DDEC
(231,221,236)
#EEE6F2
(238,230,242)
#F5EFF8
(245,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF95BC; }

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

This text font color is #AF95BC.

Background Color

.myBgColor { background-color: #AF95BC; }

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

This div background color is #AF95BC.

Border color

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

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

This div border color is #AF95BC.

Opacity

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

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

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

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

This text has shadow with #AF95BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF95BC.

Preview

Color preview on black background

This text has color #AF95BC on black background.


Color preview on white background

This text has color #AF95BC on white background.


Black color preview on #AF95BC background

This text has black color on #AF95BC background.


White color preview on #AF95BC background

This text has white color on #AF95BC background.


Related colors

Complementary color

Complementary color for #hex is #506A43.


I love getcolorcode.com

Triadic colors

1 #BCAF95 and #95BCAF with #AF95BC are triadic colors.

2 #BC95AF and #95AFBC with #AF95BC are triadic colors.