COLOR #BD8CA4

HEX: #BD8CA4
RGB: (189,140,164)

Color info

#BD8CA4 contains red, green and blue colors in about the same proportion. Web safe color of #BD8CA4 is #CC9999 (or #C99).

RGB color model

#BD8CA4 color RGB value is (189,140,164).

  • red value is 189;
  • green value is 140;
  • blue value is 164.
RGB:
(189,140,164)
(74%,55%,64%)

RGB channels and saturation

R 189 of 255 = 74%
G 140 of 255 = 55%
B 164 of 255 = 64%

189
140
164

R + G + B ~ 64%. #BD8CA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 140 + 164 = 493 (100%)
R 189 of 493 ~ 38.34%
G 140 of 493 ~ 28.4%
B 164 of 493 ~ 33.27%

%38.34
%28.4
%33.27

CMYK color model

#BD8CA4 color CMYK value is (0,26,13,26).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 13.23%
  • key color value is 25.88%
CMYK:
(0,26,13,26)
C0M26Y13K26 
(0%,26%,13%,26%)
(0.00/0.26/0.13/0.26)	

CMYK percentages

%0
%25.93
%13.23
%25.88

Codes

Color #BD8CA4 in popluar color models

BD8CA4
RGB189140164
HSL331°27.07%64.51%
HSB/HSV331°25.93%74.12%
CMYK0.00%25.93%13.23%
25.88%

Color #BD8CA4 in popluar number systems.

HEXBD8CA4
Decimal189140164
Binary101111011000110010100100
Octal275214244

Shades and tints

Shades of #BD8CA4

#BD8CA4
(189,140,164)
#AC8096
(172,128,150)
#9B7488
(155,116,136)
#8A687A
(138,104,122)
#795C6C
(121,92,108)
#68505E
(104,80,94)
#574450
(87,68,80)
#463842
(70,56,66)
#352C34
(53,44,52)
#242026
(36,32,38)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #BD8CA4

#BD8CA4
(189,140,164)
#C396AC
(195,150,172)
#C9A0B4
(201,160,180)
#CFAABC
(207,170,188)
#D5B4C4
(213,180,196)
#DBBECC
(219,190,204)
#E1C8D4
(225,200,212)
#E7D2DC
(231,210,220)
#EDDCE4
(237,220,228)
#F3E6EC
(243,230,236)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8CA4 color. Also use rgb(189,140,164) instead hex code.

Text Font Color

.myTextColor { color: #BD8CA4; }

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

This text font color is #BD8CA4.


Background Color

.myBgColor { background-color: #BD8CA4; }

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

This div background color is #BD8CA4.


Border color

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

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

This div border color is #BD8CA4.


Opacity

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

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

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

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

This text has shadow with #BD8CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8CA4 on black background.


Color preview on white background

This text has color #BD8CA4 on white background.



Black color preview on #BD8CA4 background

This text has black color on #BD8CA4 background.


White color preview on #BD8CA4 background

This text has white color on #BD8CA4 background.