COLOR #BDADA7

HEX: #BDADA7 RGB: (189,173,167)

Color info

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

RGB color model

#BDADA7 color RGB value is (189,173,167).

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

RGB channels and saturation

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

189
173
167

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

Portions of RGB colors in percentages

R + G + B = 189 + 173 + 167 = 529 (100%)
R 189 of 529 ~ 35.73%
G 173 of 529 ~ 32.7%
B 167 of 529 ~ 31.57'%

%35.73
%32.7
%31.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.47%
  • 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
%8.47
%11.64
%25.88

Codes

Color #BDADA7 in popluar color models

BD AD A7
RGB 189 173 167
HSL 16° 14.29% 69.80%
HSB/HSV 16° 11.64% 74.12%
CMYK 0.00% 8.47% 11.64%
25.88%

Color #BDADA7 in popluar number systems.

HEX BD AD A7
Decimal 189 173 167
Binary 10111101 10101101 10100111
Octal 275 255 247

Shades and tints

Shades of #BDADA7

#BDADA7
(189,173,167)
#AC9E98
(172,158,152)
#9B8F89
(155,143,137)
#8A807A
(138,128,122)
#79716B
(121,113,107)
#68625C
(104,98,92)
#57534D
(87,83,77)
#46443E
(70,68,62)
#35352F
(53,53,47)
#242620
(36,38,32)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #BDADA7

#BDADA7
(189,173,167)
#C3B4AF
(195,180,175)
#C9BBB7
(201,187,183)
#CFC2BF
(207,194,191)
#D5C9C7
(213,201,199)
#DBD0CF
(219,208,207)
#E1D7D7
(225,215,215)
#E7DEDF
(231,222,223)
#EDE5E7
(237,229,231)
#F3ECEF
(243,236,239)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDADA7; }

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

This text font color is #BDADA7.

Background Color

.myBgColor { background-color: #BDADA7; }

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

This div background color is #BDADA7.

Border color

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

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

This div border color is #BDADA7.

Opacity

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

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

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

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

This text has shadow with #BDADA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDADA7.

Preview

Color preview on black background

This text has color #BDADA7 on black background.


Color preview on white background

This text has color #BDADA7 on white background.


Black color preview on #BDADA7 background

This text has black color on #BDADA7 background.


White color preview on #BDADA7 background

This text has white color on #BDADA7 background.


Related colors

Complementary color

Complementary color for #hex is #425258.


I love getcolorcode.com

Triadic colors

1 #A7BDAD and #ADA7BD with #BDADA7 are triadic colors.

2 #A7ADBD and #ADBDA7 with #BDADA7 are triadic colors.