COLOR #B596AD

HEX: #B596AD
RGB: (181,150,173)

Color info

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

RGB color model

#B596AD color RGB value is (181,150,173).

  • red value is 181;
  • green value is 150;
  • blue value is 173.
RGB: (181,150,173) (71%,59%,68%)

RGB channels and saturation

R 181 of 255 = 71%
G 150 of 255 = 59%
B 173 of 255 = 68%

181
150
173

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

Portions of RGB colors in percentages

R + G + B =
181 + 150 + 173 = 504 (100%)
R 181 of 504 ~ 35.91%
G 150 of 504 ~ 29.76%
B 173 of 504 ~ 34.33%

%35.91
%29.76
%34.33

CMYK color model

#B596AD color CMYK value is (0,17,4,29).

  • cyan value is 0.00%
  • magenta value is 17.13%
  • yellow value is 4.42%
  • key color value is 29.02%
CMYK: (0,17,4,29) C0M17Y4K29 (0%,17%,4%,29%) (0.00/0.17/0.04/0.29)

CMYK percentages

%0
%17.13
%4.42
%29.02

Codes

Color #B596AD in popluar color models

B596AD
RGB181150173
HSL315°17.32%64.90%
HSB/HSV315°17.13%70.98%
CMYK0.00%17.13%4.42%
29.02%

Color #B596AD in popluar number systems.

HEXB596AD
Decimal181150173
Binary101101011001011010101101
Octal265226255

Shades and tints

Shades of #B596AD

#B596AD
(181,150,173)
#A5899E
(165,137,158)
#957C8F
(149,124,143)
#856F80
(133,111,128)
#756271
(117,98,113)
#655562
(101,85,98)
#554853
(85,72,83)
#453B44
(69,59,68)
#352E35
(53,46,53)
#252126
(37,33,38)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #B596AD

#B596AD
(181,150,173)
#BB9FB4
(187,159,180)
#C1A8BB
(193,168,187)
#C7B1C2
(199,177,194)
#CDBAC9
(205,186,201)
#D3C3D0
(211,195,208)
#D9CCD7
(217,204,215)
#DFD5DE
(223,213,222)
#E5DEE5
(229,222,229)
#EBE7EC
(235,231,236)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B596AD color. Also use rgb(181,150,173) instead hex code.

Text Font Color

.myTextColor { color: #B596AD; }

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

This text font color is #B596AD.


Background Color

.myBgColor { background-color: #B596AD; }

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

This div background color is #B596AD.


Border color

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

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

This div border color is #B596AD.


Opacity

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

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

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

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

This text has shadow with #B596AD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B596AD on black background.


Color preview on white background

This text has color #B596AD on white background.



Black color preview on #B596AD background

This text has black color on #B596AD background.


White color preview on #B596AD background

This text has white color on #B596AD background.