COLOR #BD979A

HEX: #BD979A RGB: (189,151,154)

Color info

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

RGB color model

#BD979A color RGB value is (189,151,154).

RGB: (189,151,154) (74%, 59%, 60%)

RGB channels and saturation

R 189 of 255 = 74%
G 151 of 255 = 59%
B 154 of 255 = 60%

189
151
154

R + G + B ~ 64%. #BD979A is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 151 + 154 = 494 (100%)
R 189 of 494 ~ 38.26%
G 151 of 494 ~ 30.57%
B 154 of 494 ~ 31.17'%

%38.26
%30.57
%31.17

CMYK color model

#BD979A color CMYK value is (0,20,19,26).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 18.52%
  • key color value is 25.88%
CMYK: (0,20,19,26) C0M20Y19K26 (0%,20%,19%,26%) (0.00/0.20/0.19/0.26) 

CMYK percentages

%0
%20.11
%18.52
%25.88

Codes

Color #BD979A in popluar color models

BD 97 9A
RGB 189 151 154
HSL 355° 22.35% 66.67%
HSB/HSV 355° 20.11% 74.12%
CMYK 0.00% 20.11% 18.52%
25.88%

Color #BD979A in popluar number systems.

HEX BD 97 9A
Decimal 189 151 154
Binary 10111101 10010111 10011010
Octal 275 227 232

Shades and tints

Shades of #BD979A

#BD979A
(189,151,154)
#AC8A8C
(172,138,140)
#9B7D7E
(155,125,126)
#8A7070
(138,112,112)
#796362
(121,99,98)
#685654
(104,86,84)
#574946
(87,73,70)
#463C38
(70,60,56)
#352F2A
(53,47,42)
#24221C
(36,34,28)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #BD979A

#BD979A
(189,151,154)
#C3A0A3
(195,160,163)
#C9A9AC
(201,169,172)
#CFB2B5
(207,178,181)
#D5BBBE
(213,187,190)
#DBC4C7
(219,196,199)
#E1CDD0
(225,205,208)
#E7D6D9
(231,214,217)
#EDDFE2
(237,223,226)
#F3E8EB
(243,232,235)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD979A; }

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

This text font color is #BD979A.

Background Color

.myBgColor { background-color: #BD979A; }

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

This div background color is #BD979A.

Border color

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

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

This div border color is #BD979A.

Opacity

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

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

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

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

This text has shadow with #BD979A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD979A.

Preview

Color preview on black background

This text has color #BD979A on black background.


Color preview on white background

This text has color #BD979A on white background.


Black color preview on #BD979A background

This text has black color on #BD979A background.


White color preview on #BD979A background

This text has white color on #BD979A background.


Related colors

Complementary color

Complementary color for #hex is #426865.


I love getcolorcode.com

Triadic colors

1 #9ABD97 and #979ABD with #BD979A are triadic colors.

2 #9A97BD and #97BD9A with #BD979A are triadic colors.