COLOR #BD97A3

HEX: #BD97A3
RGB: (189,151,163)

Color info

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

RGB color model

#BD97A3 color RGB value is (189,151,163).

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

RGB channels and saturation

R 189 of 255 = 74%
G 151 of 255 = 59%
B 163 of 255 = 64%

189
151
163

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

Portions of RGB colors in percentages

R + G + B =
189 + 151 + 163 = 503 (100%)
R 189 of 503 ~ 37.57%
G 151 of 503 ~ 30.02%
B 163 of 503 ~ 32.41%

%37.57
%30.02
%32.41

CMYK color model

#BD97A3 color CMYK value is (0,20,14,26).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 13.76%
  • key color value is 25.88%
CMYK:
(0,20,14,26)
C0M20Y14K26 
(0%,20%,14%,26%)
(0.00/0.20/0.14/0.26)	

CMYK percentages

%0
%20.11
%13.76
%25.88

Codes

Color #BD97A3 in popluar color models

BD97A3
RGB189151163
HSL341°22.35%66.67%
HSB/HSV341°20.11%74.12%
CMYK0.00%20.11%13.76%
25.88%

Color #BD97A3 in popluar number systems.

HEXBD97A3
Decimal189151163
Binary101111011001011110100011
Octal275227243

Shades and tints

Shades of #BD97A3

#BD97A3
(189,151,163)
#AC8A95
(172,138,149)
#9B7D87
(155,125,135)
#8A7079
(138,112,121)
#79636B
(121,99,107)
#68565D
(104,86,93)
#57494F
(87,73,79)
#463C41
(70,60,65)
#352F33
(53,47,51)
#242225
(36,34,37)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #BD97A3

#BD97A3
(189,151,163)
#C3A0AB
(195,160,171)
#C9A9B3
(201,169,179)
#CFB2BB
(207,178,187)
#D5BBC3
(213,187,195)
#DBC4CB
(219,196,203)
#E1CDD3
(225,205,211)
#E7D6DB
(231,214,219)
#EDDFE3
(237,223,227)
#F3E8EB
(243,232,235)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD97A3; }

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

This text font color is #BD97A3.


Background Color

.myBgColor { background-color: #BD97A3; }

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

This div background color is #BD97A3.


Border color

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

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

This div border color is #BD97A3.


Opacity

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

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

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

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

This text has shadow with #BD97A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD97A3 on black background.


Color preview on white background

This text has color #BD97A3 on white background.



Black color preview on #BD97A3 background

This text has black color on #BD97A3 background.


White color preview on #BD97A3 background

This text has white color on #BD97A3 background.