COLOR #B9A3CD

HEX: #B9A3CD RGB: (185,163,205)

Color info

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

RGB color model

#B9A3CD color RGB value is (185,163,205).

RGB: (185,163,205) (73%, 64%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 163 of 255 = 64%
B 205 of 255 = 80%

185
163
205

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

Portions of RGB colors in percentages

R + G + B = 185 + 163 + 205 = 553 (100%)
R 185 of 553 ~ 33.45%
G 163 of 553 ~ 29.48%
B 205 of 553 ~ 37.07'%

%33.45
%29.48
%37.07

CMYK color model

#B9A3CD color CMYK value is (10,20,0,20).

  • cyan value is 9.76%
  • magenta value is 20.49%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (10,20,0,20)
C10M20Y0K20 (10%, 20%, 0%, 20%)
(0.10 / 0.20 / 0.00 / 0.20)

CMYK percentages

%9.76
%20.49
%0
%19.61

Codes

Color #B9A3CD in popluar color models

B9 A3 CD
RGB 185 163 205
HSL 271° 29.58% 72.16%
HSB/HSV 271° 20.49% 80.39%
CMYK 9.76% 20.49% 0.00%
19.61%

Color #B9A3CD in popluar number systems.

HEX B9 A3 CD
Decimal 185 163 205
Binary 10111001 10100011 11001101
Octal 271 243 315

Shades and tints

Shades of #B9A3CD

#B9A3CD
(185,163,205)
#A995BB
(169,149,187)
#9987A9
(153,135,169)
#897997
(137,121,151)
#796B85
(121,107,133)
#695D73
(105,93,115)
#594F61
(89,79,97)
#49414F
(73,65,79)
#39333D
(57,51,61)
#29252B
(41,37,43)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #B9A3CD

#B9A3CD
(185,163,205)
#BFABD1
(191,171,209)
#C5B3D5
(197,179,213)
#CBBBD9
(203,187,217)
#D1C3DD
(209,195,221)
#D7CBE1
(215,203,225)
#DDD3E5
(221,211,229)
#E3DBE9
(227,219,233)
#E9E3ED
(233,227,237)
#EFEBF1
(239,235,241)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A3CD; }

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

This text font color is #B9A3CD.

Background Color

.myBgColor { background-color: #B9A3CD; }

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

This div background color is #B9A3CD.

Border color

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

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

This div border color is #B9A3CD.

Opacity

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

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

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

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

This text has shadow with #B9A3CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A3CD.

Preview

Color preview on black background

This text has color #B9A3CD on black background.


Color preview on white background

This text has color #B9A3CD on white background.


Black color preview on #B9A3CD background

This text has black color on #B9A3CD background.


White color preview on #B9A3CD background

This text has white color on #B9A3CD background.


Related colors

Complementary color

Complementary color for #hex is #465C32.


I love getcolorcode.com

Triadic colors

1 #CDB9A3 and #A3CDB9 with #B9A3CD are triadic colors.

2 #CDA3B9 and #A3B9CD with #B9A3CD are triadic colors.