COLOR #B27CA9

HEX: #B27CA9
RGB: (178,124,169)

Color info

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

RGB color model

#B27CA9 color RGB value is (178,124,169).

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

RGB channels and saturation

R 178 of 255 = 70%
G 124 of 255 = 49%
B 169 of 255 = 66%

178
124
169

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

Portions of RGB colors in percentages

R + G + B =
178 + 124 + 169 = 471 (100%)
R 178 of 471 ~ 37.79%
G 124 of 471 ~ 26.33%
B 169 of 471 ~ 35.88%

%37.79
%26.33
%35.88

CMYK color model

#B27CA9 color CMYK value is (0,30,5,30).

  • cyan value is 0.00%
  • magenta value is 30.34%
  • yellow value is 5.06%
  • key color value is 30.20%
CMYK:
(0,30,5,30)
C0M30Y5K30 
(0%,30%,5%,30%)
(0.00/0.30/0.05/0.30)	

CMYK percentages

%0
%30.34
%5.06
%30.2

Codes

Color #B27CA9 in popluar color models

B27CA9
RGB178124169
HSL310°25.96%59.22%
HSB/HSV310°30.34%69.80%
CMYK0.00%30.34%5.06%
30.20%

Color #B27CA9 in popluar number systems.

HEXB27CA9
Decimal178124169
Binary10110010111110010101001
Octal262174251

Shades and tints

Shades of #B27CA9

#B27CA9
(178,124,169)
#A2719A
(162,113,154)
#92668B
(146,102,139)
#825B7C
(130,91,124)
#72506D
(114,80,109)
#62455E
(98,69,94)
#523A4F
(82,58,79)
#422F40
(66,47,64)
#322431
(50,36,49)
#221922
(34,25,34)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #B27CA9

#B27CA9
(178,124,169)
#B987B0
(185,135,176)
#C092B7
(192,146,183)
#C79DBE
(199,157,190)
#CEA8C5
(206,168,197)
#D5B3CC
(213,179,204)
#DCBED3
(220,190,211)
#E3C9DA
(227,201,218)
#EAD4E1
(234,212,225)
#F1DFE8
(241,223,232)
#F8EAEF
(248,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B27CA9; }

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

This text font color is #B27CA9.


Background Color

.myBgColor { background-color: #B27CA9; }

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

This div background color is #B27CA9.


Border color

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

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

This div border color is #B27CA9.


Opacity

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

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

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

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

This text has shadow with #B27CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B27CA9 on black background.


Color preview on white background

This text has color #B27CA9 on white background.



Black color preview on #B27CA9 background

This text has black color on #B27CA9 background.


White color preview on #B27CA9 background

This text has white color on #B27CA9 background.