COLOR #BD95B7

HEX: #BD95B7
RGB: (189,149,183)

Color info

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

RGB color model

#BD95B7 color RGB value is (189,149,183).

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

RGB channels and saturation

R 189 of 255 = 74%
G 149 of 255 = 58%
B 183 of 255 = 72%

189
149
183

R + G + B ~ 68%. #BD95B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 149 + 183 = 521 (100%)
R 189 of 521 ~ 36.28%
G 149 of 521 ~ 28.6%
B 183 of 521 ~ 35.12%

%36.28
%28.6
%35.12

CMYK color model

#BD95B7 color CMYK value is (0,21,3,26).

  • cyan value is 0.00%
  • magenta value is 21.16%
  • yellow value is 3.17%
  • key color value is 25.88%
CMYK:
(0,21,3,26)
C0M21Y3K26 
(0%,21%,3%,26%)
(0.00/0.21/0.03/0.26)	

CMYK percentages

%0
%21.16
%3.17
%25.88

Codes

Color #BD95B7 in popluar color models

BD95B7
RGB189149183
HSL309°23.26%66.27%
HSB/HSV309°21.16%74.12%
CMYK0.00%21.16%3.17%
25.88%

Color #BD95B7 in popluar number systems.

HEXBD95B7
Decimal189149183
Binary101111011001010110110111
Octal275225267

Shades and tints

Shades of #BD95B7

#BD95B7
(189,149,183)
#AC88A7
(172,136,167)
#9B7B97
(155,123,151)
#8A6E87
(138,110,135)
#796177
(121,97,119)
#685467
(104,84,103)
#574757
(87,71,87)
#463A47
(70,58,71)
#352D37
(53,45,55)
#242027
(36,32,39)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #BD95B7

#BD95B7
(189,149,183)
#C39EBD
(195,158,189)
#C9A7C3
(201,167,195)
#CFB0C9
(207,176,201)
#D5B9CF
(213,185,207)
#DBC2D5
(219,194,213)
#E1CBDB
(225,203,219)
#E7D4E1
(231,212,225)
#EDDDE7
(237,221,231)
#F3E6ED
(243,230,237)
#F9EFF3
(249,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD95B7; }

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

This text font color is #BD95B7.


Background Color

.myBgColor { background-color: #BD95B7; }

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

This div background color is #BD95B7.


Border color

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

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

This div border color is #BD95B7.


Opacity

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

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

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

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

This text has shadow with #BD95B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD95B7 on black background.


Color preview on white background

This text has color #BD95B7 on white background.



Black color preview on #BD95B7 background

This text has black color on #BD95B7 background.


White color preview on #BD95B7 background

This text has white color on #BD95B7 background.