COLOR #BD8D98

HEX: #BD8D98 RGB: (189,141,152)

Color info

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

RGB color model

#BD8D98 color RGB value is (189,141,152).

RGB: (189,141,152) (74%, 55%, 60%)

RGB channels and saturation

R 189 of 255 = 74%
G 141 of 255 = 55%
B 152 of 255 = 60%

189
141
152

R + G + B ~ 63%. #BD8D98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 141 + 152 = 482 (100%)
R 189 of 482 ~ 39.21%
G 141 of 482 ~ 29.25%
B 152 of 482 ~ 31.54'%

%39.21
%29.25
%31.54

CMYK color model

#BD8D98 color CMYK value is (0,25,20,26).

  • cyan value is 0.00%
  • magenta value is 25.40%
  • yellow value is 19.58%
  • key color value is 25.88%

CMYK: (0,25,20,26)
C0M25Y20K26 (0%, 25%, 20%, 26%)
(0.00 / 0.25 / 0.20 / 0.26)

CMYK percentages

%0
%25.4
%19.58
%25.88

Codes

Color #BD8D98 in popluar color models

BD 8D 98
RGB 189 141 152
HSL 346° 26.67% 64.71%
HSB/HSV 346° 25.40% 74.12%
CMYK 0.00% 25.40% 19.58%
25.88%

Color #BD8D98 in popluar number systems.

HEX BD 8D 98
Decimal 189 141 152
Binary 10111101 10001101 10011000
Octal 275 215 230

Shades and tints

Shades of #BD8D98

#BD8D98
(189,141,152)
#AC818B
(172,129,139)
#9B757E
(155,117,126)
#8A6971
(138,105,113)
#795D64
(121,93,100)
#685157
(104,81,87)
#57454A
(87,69,74)
#46393D
(70,57,61)
#352D30
(53,45,48)
#242123
(36,33,35)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #BD8D98

#BD8D98
(189,141,152)
#C397A1
(195,151,161)
#C9A1AA
(201,161,170)
#CFABB3
(207,171,179)
#D5B5BC
(213,181,188)
#DBBFC5
(219,191,197)
#E1C9CE
(225,201,206)
#E7D3D7
(231,211,215)
#EDDDE0
(237,221,224)
#F3E7E9
(243,231,233)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8D98 color. Also use rgb(189,141,152) instead hex code.

Text Font Color

.myTextColor { color: #BD8D98; }

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

This text font color is #BD8D98.

Background Color

.myBgColor { background-color: #BD8D98; }

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

This div background color is #BD8D98.

Border color

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

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

This div border color is #BD8D98.

Opacity

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

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

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

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

This text has shadow with #BD8D98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD8D98.

Preview

Color preview on black background

This text has color #BD8D98 on black background.


Color preview on white background

This text has color #BD8D98 on white background.


Black color preview on #BD8D98 background

This text has black color on #BD8D98 background.


White color preview on #BD8D98 background

This text has white color on #BD8D98 background.


Related colors

Complementary color

Complementary color for #hex is #427267.


I love getcolorcode.com

Triadic colors

1 #98BD8D and #8D98BD with #BD8D98 are triadic colors.

2 #988DBD and #8DBD98 with #BD8D98 are triadic colors.