COLOR #BDA98E

HEX: #BDA98E
RGB: (189,169,142)

Color info

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

RGB color model

#BDA98E color RGB value is (189,169,142).

  • red value is 189;
  • green value is 169;
  • blue value is 142.
RGB:
(189,169,142)
(74%,66%,56%)

RGB channels and saturation

R 189 of 255 = 74%
G 169 of 255 = 66%
B 142 of 255 = 56%

189
169
142

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

Portions of RGB colors in percentages

R + G + B =
189 + 169 + 142 = 500 (100%)
R 189 of 500 ~ 37.8%
G 169 of 500 ~ 33.8%
B 142 of 500 ~ 28.4%

%37.8
%33.8
%28.4

CMYK color model

#BDA98E color CMYK value is (0,11,25,26).

  • cyan value is 0.00%
  • magenta value is 10.58%
  • yellow value is 24.87%
  • key color value is 25.88%
CMYK:
(0,11,25,26)
C0M11Y25K26 
(0%,11%,25%,26%)
(0.00/0.11/0.25/0.26)	

CMYK percentages

%0
%10.58
%24.87
%25.88

Codes

Color #BDA98E in popluar color models

BDA98E
RGB189169142
HSL34°26.26%64.90%
HSB/HSV34°24.87%74.12%
CMYK0.00%10.58%24.87%
25.88%

Color #BDA98E in popluar number systems.

HEXBDA98E
Decimal189169142
Binary101111011010100110001110
Octal275251216

Shades and tints

Shades of #BDA98E

#BDA98E
(189,169,142)
#AC9A82
(172,154,130)
#9B8B76
(155,139,118)
#8A7C6A
(138,124,106)
#796D5E
(121,109,94)
#685E52
(104,94,82)
#574F46
(87,79,70)
#46403A
(70,64,58)
#35312E
(53,49,46)
#242222
(36,34,34)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #BDA98E

#BDA98E
(189,169,142)
#C3B098
(195,176,152)
#C9B7A2
(201,183,162)
#CFBEAC
(207,190,172)
#D5C5B6
(213,197,182)
#DBCCC0
(219,204,192)
#E1D3CA
(225,211,202)
#E7DAD4
(231,218,212)
#EDE1DE
(237,225,222)
#F3E8E8
(243,232,232)
#F9EFF2
(249,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA98E color. Also use rgb(189,169,142) instead hex code.

Text Font Color

.myTextColor { color: #BDA98E; }

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

This text font color is #BDA98E.


Background Color

.myBgColor { background-color: #BDA98E; }

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

This div background color is #BDA98E.


Border color

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

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

This div border color is #BDA98E.


Opacity

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

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

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

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

This text has shadow with #BDA98E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA98E on black background.


Color preview on white background

This text has color #BDA98E on white background.



Black color preview on #BDA98E background

This text has black color on #BDA98E background.


White color preview on #BDA98E background

This text has white color on #BDA98E background.