COLOR #BDAEA7

HEX: #BDAEA7 RGB: (189,174,167)

Color info

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

RGB color model

#BDAEA7 color RGB value is (189,174,167).

RGB: (189,174,167) (74%, 68%, 65%)

RGB channels and saturation

R 189 of 255 = 74%
G 174 of 255 = 68%
B 167 of 255 = 65%

189
174
167

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

Portions of RGB colors in percentages

R + G + B = 189 + 174 + 167 = 530 (100%)
R 189 of 530 ~ 35.66%
G 174 of 530 ~ 32.83%
B 167 of 530 ~ 31.51'%

%35.66
%32.83
%31.51

CMYK color model

#BDAEA7 color CMYK value is (0,8,12,26).

  • cyan value is 0.00%
  • magenta value is 7.94%
  • yellow value is 11.64%
  • key color value is 25.88%

CMYK: (0,8,12,26)
C0M8Y12K26 (0%, 8%, 12%, 26%)
(0.00 / 0.08 / 0.12 / 0.26)

CMYK percentages

%0
%7.94
%11.64
%25.88

Codes

Color #BDAEA7 in popluar color models

BD AE A7
RGB 189 174 167
HSL 19° 14.29% 69.80%
HSB/HSV 19° 11.64% 74.12%
CMYK 0.00% 7.94% 11.64%
25.88%

Color #BDAEA7 in popluar number systems.

HEX BD AE A7
Decimal 189 174 167
Binary 10111101 10101110 10100111
Octal 275 256 247

Shades and tints

Shades of #BDAEA7

#BDAEA7
(189,174,167)
#AC9F98
(172,159,152)
#9B9089
(155,144,137)
#8A817A
(138,129,122)
#79726B
(121,114,107)
#68635C
(104,99,92)
#57544D
(87,84,77)
#46453E
(70,69,62)
#35362F
(53,54,47)
#242720
(36,39,32)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #BDAEA7

#BDAEA7
(189,174,167)
#C3B5AF
(195,181,175)
#C9BCB7
(201,188,183)
#CFC3BF
(207,195,191)
#D5CAC7
(213,202,199)
#DBD1CF
(219,209,207)
#E1D8D7
(225,216,215)
#E7DFDF
(231,223,223)
#EDE6E7
(237,230,231)
#F3EDEF
(243,237,239)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAEA7; }

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

This text font color is #BDAEA7.

Background Color

.myBgColor { background-color: #BDAEA7; }

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

This div background color is #BDAEA7.

Border color

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

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

This div border color is #BDAEA7.

Opacity

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

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

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

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

This text has shadow with #BDAEA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAEA7.

Preview

Color preview on black background

This text has color #BDAEA7 on black background.


Color preview on white background

This text has color #BDAEA7 on white background.


Black color preview on #BDAEA7 background

This text has black color on #BDAEA7 background.


White color preview on #BDAEA7 background

This text has white color on #BDAEA7 background.


Related colors

Complementary color

Complementary color for #hex is #425158.


I love getcolorcode.com

Triadic colors

1 #A7BDAE and #AEA7BD with #BDAEA7 are triadic colors.

2 #A7AEBD and #AEBDA7 with #BDAEA7 are triadic colors.