COLOR #B2A6CB

HEX: #B2A6CB RGB: (178,166,203)

Color info

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

RGB color model

#B2A6CB color RGB value is (178,166,203).

RGB: (178,166,203) (70%, 65%, 80%)

RGB channels and saturation

R 178 of 255 = 70%
G 166 of 255 = 65%
B 203 of 255 = 80%

178
166
203

R + G + B ~ 72%. #B2A6CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 166 + 203 = 547 (100%)
R 178 of 547 ~ 32.54%
G 166 of 547 ~ 30.35%
B 203 of 547 ~ 37.11'%

%32.54
%30.35
%37.11

CMYK color model

#B2A6CB color CMYK value is (12,18,0,20).

  • cyan value is 12.32%
  • magenta value is 18.23%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (12,18,0,20)
C12M18Y0K20 (12%, 18%, 0%, 20%)
(0.12 / 0.18 / 0.00 / 0.20)

CMYK percentages

%12.32
%18.23
%0
%20.39

Codes

Color #B2A6CB in popluar color models

B2 A6 CB
RGB 178 166 203
HSL 259° 26.24% 72.35%
HSB/HSV 259° 18.23% 79.61%
CMYK 12.32% 18.23% 0.00%
20.39%

Color #B2A6CB in popluar number systems.

HEX B2 A6 CB
Decimal 178 166 203
Binary 10110010 10100110 11001011
Octal 262 246 313

Shades and tints

Shades of #B2A6CB

#B2A6CB
(178,166,203)
#A297B9
(162,151,185)
#9288A7
(146,136,167)
#827995
(130,121,149)
#726A83
(114,106,131)
#625B71
(98,91,113)
#524C5F
(82,76,95)
#423D4D
(66,61,77)
#322E3B
(50,46,59)
#221F29
(34,31,41)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #B2A6CB

#B2A6CB
(178,166,203)
#B9AECF
(185,174,207)
#C0B6D3
(192,182,211)
#C7BED7
(199,190,215)
#CEC6DB
(206,198,219)
#D5CEDF
(213,206,223)
#DCD6E3
(220,214,227)
#E3DEE7
(227,222,231)
#EAE6EB
(234,230,235)
#F1EEEF
(241,238,239)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A6CB color. Also use rgb(178,166,203) instead hex code.

Text Font Color

.myTextColor { color: #B2A6CB; }

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

This text font color is #B2A6CB.

Background Color

.myBgColor { background-color: #B2A6CB; }

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

This div background color is #B2A6CB.

Border color

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

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

This div border color is #B2A6CB.

Opacity

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

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

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

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

This text has shadow with #B2A6CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2A6CB.

Preview

Color preview on black background

This text has color #B2A6CB on black background.


Color preview on white background

This text has color #B2A6CB on white background.


Black color preview on #B2A6CB background

This text has black color on #B2A6CB background.


White color preview on #B2A6CB background

This text has white color on #B2A6CB background.


Related colors

Complementary color

Complementary color for #hex is #4D5934.


I love getcolorcode.com

Triadic colors

1 #CBB2A6 and #A6CBB2 with #B2A6CB are triadic colors.

2 #CBA6B2 and #A6B2CB with #B2A6CB are triadic colors.