COLOR #AF95BB

HEX: #AF95BB RGB: (175,149,187)

Color info

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

RGB color model

#AF95BB color RGB value is (175,149,187).

RGB: (175,149,187) (69%, 58%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 149 of 255 = 58%
B 187 of 255 = 73%

175
149
187

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

Portions of RGB colors in percentages

R + G + B = 175 + 149 + 187 = 511 (100%)
R 175 of 511 ~ 34.25%
G 149 of 511 ~ 29.16%
B 187 of 511 ~ 36.59'%

%34.25
%29.16
%36.59

CMYK color model

#AF95BB color CMYK value is (6,20,0,27).

  • cyan value is 6.42%
  • magenta value is 20.32%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (6,20,0,27)
C6M20Y0K27 (6%, 20%, 0%, 27%)
(0.06 / 0.20 / 0.00 / 0.27)

CMYK percentages

%6.42
%20.32
%0
%26.67

Codes

Color #AF95BB in popluar color models

AF 95 BB
RGB 175 149 187
HSL 281° 21.84% 65.88%
HSB/HSV 281° 20.32% 73.33%
CMYK 6.42% 20.32% 0.00%
26.67%

Color #AF95BB in popluar number systems.

HEX AF 95 BB
Decimal 175 149 187
Binary 10101111 10010101 10111011
Octal 257 225 273

Shades and tints

Shades of #AF95BB

#AF95BB
(175,149,187)
#A088AA
(160,136,170)
#917B99
(145,123,153)
#826E88
(130,110,136)
#736177
(115,97,119)
#645466
(100,84,102)
#554755
(85,71,85)
#463A44
(70,58,68)
#372D33
(55,45,51)
#282022
(40,32,34)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #AF95BB

#AF95BB
(175,149,187)
#B69EC1
(182,158,193)
#BDA7C7
(189,167,199)
#C4B0CD
(196,176,205)
#CBB9D3
(203,185,211)
#D2C2D9
(210,194,217)
#D9CBDF
(217,203,223)
#E0D4E5
(224,212,229)
#E7DDEB
(231,221,235)
#EEE6F1
(238,230,241)
#F5EFF7
(245,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF95BB; }

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

This text font color is #AF95BB.

Background Color

.myBgColor { background-color: #AF95BB; }

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

This div background color is #AF95BB.

Border color

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

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

This div border color is #AF95BB.

Opacity

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

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

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

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

This text has shadow with #AF95BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF95BB.

Preview

Color preview on black background

This text has color #AF95BB on black background.


Color preview on white background

This text has color #AF95BB on white background.


Black color preview on #AF95BB background

This text has black color on #AF95BB background.


White color preview on #AF95BB background

This text has white color on #AF95BB background.


Related colors

Complementary color

Complementary color for #hex is #506A44.


I love getcolorcode.com

Triadic colors

1 #BBAF95 and #95BBAF with #AF95BB are triadic colors.

2 #BB95AF and #95AFBB with #AF95BB are triadic colors.