COLOR #B17CAF

HEX: #B17CAF
RGB: (177,124,175)

Color info

#B17CAF contains red, green and blue colors in about the same proportion. Web safe color of #B17CAF is #996699 (or #969).

RGB color model

#B17CAF color RGB value is (177,124,175).

  • red value is 177;
  • green value is 124;
  • blue value is 175.
RGB:
(177,124,175)
(69%,49%,69%)

RGB channels and saturation

R 177 of 255 = 69%
G 124 of 255 = 49%
B 175 of 255 = 69%

177
124
175

R + G + B ~ 62%. #B17CAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 124 + 175 = 476 (100%)
R 177 of 476 ~ 37.18%
G 124 of 476 ~ 26.05%
B 175 of 476 ~ 36.76%

%37.18
%26.05
%36.76

CMYK color model

#B17CAF color CMYK value is (0,30,1,31).

  • cyan value is 0.00%
  • magenta value is 29.94%
  • yellow value is 1.13%
  • key color value is 30.59%
CMYK:
(0,30,1,31)
C0M30Y1K31 
(0%,30%,1%,31%)
(0.00/0.30/0.01/0.31)	

CMYK percentages

%0
%29.94
%1.13
%30.59

Codes

Color #B17CAF in popluar color models

B17CAF
RGB177124175
HSL302°25.36%59.02%
HSB/HSV302°29.94%69.41%
CMYK0.00%29.94%1.13%
30.59%

Color #B17CAF in popluar number systems.

HEXB17CAF
Decimal177124175
Binary10110001111110010101111
Octal261174257

Shades and tints

Shades of #B17CAF

#B17CAF
(177,124,175)
#A171A0
(161,113,160)
#916691
(145,102,145)
#815B82
(129,91,130)
#715073
(113,80,115)
#614564
(97,69,100)
#513A55
(81,58,85)
#412F46
(65,47,70)
#312437
(49,36,55)
#211928
(33,25,40)
#110E19
(17,14,25)
#000000
(0,0,0)

Tints of #B17CAF

#B17CAF
(177,124,175)
#B887B6
(184,135,182)
#BF92BD
(191,146,189)
#C69DC4
(198,157,196)
#CDA8CB
(205,168,203)
#D4B3D2
(212,179,210)
#DBBED9
(219,190,217)
#E2C9E0
(226,201,224)
#E9D4E7
(233,212,231)
#F0DFEE
(240,223,238)
#F7EAF5
(247,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B17CAF color. Also use rgb(177,124,175) instead hex code.

Text Font Color

.myTextColor { color: #B17CAF; }

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

This text font color is #B17CAF.


Background Color

.myBgColor { background-color: #B17CAF; }

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

This div background color is #B17CAF.


Border color

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

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

This div border color is #B17CAF.


Opacity

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

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

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

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

This text has shadow with #B17CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17CAF on black background.


Color preview on white background

This text has color #B17CAF on white background.



Black color preview on #B17CAF background

This text has black color on #B17CAF background.


White color preview on #B17CAF background

This text has white color on #B17CAF background.