COLOR #BD97B7

HEX: #BD97B7 RGB: (189,151,183)

Color info

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

RGB color model

#BD97B7 color RGB value is (189,151,183).

RGB: (189,151,183) (74%, 59%, 72%)

RGB channels and saturation

R 189 of 255 = 74%
G 151 of 255 = 59%
B 183 of 255 = 72%

189
151
183

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

Portions of RGB colors in percentages

R + G + B = 189 + 151 + 183 = 523 (100%)
R 189 of 523 ~ 36.14%
G 151 of 523 ~ 28.87%
B 183 of 523 ~ 34.99'%

%36.14
%28.87
%34.99

CMYK color model

#BD97B7 color CMYK value is (0,20,3,26).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 3.17%
  • key color value is 25.88%

CMYK: (0,20,3,26)
C0M20Y3K26 (0%, 20%, 3%, 26%)
(0.00 / 0.20 / 0.03 / 0.26)

CMYK percentages

%0
%20.11
%3.17
%25.88

Codes

Color #BD97B7 in popluar color models

BD 97 B7
RGB 189 151 183
HSL 309° 22.35% 66.67%
HSB/HSV 309° 20.11% 74.12%
CMYK 0.00% 20.11% 3.17%
25.88%

Color #BD97B7 in popluar number systems.

HEX BD 97 B7
Decimal 189 151 183
Binary 10111101 10010111 10110111
Octal 275 227 267

Shades and tints

Shades of #BD97B7

#BD97B7
(189,151,183)
#AC8AA7
(172,138,167)
#9B7D97
(155,125,151)
#8A7087
(138,112,135)
#796377
(121,99,119)
#685667
(104,86,103)
#574957
(87,73,87)
#463C47
(70,60,71)
#352F37
(53,47,55)
#242227
(36,34,39)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #BD97B7

#BD97B7
(189,151,183)
#C3A0BD
(195,160,189)
#C9A9C3
(201,169,195)
#CFB2C9
(207,178,201)
#D5BBCF
(213,187,207)
#DBC4D5
(219,196,213)
#E1CDDB
(225,205,219)
#E7D6E1
(231,214,225)
#EDDFE7
(237,223,231)
#F3E8ED
(243,232,237)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD97B7; }

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

This text font color is #BD97B7.

Background Color

.myBgColor { background-color: #BD97B7; }

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

This div background color is #BD97B7.

Border color

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

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

This div border color is #BD97B7.

Opacity

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

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

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

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

This text has shadow with #BD97B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD97B7.

Preview

Color preview on black background

This text has color #BD97B7 on black background.


Color preview on white background

This text has color #BD97B7 on white background.


Black color preview on #BD97B7 background

This text has black color on #BD97B7 background.


White color preview on #BD97B7 background

This text has white color on #BD97B7 background.


Related colors

Complementary color

Complementary color for #hex is #426848.


I love getcolorcode.com

Triadic colors

1 #B7BD97 and #97B7BD with #BD97B7 are triadic colors.

2 #B797BD and #97BDB7 with #BD97B7 are triadic colors.