COLOR #B197AE

HEX: #B197AE
RGB: (177,151,174)

Color info

#B197AE contains red, green and blue colors in about the same proportion. Web safe color of #B197AE is #999999 (or #999).

RGB color model

#B197AE color RGB value is (177,151,174).

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

RGB channels and saturation

R 177 of 255 = 69%
G 151 of 255 = 59%
B 174 of 255 = 68%

177
151
174

R + G + B ~ 65%. #B197AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 151 + 174 = 502 (100%)
R 177 of 502 ~ 35.26%
G 151 of 502 ~ 30.08%
B 174 of 502 ~ 34.66%

%35.26
%30.08
%34.66

CMYK color model

#B197AE color CMYK value is (0,15,2,31).

  • cyan value is 0.00%
  • magenta value is 14.69%
  • yellow value is 1.69%
  • key color value is 30.59%
CMYK:
(0,15,2,31)
C0M15Y2K31 
(0%,15%,2%,31%)
(0.00/0.15/0.02/0.31)	

CMYK percentages

%0
%14.69
%1.69
%30.59

Codes

Color #B197AE in popluar color models

B197AE
RGB177151174
HSL307°14.29%64.31%
HSB/HSV307°14.69%69.41%
CMYK0.00%14.69%1.69%
30.59%

Color #B197AE in popluar number systems.

HEXB197AE
Decimal177151174
Binary101100011001011110101110
Octal261227256

Shades and tints

Shades of #B197AE

#B197AE
(177,151,174)
#A18A9F
(161,138,159)
#917D90
(145,125,144)
#817081
(129,112,129)
#716372
(113,99,114)
#615663
(97,86,99)
#514954
(81,73,84)
#413C45
(65,60,69)
#312F36
(49,47,54)
#212227
(33,34,39)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #B197AE

#B197AE
(177,151,174)
#B8A0B5
(184,160,181)
#BFA9BC
(191,169,188)
#C6B2C3
(198,178,195)
#CDBBCA
(205,187,202)
#D4C4D1
(212,196,209)
#DBCDD8
(219,205,216)
#E2D6DF
(226,214,223)
#E9DFE6
(233,223,230)
#F0E8ED
(240,232,237)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B197AE; }

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

This text font color is #B197AE.


Background Color

.myBgColor { background-color: #B197AE; }

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

This div background color is #B197AE.


Border color

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

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

This div border color is #B197AE.


Opacity

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

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

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

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

This text has shadow with #B197AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B197AE on black background.


Color preview on white background

This text has color #B197AE on white background.



Black color preview on #B197AE background

This text has black color on #B197AE background.


White color preview on #B197AE background

This text has white color on #B197AE background.