COLOR #B599B2

HEX: #B599B2
RGB: (181,153,178)

Color info

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

RGB color model

#B599B2 color RGB value is (181,153,178).

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

RGB channels and saturation

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

181
153
178

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

Portions of RGB colors in percentages

R + G + B =
181 + 153 + 178 = 512 (100%)
R 181 of 512 ~ 35.35%
G 153 of 512 ~ 29.88%
B 178 of 512 ~ 34.77%

%35.35
%29.88
%34.77

CMYK color model

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

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

CMYK percentages

%0
%15.47
%1.66
%29.02

Codes

Color #B599B2 in popluar color models

B599B2
RGB181153178
HSL306°15.91%65.49%
HSB/HSV306°15.47%70.98%
CMYK0.00%15.47%1.66%
29.02%

Color #B599B2 in popluar number systems.

HEXB599B2
Decimal181153178
Binary101101011001100110110010
Octal265231262

Shades and tints

Shades of #B599B2

#B599B2
(181,153,178)
#A58CA2
(165,140,162)
#957F92
(149,127,146)
#857282
(133,114,130)
#756572
(117,101,114)
#655862
(101,88,98)
#554B52
(85,75,82)
#453E42
(69,62,66)
#353132
(53,49,50)
#252422
(37,36,34)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #B599B2

#B599B2
(181,153,178)
#BBA2B9
(187,162,185)
#C1ABC0
(193,171,192)
#C7B4C7
(199,180,199)
#CDBDCE
(205,189,206)
#D3C6D5
(211,198,213)
#D9CFDC
(217,207,220)
#DFD8E3
(223,216,227)
#E5E1EA
(229,225,234)
#EBEAF1
(235,234,241)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B599B2; }

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

This text font color is #B599B2.


Background Color

.myBgColor { background-color: #B599B2; }

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

This div background color is #B599B2.


Border color

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

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

This div border color is #B599B2.


Opacity

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

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

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

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

This text has shadow with #B599B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B599B2 on black background.


Color preview on white background

This text has color #B599B2 on white background.



Black color preview on #B599B2 background

This text has black color on #B599B2 background.


White color preview on #B599B2 background

This text has white color on #B599B2 background.