COLOR #B2A0CE

HEX: #B2A0CE
RGB: (178,160,206)

Color info

#B2A0CE contains red, green and blue colors in about the same proportion. Web safe color of #B2A0CE is #9999CC (or #99C).

RGB color model

#B2A0CE color RGB value is (178,160,206).

  • red value is 178;
  • green value is 160;
  • blue value is 206.
RGB: (178,160,206) (70%,63%,81%)

RGB channels and saturation

R 178 of 255 = 70%
G 160 of 255 = 63%
B 206 of 255 = 81%

178
160
206

R + G + B ~ 71%. #B2A0CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 160 + 206 = 544 (100%)
R 178 of 544 ~ 32.72%
G 160 of 544 ~ 29.41%
B 206 of 544 ~ 37.87%

%32.72
%29.41
%37.87

CMYK color model

#B2A0CE color CMYK value is (14,22,0,19).

  • cyan value is 13.59%
  • magenta value is 22.33%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (14,22,0,19) C14M22Y0K19 (14%,22%,0%,19%) (0.14/0.22/0.00/0.19)

CMYK percentages

%13.59
%22.33
%0
%19.22

Codes

Color #B2A0CE in popluar color models

B2A0CE
RGB178160206
HSL263°31.94%71.76%
HSB/HSV263°22.33%80.78%
CMYK13.59%22.33%0.00%
19.22%

Color #B2A0CE in popluar number systems.

HEXB2A0CE
Decimal178160206
Binary101100101010000011001110
Octal262240316

Shades and tints

Shades of #B2A0CE

#B2A0CE
(178,160,206)
#A292BC
(162,146,188)
#9284AA
(146,132,170)
#827698
(130,118,152)
#726886
(114,104,134)
#625A74
(98,90,116)
#524C62
(82,76,98)
#423E50
(66,62,80)
#32303E
(50,48,62)
#22222C
(34,34,44)
#12141A
(18,20,26)
#000000
(0,0,0)

Tints of #B2A0CE

#B2A0CE
(178,160,206)
#B9A8D2
(185,168,210)
#C0B0D6
(192,176,214)
#C7B8DA
(199,184,218)
#CEC0DE
(206,192,222)
#D5C8E2
(213,200,226)
#DCD0E6
(220,208,230)
#E3D8EA
(227,216,234)
#EAE0EE
(234,224,238)
#F1E8F2
(241,232,242)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A0CE color. Also use rgb(178,160,206) instead hex code.

Text Font Color

.myTextColor { color: #B2A0CE; }

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

This text font color is #B2A0CE.


Background Color

.myBgColor { background-color: #B2A0CE; }

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

This div background color is #B2A0CE.


Border color

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

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

This div border color is #B2A0CE.


Opacity

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

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

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

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

This text has shadow with #B2A0CE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B2A0CE on black background.


Color preview on white background

This text has color #B2A0CE on white background.



Black color preview on #B2A0CE background

This text has black color on #B2A0CE background.


White color preview on #B2A0CE background

This text has white color on #B2A0CE background.