COLOR #BD97A9

HEX: #BD97A9
RGB: (189,151,169)

Color info

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

RGB color model

#BD97A9 color RGB value is (189,151,169).

  • red value is 189;
  • green value is 151;
  • blue value is 169.
RGB:
(189,151,169)
(74%,59%,66%)

RGB channels and saturation

R 189 of 255 = 74%
G 151 of 255 = 59%
B 169 of 255 = 66%

189
151
169

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

Portions of RGB colors in percentages

R + G + B =
189 + 151 + 169 = 509 (100%)
R 189 of 509 ~ 37.13%
G 151 of 509 ~ 29.67%
B 169 of 509 ~ 33.2%

%37.13
%29.67
%33.2

CMYK color model

#BD97A9 color CMYK value is (0,20,11,26).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 10.58%
  • key color value is 25.88%
CMYK:
(0,20,11,26)
C0M20Y11K26 
(0%,20%,11%,26%)
(0.00/0.20/0.11/0.26)	

CMYK percentages

%0
%20.11
%10.58
%25.88

Codes

Color #BD97A9 in popluar color models

BD97A9
RGB189151169
HSL332°22.35%66.67%
HSB/HSV332°20.11%74.12%
CMYK0.00%20.11%10.58%
25.88%

Color #BD97A9 in popluar number systems.

HEXBD97A9
Decimal189151169
Binary101111011001011110101001
Octal275227251

Shades and tints

Shades of #BD97A9

#BD97A9
(189,151,169)
#AC8A9A
(172,138,154)
#9B7D8B
(155,125,139)
#8A707C
(138,112,124)
#79636D
(121,99,109)
#68565E
(104,86,94)
#57494F
(87,73,79)
#463C40
(70,60,64)
#352F31
(53,47,49)
#242222
(36,34,34)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #BD97A9

#BD97A9
(189,151,169)
#C3A0B0
(195,160,176)
#C9A9B7
(201,169,183)
#CFB2BE
(207,178,190)
#D5BBC5
(213,187,197)
#DBC4CC
(219,196,204)
#E1CDD3
(225,205,211)
#E7D6DA
(231,214,218)
#EDDFE1
(237,223,225)
#F3E8E8
(243,232,232)
#F9F1EF
(249,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD97A9 color. Also use rgb(189,151,169) instead hex code.

Text Font Color

.myTextColor { color: #BD97A9; }

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

This text font color is #BD97A9.


Background Color

.myBgColor { background-color: #BD97A9; }

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

This div background color is #BD97A9.


Border color

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

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

This div border color is #BD97A9.


Opacity

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

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

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

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

This text has shadow with #BD97A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD97A9 on black background.


Color preview on white background

This text has color #BD97A9 on white background.



Black color preview on #BD97A9 background

This text has black color on #BD97A9 background.


White color preview on #BD97A9 background

This text has white color on #BD97A9 background.