COLOR #BD95A6

HEX: #BD95A6
RGB: (189,149,166)

Color info

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

RGB color model

#BD95A6 color RGB value is (189,149,166).

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

RGB channels and saturation

R 189 of 255 = 74%
G 149 of 255 = 58%
B 166 of 255 = 65%

189
149
166

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

Portions of RGB colors in percentages

R + G + B =
189 + 149 + 166 = 504 (100%)
R 189 of 504 ~ 37.5%
G 149 of 504 ~ 29.56%
B 166 of 504 ~ 32.94%

%37.5
%29.56
%32.94

CMYK color model

#BD95A6 color CMYK value is (0,21,12,26).

  • cyan value is 0.00%
  • magenta value is 21.16%
  • yellow value is 12.17%
  • key color value is 25.88%
CMYK:
(0,21,12,26)
C0M21Y12K26 
(0%,21%,12%,26%)
(0.00/0.21/0.12/0.26)	

CMYK percentages

%0
%21.16
%12.17
%25.88

Codes

Color #BD95A6 in popluar color models

BD95A6
RGB189149166
HSL335°23.26%66.27%
HSB/HSV335°21.16%74.12%
CMYK0.00%21.16%12.17%
25.88%

Color #BD95A6 in popluar number systems.

HEXBD95A6
Decimal189149166
Binary101111011001010110100110
Octal275225246

Shades and tints

Shades of #BD95A6

#BD95A6
(189,149,166)
#AC8897
(172,136,151)
#9B7B88
(155,123,136)
#8A6E79
(138,110,121)
#79616A
(121,97,106)
#68545B
(104,84,91)
#57474C
(87,71,76)
#463A3D
(70,58,61)
#352D2E
(53,45,46)
#24201F
(36,32,31)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #BD95A6

#BD95A6
(189,149,166)
#C39EAE
(195,158,174)
#C9A7B6
(201,167,182)
#CFB0BE
(207,176,190)
#D5B9C6
(213,185,198)
#DBC2CE
(219,194,206)
#E1CBD6
(225,203,214)
#E7D4DE
(231,212,222)
#EDDDE6
(237,221,230)
#F3E6EE
(243,230,238)
#F9EFF6
(249,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD95A6; }

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

This text font color is #BD95A6.


Background Color

.myBgColor { background-color: #BD95A6; }

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

This div background color is #BD95A6.


Border color

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

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

This div border color is #BD95A6.


Opacity

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

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

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

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

This text has shadow with #BD95A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD95A6 on black background.


Color preview on white background

This text has color #BD95A6 on white background.



Black color preview on #BD95A6 background

This text has black color on #BD95A6 background.


White color preview on #BD95A6 background

This text has white color on #BD95A6 background.