COLOR #BD95A1

HEX: #BD95A1
RGB: (189,149,161)

Color info

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

RGB color model

#BD95A1 color RGB value is (189,149,161).

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

RGB channels and saturation

R 189 of 255 = 74%
G 149 of 255 = 58%
B 161 of 255 = 63%

189
149
161

R + G + B ~ 65%. #BD95A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 149 + 161 = 499 (100%)
R 189 of 499 ~ 37.88%
G 149 of 499 ~ 29.86%
B 161 of 499 ~ 32.26%

%37.88
%29.86
%32.26

CMYK color model

#BD95A1 color CMYK value is (0,21,15,26).

  • cyan value is 0.00%
  • magenta value is 21.16%
  • yellow value is 14.81%
  • key color value is 25.88%
CMYK:
(0,21,15,26)
C0M21Y15K26 
(0%,21%,15%,26%)
(0.00/0.21/0.15/0.26)	

CMYK percentages

%0
%21.16
%14.81
%25.88

Codes

Color #BD95A1 in popluar color models

BD95A1
RGB189149161
HSL342°23.26%66.27%
HSB/HSV342°21.16%74.12%
CMYK0.00%21.16%14.81%
25.88%

Color #BD95A1 in popluar number systems.

HEXBD95A1
Decimal189149161
Binary101111011001010110100001
Octal275225241

Shades and tints

Shades of #BD95A1

#BD95A1
(189,149,161)
#AC8893
(172,136,147)
#9B7B85
(155,123,133)
#8A6E77
(138,110,119)
#796169
(121,97,105)
#68545B
(104,84,91)
#57474D
(87,71,77)
#463A3F
(70,58,63)
#352D31
(53,45,49)
#242023
(36,32,35)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #BD95A1

#BD95A1
(189,149,161)
#C39EA9
(195,158,169)
#C9A7B1
(201,167,177)
#CFB0B9
(207,176,185)
#D5B9C1
(213,185,193)
#DBC2C9
(219,194,201)
#E1CBD1
(225,203,209)
#E7D4D9
(231,212,217)
#EDDDE1
(237,221,225)
#F3E6E9
(243,230,233)
#F9EFF1
(249,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD95A1; }

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

This text font color is #BD95A1.


Background Color

.myBgColor { background-color: #BD95A1; }

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

This div background color is #BD95A1.


Border color

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

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

This div border color is #BD95A1.


Opacity

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

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

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

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

This text has shadow with #BD95A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD95A1 on black background.


Color preview on white background

This text has color #BD95A1 on white background.



Black color preview on #BD95A1 background

This text has black color on #BD95A1 background.


White color preview on #BD95A1 background

This text has white color on #BD95A1 background.