COLOR #B2A0C7

HEX: #B2A0C7 RGB: (178,160,199)

Color info

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

RGB color model

#B2A0C7 color RGB value is (178,160,199).

RGB: (178,160,199) (70%, 63%, 78%)

RGB channels and saturation

R 178 of 255 = 70%
G 160 of 255 = 63%
B 199 of 255 = 78%

178
160
199

R + G + B ~ 70%. #B2A0C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 160 + 199 = 537 (100%)
R 178 of 537 ~ 33.15%
G 160 of 537 ~ 29.8%
B 199 of 537 ~ 37.06'%

%33.15
%29.8
%37.06

CMYK color model

#B2A0C7 color CMYK value is (11,20,0,22).

  • cyan value is 10.55%
  • magenta value is 19.60%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (11,20,0,22)
C11M20Y0K22 (11%, 20%, 0%, 22%)
(0.11 / 0.20 / 0.00 / 0.22)

CMYK percentages

%10.55
%19.6
%0
%21.96

Codes

Color #B2A0C7 in popluar color models

B2 A0 C7
RGB 178 160 199
HSL 268° 25.83% 70.39%
HSB/HSV 268° 19.60% 78.04%
CMYK 10.55% 19.60% 0.00%
21.96%

Color #B2A0C7 in popluar number systems.

HEX B2 A0 C7
Decimal 178 160 199
Binary 10110010 10100000 11000111
Octal 262 240 307

Shades and tints

Shades of #B2A0C7

#B2A0C7
(178,160,199)
#A292B5
(162,146,181)
#9284A3
(146,132,163)
#827691
(130,118,145)
#72687F
(114,104,127)
#625A6D
(98,90,109)
#524C5B
(82,76,91)
#423E49
(66,62,73)
#323037
(50,48,55)
#222225
(34,34,37)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #B2A0C7

#B2A0C7
(178,160,199)
#B9A8CC
(185,168,204)
#C0B0D1
(192,176,209)
#C7B8D6
(199,184,214)
#CEC0DB
(206,192,219)
#D5C8E0
(213,200,224)
#DCD0E5
(220,208,229)
#E3D8EA
(227,216,234)
#EAE0EF
(234,224,239)
#F1E8F4
(241,232,244)
#F8F0F9
(248,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A0C7; }

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

This text font color is #B2A0C7.

Background Color

.myBgColor { background-color: #B2A0C7; }

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

This div background color is #B2A0C7.

Border color

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

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

This div border color is #B2A0C7.

Opacity

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

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

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

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

This text has shadow with #B2A0C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2A0C7.

Preview

Color preview on black background

This text has color #B2A0C7 on black background.


Color preview on white background

This text has color #B2A0C7 on white background.


Black color preview on #B2A0C7 background

This text has black color on #B2A0C7 background.


White color preview on #B2A0C7 background

This text has white color on #B2A0C7 background.


Related colors

Complementary color

Complementary color for #hex is #4D5F38.


I love getcolorcode.com

Triadic colors

1 #C7B2A0 and #A0C7B2 with #B2A0C7 are triadic colors.

2 #C7A0B2 and #A0B2C7 with #B2A0C7 are triadic colors.