COLOR #BD979F

HEX: #BD979F
RGB: (189,151,159)

Color info

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

RGB color model

#BD979F color RGB value is (189,151,159).

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

RGB channels and saturation

R 189 of 255 = 74%
G 151 of 255 = 59%
B 159 of 255 = 62%

189
151
159

R + G + B ~ 65%. #BD979F is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 151 + 159 = 499 (100%)
R 189 of 499 ~ 37.88%
G 151 of 499 ~ 30.26%
B 159 of 499 ~ 31.86%

%37.88
%30.26
%31.86

CMYK color model

#BD979F color CMYK value is (0,20,16,26).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 15.87%
  • key color value is 25.88%
CMYK:
(0,20,16,26)
C0M20Y16K26 
(0%,20%,16%,26%)
(0.00/0.20/0.16/0.26)	

CMYK percentages

%0
%20.11
%15.87
%25.88

Codes

Color #BD979F in popluar color models

BD979F
RGB189151159
HSL347°22.35%66.67%
HSB/HSV347°20.11%74.12%
CMYK0.00%20.11%15.87%
25.88%

Color #BD979F in popluar number systems.

HEXBD979F
Decimal189151159
Binary101111011001011110011111
Octal275227237

Shades and tints

Shades of #BD979F

#BD979F
(189,151,159)
#AC8A91
(172,138,145)
#9B7D83
(155,125,131)
#8A7075
(138,112,117)
#796367
(121,99,103)
#685659
(104,86,89)
#57494B
(87,73,75)
#463C3D
(70,60,61)
#352F2F
(53,47,47)
#242221
(36,34,33)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #BD979F

#BD979F
(189,151,159)
#C3A0A7
(195,160,167)
#C9A9AF
(201,169,175)
#CFB2B7
(207,178,183)
#D5BBBF
(213,187,191)
#DBC4C7
(219,196,199)
#E1CDCF
(225,205,207)
#E7D6D7
(231,214,215)
#EDDFDF
(237,223,223)
#F3E8E7
(243,232,231)
#F9F1EF
(249,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD979F; }

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

This text font color is #BD979F.


Background Color

.myBgColor { background-color: #BD979F; }

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

This div background color is #BD979F.


Border color

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

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

This div border color is #BD979F.


Opacity

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

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

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

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

This text has shadow with #BD979F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD979F on black background.


Color preview on white background

This text has color #BD979F on white background.



Black color preview on #BD979F background

This text has black color on #BD979F background.


White color preview on #BD979F background

This text has white color on #BD979F background.