COLOR #B598AE

HEX: #B598AE
RGB: (181,152,174)

Color info

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

RGB color model

#B598AE color RGB value is (181,152,174).

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

RGB channels and saturation

R 181 of 255 = 71%
G 152 of 255 = 60%
B 174 of 255 = 68%

181
152
174

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

Portions of RGB colors in percentages

R + G + B =
181 + 152 + 174 = 507 (100%)
R 181 of 507 ~ 35.7%
G 152 of 507 ~ 29.98%
B 174 of 507 ~ 34.32%

%35.7
%29.98
%34.32

CMYK color model

#B598AE color CMYK value is (0,16,4,29).

  • cyan value is 0.00%
  • magenta value is 16.02%
  • yellow value is 3.87%
  • key color value is 29.02%
CMYK:
(0,16,4,29)
C0M16Y4K29 
(0%,16%,4%,29%)
(0.00/0.16/0.04/0.29)	

CMYK percentages

%0
%16.02
%3.87
%29.02

Codes

Color #B598AE in popluar color models

B598AE
RGB181152174
HSL314°16.38%65.29%
HSB/HSV314°16.02%70.98%
CMYK0.00%16.02%3.87%
29.02%

Color #B598AE in popluar number systems.

HEXB598AE
Decimal181152174
Binary101101011001100010101110
Octal265230256

Shades and tints

Shades of #B598AE

#B598AE
(181,152,174)
#A58B9F
(165,139,159)
#957E90
(149,126,144)
#857181
(133,113,129)
#756472
(117,100,114)
#655763
(101,87,99)
#554A54
(85,74,84)
#453D45
(69,61,69)
#353036
(53,48,54)
#252327
(37,35,39)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #B598AE

#B598AE
(181,152,174)
#BBA1B5
(187,161,181)
#C1AABC
(193,170,188)
#C7B3C3
(199,179,195)
#CDBCCA
(205,188,202)
#D3C5D1
(211,197,209)
#D9CED8
(217,206,216)
#DFD7DF
(223,215,223)
#E5E0E6
(229,224,230)
#EBE9ED
(235,233,237)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B598AE; }

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

This text font color is #B598AE.


Background Color

.myBgColor { background-color: #B598AE; }

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

This div background color is #B598AE.


Border color

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

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

This div border color is #B598AE.


Opacity

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

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

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

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

This text has shadow with #B598AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B598AE on black background.


Color preview on white background

This text has color #B598AE on white background.



Black color preview on #B598AE background

This text has black color on #B598AE background.


White color preview on #B598AE background

This text has white color on #B598AE background.