COLOR #B9A3CA

HEX: #B9A3CA RGB: (185,163,202)

Color info

#B9A3CA contains red, green and blue colors in about the same proportion. Web safe color of #B9A3CA is #CC99CC (or #C9C).

RGB color model

#B9A3CA color RGB value is (185,163,202).

RGB: (185,163,202) (73%, 64%, 79%)

RGB channels and saturation

R 185 of 255 = 73%
G 163 of 255 = 64%
B 202 of 255 = 79%

185
163
202

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

Portions of RGB colors in percentages

R + G + B = 185 + 163 + 202 = 550 (100%)
R 185 of 550 ~ 33.64%
G 163 of 550 ~ 29.64%
B 202 of 550 ~ 36.73'%

%33.64
%29.64
%36.73

CMYK color model

#B9A3CA color CMYK value is (8,19,0,21).

  • cyan value is 8.42%
  • magenta value is 19.31%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (8,19,0,21)
C8M19Y0K21 (8%, 19%, 0%, 21%)
(0.08 / 0.19 / 0.00 / 0.21)

CMYK percentages

%8.42
%19.31
%0
%20.78

Codes

Color #B9A3CA in popluar color models

B9 A3 CA
RGB 185 163 202
HSL 274° 26.90% 71.57%
HSB/HSV 274° 19.31% 79.22%
CMYK 8.42% 19.31% 0.00%
20.78%

Color #B9A3CA in popluar number systems.

HEX B9 A3 CA
Decimal 185 163 202
Binary 10111001 10100011 11001010
Octal 271 243 312

Shades and tints

Shades of #B9A3CA

#B9A3CA
(185,163,202)
#A995B8
(169,149,184)
#9987A6
(153,135,166)
#897994
(137,121,148)
#796B82
(121,107,130)
#695D70
(105,93,112)
#594F5E
(89,79,94)
#49414C
(73,65,76)
#39333A
(57,51,58)
#292528
(41,37,40)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #B9A3CA

#B9A3CA
(185,163,202)
#BFABCE
(191,171,206)
#C5B3D2
(197,179,210)
#CBBBD6
(203,187,214)
#D1C3DA
(209,195,218)
#D7CBDE
(215,203,222)
#DDD3E2
(221,211,226)
#E3DBE6
(227,219,230)
#E9E3EA
(233,227,234)
#EFEBEE
(239,235,238)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A3CA color. Also use rgb(185,163,202) instead hex code.

Text Font Color

.myTextColor { color: #B9A3CA; }

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

This text font color is #B9A3CA.

Background Color

.myBgColor { background-color: #B9A3CA; }

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

This div background color is #B9A3CA.

Border color

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

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

This div border color is #B9A3CA.

Opacity

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

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

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

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

This text has shadow with #B9A3CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A3CA.

Preview

Color preview on black background

This text has color #B9A3CA on black background.


Color preview on white background

This text has color #B9A3CA on white background.


Black color preview on #B9A3CA background

This text has black color on #B9A3CA background.


White color preview on #B9A3CA background

This text has white color on #B9A3CA background.


Related colors

Complementary color

Complementary color for #hex is #465C35.


I love getcolorcode.com

Triadic colors

1 #CAB9A3 and #A3CAB9 with #B9A3CA are triadic colors.

2 #CAA3B9 and #A3B9CA with #B9A3CA are triadic colors.