COLOR #BD9CA1

HEX: #BD9CA1
RGB: (189,156,161)

Color info

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

RGB color model

#BD9CA1 color RGB value is (189,156,161).

  • red value is 189;
  • green value is 156;
  • blue value is 161.
RGB:
(189,156,161)
(74%,61%,63%)

RGB channels and saturation

R 189 of 255 = 74%
G 156 of 255 = 61%
B 161 of 255 = 63%

189
156
161

R + G + B ~ 66%. #BD9CA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 156 + 161 = 506 (100%)
R 189 of 506 ~ 37.35%
G 156 of 506 ~ 30.83%
B 161 of 506 ~ 31.82%

%37.35
%30.83
%31.82

CMYK color model

#BD9CA1 color CMYK value is (0,17,15,26).

  • cyan value is 0.00%
  • magenta value is 17.46%
  • yellow value is 14.81%
  • key color value is 25.88%
CMYK:
(0,17,15,26)
C0M17Y15K26 
(0%,17%,15%,26%)
(0.00/0.17/0.15/0.26)	

CMYK percentages

%0
%17.46
%14.81
%25.88

Codes

Color #BD9CA1 in popluar color models

BD9CA1
RGB189156161
HSL351°20.00%67.65%
HSB/HSV351°17.46%74.12%
CMYK0.00%17.46%14.81%
25.88%

Color #BD9CA1 in popluar number systems.

HEXBD9CA1
Decimal189156161
Binary101111011001110010100001
Octal275234241

Shades and tints

Shades of #BD9CA1

#BD9CA1
(189,156,161)
#AC8E93
(172,142,147)
#9B8085
(155,128,133)
#8A7277
(138,114,119)
#796469
(121,100,105)
#68565B
(104,86,91)
#57484D
(87,72,77)
#463A3F
(70,58,63)
#352C31
(53,44,49)
#241E23
(36,30,35)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #BD9CA1

#BD9CA1
(189,156,161)
#C3A5A9
(195,165,169)
#C9AEB1
(201,174,177)
#CFB7B9
(207,183,185)
#D5C0C1
(213,192,193)
#DBC9C9
(219,201,201)
#E1D2D1
(225,210,209)
#E7DBD9
(231,219,217)
#EDE4E1
(237,228,225)
#F3EDE9
(243,237,233)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9CA1 color. Also use rgb(189,156,161) instead hex code.

Text Font Color

.myTextColor { color: #BD9CA1; }

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

This text font color is #BD9CA1.


Background Color

.myBgColor { background-color: #BD9CA1; }

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

This div background color is #BD9CA1.


Border color

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

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

This div border color is #BD9CA1.


Opacity

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

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

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

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

This text has shadow with #BD9CA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9CA1 on black background.


Color preview on white background

This text has color #BD9CA1 on white background.



Black color preview on #BD9CA1 background

This text has black color on #BD9CA1 background.


White color preview on #BD9CA1 background

This text has white color on #BD9CA1 background.