COLOR #BDAEA9

HEX: #BDAEA9
RGB: (189,174,169)

Color info

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

RGB color model

#BDAEA9 color RGB value is (189,174,169).

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

RGB channels and saturation

R 189 of 255 = 74%
G 174 of 255 = 68%
B 169 of 255 = 66%

189
174
169

R + G + B ~ 69%. #BDAEA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 174 + 169 = 532 (100%)
R 189 of 532 ~ 35.53%
G 174 of 532 ~ 32.71%
B 169 of 532 ~ 31.77%

%35.53
%32.71
%31.77

CMYK color model

#BDAEA9 color CMYK value is (0,8,11,26).

  • cyan value is 0.00%
  • magenta value is 7.94%
  • yellow value is 10.58%
  • key color value is 25.88%
CMYK:
(0,8,11,26)
C0M8Y11K26 
(0%,8%,11%,26%)
(0.00/0.08/0.11/0.26)	

CMYK percentages

%0
%7.94
%10.58
%25.88

Codes

Color #BDAEA9 in popluar color models

BDAEA9
RGB189174169
HSL15°13.16%70.20%
HSB/HSV15°10.58%74.12%
CMYK0.00%7.94%10.58%
25.88%

Color #BDAEA9 in popluar number systems.

HEXBDAEA9
Decimal189174169
Binary101111011010111010101001
Octal275256251

Shades and tints

Shades of #BDAEA9

#BDAEA9
(189,174,169)
#AC9F9A
(172,159,154)
#9B908B
(155,144,139)
#8A817C
(138,129,124)
#79726D
(121,114,109)
#68635E
(104,99,94)
#57544F
(87,84,79)
#464540
(70,69,64)
#353631
(53,54,49)
#242722
(36,39,34)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #BDAEA9

#BDAEA9
(189,174,169)
#C3B5B0
(195,181,176)
#C9BCB7
(201,188,183)
#CFC3BE
(207,195,190)
#D5CAC5
(213,202,197)
#DBD1CC
(219,209,204)
#E1D8D3
(225,216,211)
#E7DFDA
(231,223,218)
#EDE6E1
(237,230,225)
#F3EDE8
(243,237,232)
#F9F4EF
(249,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAEA9; }

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

This text font color is #BDAEA9.


Background Color

.myBgColor { background-color: #BDAEA9; }

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

This div background color is #BDAEA9.


Border color

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

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

This div border color is #BDAEA9.


Opacity

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

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

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

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

This text has shadow with #BDAEA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAEA9 on black background.


Color preview on white background

This text has color #BDAEA9 on white background.



Black color preview on #BDAEA9 background

This text has black color on #BDAEA9 background.


White color preview on #BDAEA9 background

This text has white color on #BDAEA9 background.