COLOR #B595AF

HEX: #B595AF
RGB: (181,149,175)

Color info

#B595AF contains red, green and blue colors in about the same proportion. Web safe color of #B595AF is #CC9999 (or #C99).

RGB color model

#B595AF color RGB value is (181,149,175).

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

RGB channels and saturation

R 181 of 255 = 71%
G 149 of 255 = 58%
B 175 of 255 = 69%

181
149
175

R + G + B ~ 66%. #B595AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 149 + 175 = 505 (100%)
R 181 of 505 ~ 35.84%
G 149 of 505 ~ 29.5%
B 175 of 505 ~ 34.65%

%35.84
%29.5
%34.65

CMYK color model

#B595AF color CMYK value is (0,18,3,29).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 3.31%
  • key color value is 29.02%
CMYK:
(0,18,3,29)
C0M18Y3K29 
(0%,18%,3%,29%)
(0.00/0.18/0.03/0.29)	

CMYK percentages

%0
%17.68
%3.31
%29.02

Codes

Color #B595AF in popluar color models

B595AF
RGB181149175
HSL311°17.78%64.71%
HSB/HSV311°17.68%70.98%
CMYK0.00%17.68%3.31%
29.02%

Color #B595AF in popluar number systems.

HEXB595AF
Decimal181149175
Binary101101011001010110101111
Octal265225257

Shades and tints

Shades of #B595AF

#B595AF
(181,149,175)
#A588A0
(165,136,160)
#957B91
(149,123,145)
#856E82
(133,110,130)
#756173
(117,97,115)
#655464
(101,84,100)
#554755
(85,71,85)
#453A46
(69,58,70)
#352D37
(53,45,55)
#252028
(37,32,40)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #B595AF

#B595AF
(181,149,175)
#BB9EB6
(187,158,182)
#C1A7BD
(193,167,189)
#C7B0C4
(199,176,196)
#CDB9CB
(205,185,203)
#D3C2D2
(211,194,210)
#D9CBD9
(217,203,217)
#DFD4E0
(223,212,224)
#E5DDE7
(229,221,231)
#EBE6EE
(235,230,238)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B595AF; }

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

This text font color is #B595AF.


Background Color

.myBgColor { background-color: #B595AF; }

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

This div background color is #B595AF.


Border color

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

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

This div border color is #B595AF.


Opacity

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

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

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

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

This text has shadow with #B595AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B595AF on black background.


Color preview on white background

This text has color #B595AF on white background.



Black color preview on #B595AF background

This text has black color on #B595AF background.


White color preview on #B595AF background

This text has white color on #B595AF background.