COLOR #BD988D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

189
152
141

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

Portions of RGB colors in percentages

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

%39.21
%31.54
%29.25

CMYK color model

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

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

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

CMYK percentages

%0
%19.58
%25.4
%25.88

Codes

Color #BD988D in popluar color models

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

Color #BD988D in popluar number systems.

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

Shades and tints

Shades of #BD988D

#BD988D
(189,152,141)
#AC8B81
(172,139,129)
#9B7E75
(155,126,117)
#8A7169
(138,113,105)
#79645D
(121,100,93)
#685751
(104,87,81)
#574A45
(87,74,69)
#463D39
(70,61,57)
#35302D
(53,48,45)
#242321
(36,35,33)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #BD988D

#BD988D
(189,152,141)
#C3A197
(195,161,151)
#C9AAA1
(201,170,161)
#CFB3AB
(207,179,171)
#D5BCB5
(213,188,181)
#DBC5BF
(219,197,191)
#E1CEC9
(225,206,201)
#E7D7D3
(231,215,211)
#EDE0DD
(237,224,221)
#F3E9E7
(243,233,231)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD988D; }

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

This text font color is #BD988D.

Background Color

.myBgColor { background-color: #BD988D; }

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

This div background color is #BD988D.

Border color

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

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

This div border color is #BD988D.

Opacity

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

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

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

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

This text has shadow with #BD988D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD988D.

Preview

Color preview on black background

This text has color #BD988D on black background.


Color preview on white background

This text has color #BD988D on white background.


Black color preview on #BD988D background

This text has black color on #BD988D background.


White color preview on #BD988D background

This text has white color on #BD988D background.


Related colors

Complementary color

Complementary color for #hex is #426772.


I love getcolorcode.com

Triadic colors

1 #8DBD98 and #988DBD with #BD988D are triadic colors.

2 #8D98BD and #98BD8D with #BD988D are triadic colors.