COLOR #B195AC

HEX: #B195AC
RGB: (177,149,172)

Color info

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

RGB color model

#B195AC color RGB value is (177,149,172).

  • red value is 177;
  • green value is 149;
  • blue value is 172.
RGB:
(177,149,172)
(69%,58%,67%)

RGB channels and saturation

R 177 of 255 = 69%
G 149 of 255 = 58%
B 172 of 255 = 67%

177
149
172

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

Portions of RGB colors in percentages

R + G + B =
177 + 149 + 172 = 498 (100%)
R 177 of 498 ~ 35.54%
G 149 of 498 ~ 29.92%
B 172 of 498 ~ 34.54%

%35.54
%29.92
%34.54

CMYK color model

#B195AC color CMYK value is (0,16,3,31).

  • cyan value is 0.00%
  • magenta value is 15.82%
  • yellow value is 2.82%
  • key color value is 30.59%
CMYK:
(0,16,3,31)
C0M16Y3K31 
(0%,16%,3%,31%)
(0.00/0.16/0.03/0.31)	

CMYK percentages

%0
%15.82
%2.82
%30.59

Codes

Color #B195AC in popluar color models

B195AC
RGB177149172
HSL311°15.22%63.92%
HSB/HSV311°15.82%69.41%
CMYK0.00%15.82%2.82%
30.59%

Color #B195AC in popluar number systems.

HEXB195AC
Decimal177149172
Binary101100011001010110101100
Octal261225254

Shades and tints

Shades of #B195AC

#B195AC
(177,149,172)
#A1889D
(161,136,157)
#917B8E
(145,123,142)
#816E7F
(129,110,127)
#716170
(113,97,112)
#615461
(97,84,97)
#514752
(81,71,82)
#413A43
(65,58,67)
#312D34
(49,45,52)
#212025
(33,32,37)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #B195AC

#B195AC
(177,149,172)
#B89EB3
(184,158,179)
#BFA7BA
(191,167,186)
#C6B0C1
(198,176,193)
#CDB9C8
(205,185,200)
#D4C2CF
(212,194,207)
#DBCBD6
(219,203,214)
#E2D4DD
(226,212,221)
#E9DDE4
(233,221,228)
#F0E6EB
(240,230,235)
#F7EFF2
(247,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B195AC color. Also use rgb(177,149,172) instead hex code.

Text Font Color

.myTextColor { color: #B195AC; }

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

This text font color is #B195AC.


Background Color

.myBgColor { background-color: #B195AC; }

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

This div background color is #B195AC.


Border color

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

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

This div border color is #B195AC.


Opacity

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

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

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

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

This text has shadow with #B195AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B195AC on black background.


Color preview on white background

This text has color #B195AC on white background.



Black color preview on #B195AC background

This text has black color on #B195AC background.


White color preview on #B195AC background

This text has white color on #B195AC background.