COLOR #B597AE

HEX: #B597AE
RGB: (181,151,174)

Color info

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

RGB color model

#B597AE color RGB value is (181,151,174).

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

RGB channels and saturation

R 181 of 255 = 71%
G 151 of 255 = 59%
B 174 of 255 = 68%

181
151
174

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

Portions of RGB colors in percentages

R + G + B =
181 + 151 + 174 = 506 (100%)
R 181 of 506 ~ 35.77%
G 151 of 506 ~ 29.84%
B 174 of 506 ~ 34.39%

%35.77
%29.84
%34.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.57%
  • yellow value is 3.87%
  • 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
%16.57
%3.87
%29.02

Codes

Color #B597AE in popluar color models

B597AE
RGB181151174
HSL314°16.85%65.10%
HSB/HSV314°16.57%70.98%
CMYK0.00%16.57%3.87%
29.02%

Color #B597AE in popluar number systems.

HEXB597AE
Decimal181151174
Binary101101011001011110101110
Octal265227256

Shades and tints

Shades of #B597AE

#B597AE
(181,151,174)
#A58A9F
(165,138,159)
#957D90
(149,125,144)
#857081
(133,112,129)
#756372
(117,99,114)
#655663
(101,86,99)
#554954
(85,73,84)
#453C45
(69,60,69)
#352F36
(53,47,54)
#252227
(37,34,39)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #B597AE

#B597AE
(181,151,174)
#BBA0B5
(187,160,181)
#C1A9BC
(193,169,188)
#C7B2C3
(199,178,195)
#CDBBCA
(205,187,202)
#D3C4D1
(211,196,209)
#D9CDD8
(217,205,216)
#DFD6DF
(223,214,223)
#E5DFE6
(229,223,230)
#EBE8ED
(235,232,237)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B597AE; }

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

This text font color is #B597AE.


Background Color

.myBgColor { background-color: #B597AE; }

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

This div background color is #B597AE.


Border color

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

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

This div border color is #B597AE.


Opacity

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

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

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

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

This text has shadow with #B597AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B597AE on black background.


Color preview on white background

This text has color #B597AE on white background.



Black color preview on #B597AE background

This text has black color on #B597AE background.


White color preview on #B597AE background

This text has white color on #B597AE background.