COLOR #B599B5

HEX: #B599B5
RGB: (181,153,181)

Color info

#B599B5 contains red, green and blue colors in about the same proportion. Web safe color of #B599B5 is #CC99CC (or #C9C).

RGB color model

#B599B5 color RGB value is (181,153,181).

  • red value is 181;
  • green value is 153;
  • blue value is 181.
RGB:
(181,153,181)
(71%,60%,71%)

RGB channels and saturation

R 181 of 255 = 71%
G 153 of 255 = 60%
B 181 of 255 = 71%

181
153
181

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

Portions of RGB colors in percentages

R + G + B =
181 + 153 + 181 = 515 (100%)
R 181 of 515 ~ 35.15%
G 153 of 515 ~ 29.71%
B 181 of 515 ~ 35.15%

%35.15
%29.71
%35.15

CMYK color model

#B599B5 color CMYK value is (0,15,0,29).

  • cyan value is 0.00%
  • magenta value is 15.47%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(0,15,0,29)
C0M15Y0K29 
(0%,15%,0%,29%)
(0.00/0.15/0.00/0.29)	

CMYK percentages

%0
%15.47
%0
%29.02

Codes

Color #B599B5 in popluar color models

B599B5
RGB181153181
HSL300°15.91%65.49%
HSB/HSV300°15.47%70.98%
CMYK0.00%15.47%0.00%
29.02%

Color #B599B5 in popluar number systems.

HEXB599B5
Decimal181153181
Binary101101011001100110110101
Octal265231265

Shades and tints

Shades of #B599B5

#B599B5
(181,153,181)
#A58CA5
(165,140,165)
#957F95
(149,127,149)
#857285
(133,114,133)
#756575
(117,101,117)
#655865
(101,88,101)
#554B55
(85,75,85)
#453E45
(69,62,69)
#353135
(53,49,53)
#252425
(37,36,37)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #B599B5

#B599B5
(181,153,181)
#BBA2BB
(187,162,187)
#C1ABC1
(193,171,193)
#C7B4C7
(199,180,199)
#CDBDCD
(205,189,205)
#D3C6D3
(211,198,211)
#D9CFD9
(217,207,217)
#DFD8DF
(223,216,223)
#E5E1E5
(229,225,229)
#EBEAEB
(235,234,235)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B599B5; }

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

This text font color is #B599B5.


Background Color

.myBgColor { background-color: #B599B5; }

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

This div background color is #B599B5.


Border color

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

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

This div border color is #B599B5.


Opacity

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

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

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

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

This text has shadow with #B599B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B599B5 on black background.


Color preview on white background

This text has color #B599B5 on white background.



Black color preview on #B599B5 background

This text has black color on #B599B5 background.


White color preview on #B599B5 background

This text has white color on #B599B5 background.