COLOR #B27C9A

HEX: #B27C9A
RGB: (178,124,154)

Color info

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

RGB color model

#B27C9A color RGB value is (178,124,154).

  • red value is 178;
  • green value is 124;
  • blue value is 154.
RGB:
(178,124,154)
(70%,49%,60%)

RGB channels and saturation

R 178 of 255 = 70%
G 124 of 255 = 49%
B 154 of 255 = 60%

178
124
154

R + G + B ~ 60%. #B27C9A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
178 + 124 + 154 = 456 (100%)
R 178 of 456 ~ 39.04%
G 124 of 456 ~ 27.19%
B 154 of 456 ~ 33.77%

%39.04
%27.19
%33.77

CMYK color model

#B27C9A color CMYK value is (0,30,13,30).

  • cyan value is 0.00%
  • magenta value is 30.34%
  • yellow value is 13.48%
  • key color value is 30.20%
CMYK:
(0,30,13,30)
C0M30Y13K30 
(0%,30%,13%,30%)
(0.00/0.30/0.13/0.30)	

CMYK percentages

%0
%30.34
%13.48
%30.2

Codes

Color #B27C9A in popluar color models

B27C9A
RGB178124154
HSL327°25.96%59.22%
HSB/HSV327°30.34%69.80%
CMYK0.00%30.34%13.48%
30.20%

Color #B27C9A in popluar number systems.

HEXB27C9A
Decimal178124154
Binary10110010111110010011010
Octal262174232

Shades and tints

Shades of #B27C9A

#B27C9A
(178,124,154)
#A2718C
(162,113,140)
#92667E
(146,102,126)
#825B70
(130,91,112)
#725062
(114,80,98)
#624554
(98,69,84)
#523A46
(82,58,70)
#422F38
(66,47,56)
#32242A
(50,36,42)
#22191C
(34,25,28)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #B27C9A

#B27C9A
(178,124,154)
#B987A3
(185,135,163)
#C092AC
(192,146,172)
#C79DB5
(199,157,181)
#CEA8BE
(206,168,190)
#D5B3C7
(213,179,199)
#DCBED0
(220,190,208)
#E3C9D9
(227,201,217)
#EAD4E2
(234,212,226)
#F1DFEB
(241,223,235)
#F8EAF4
(248,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B27C9A color. Also use rgb(178,124,154) instead hex code.

Text Font Color

.myTextColor { color: #B27C9A; }

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

This text font color is #B27C9A.


Background Color

.myBgColor { background-color: #B27C9A; }

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

This div background color is #B27C9A.


Border color

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

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

This div border color is #B27C9A.


Opacity

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

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

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

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

This text has shadow with #B27C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B27C9A on black background.


Color preview on white background

This text has color #B27C9A on white background.



Black color preview on #B27C9A background

This text has black color on #B27C9A background.


White color preview on #B27C9A background

This text has white color on #B27C9A background.