COLOR #BD97AD

HEX: #BD97AD
RGB: (189,151,173)

Color info

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

RGB color model

#BD97AD color RGB value is (189,151,173).

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

RGB channels and saturation

R 189 of 255 = 74%
G 151 of 255 = 59%
B 173 of 255 = 68%

189
151
173

R + G + B ~ 67%. #BD97AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 151 + 173 = 513 (100%)
R 189 of 513 ~ 36.84%
G 151 of 513 ~ 29.43%
B 173 of 513 ~ 33.72%

%36.84
%29.43
%33.72

CMYK color model

#BD97AD color CMYK value is (0,20,8,26).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 8.47%
  • key color value is 25.88%
CMYK:
(0,20,8,26)
C0M20Y8K26 
(0%,20%,8%,26%)
(0.00/0.20/0.08/0.26)	

CMYK percentages

%0
%20.11
%8.47
%25.88

Codes

Color #BD97AD in popluar color models

BD97AD
RGB189151173
HSL325°22.35%66.67%
HSB/HSV325°20.11%74.12%
CMYK0.00%20.11%8.47%
25.88%

Color #BD97AD in popluar number systems.

HEXBD97AD
Decimal189151173
Binary101111011001011110101101
Octal275227255

Shades and tints

Shades of #BD97AD

#BD97AD
(189,151,173)
#AC8A9E
(172,138,158)
#9B7D8F
(155,125,143)
#8A7080
(138,112,128)
#796371
(121,99,113)
#685662
(104,86,98)
#574953
(87,73,83)
#463C44
(70,60,68)
#352F35
(53,47,53)
#242226
(36,34,38)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #BD97AD

#BD97AD
(189,151,173)
#C3A0B4
(195,160,180)
#C9A9BB
(201,169,187)
#CFB2C2
(207,178,194)
#D5BBC9
(213,187,201)
#DBC4D0
(219,196,208)
#E1CDD7
(225,205,215)
#E7D6DE
(231,214,222)
#EDDFE5
(237,223,229)
#F3E8EC
(243,232,236)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD97AD; }

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

This text font color is #BD97AD.


Background Color

.myBgColor { background-color: #BD97AD; }

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

This div background color is #BD97AD.


Border color

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

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

This div border color is #BD97AD.


Opacity

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

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

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

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

This text has shadow with #BD97AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD97AD on black background.


Color preview on white background

This text has color #BD97AD on white background.



Black color preview on #BD97AD background

This text has black color on #BD97AD background.


White color preview on #BD97AD background

This text has white color on #BD97AD background.