COLOR #BDADAE

HEX: #BDADAE
RGB: (189,173,174)

Color info

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

RGB color model

#BDADAE color RGB value is (189,173,174).

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

RGB channels and saturation

R 189 of 255 = 74%
G 173 of 255 = 68%
B 174 of 255 = 68%

189
173
174

R + G + B ~ 70%. #BDADAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 173 + 174 = 536 (100%)
R 189 of 536 ~ 35.26%
G 173 of 536 ~ 32.28%
B 174 of 536 ~ 32.46%

%35.26
%32.28
%32.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 7.94%
  • key color value is 25.88%
CMYK:
(0,8,8,26)
C0M8Y8K26 
(0%,8%,8%,26%)
(0.00/0.08/0.08/0.26)	

CMYK percentages

%0
%8.47
%7.94
%25.88

Codes

Color #BDADAE in popluar color models

BDADAE
RGB189173174
HSL356°10.81%70.98%
HSB/HSV356°8.47%74.12%
CMYK0.00%8.47%7.94%
25.88%

Color #BDADAE in popluar number systems.

HEXBDADAE
Decimal189173174
Binary101111011010110110101110
Octal275255256

Shades and tints

Shades of #BDADAE

#BDADAE
(189,173,174)
#AC9E9F
(172,158,159)
#9B8F90
(155,143,144)
#8A8081
(138,128,129)
#797172
(121,113,114)
#686263
(104,98,99)
#575354
(87,83,84)
#464445
(70,68,69)
#353536
(53,53,54)
#242627
(36,38,39)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #BDADAE

#BDADAE
(189,173,174)
#C3B4B5
(195,180,181)
#C9BBBC
(201,187,188)
#CFC2C3
(207,194,195)
#D5C9CA
(213,201,202)
#DBD0D1
(219,208,209)
#E1D7D8
(225,215,216)
#E7DEDF
(231,222,223)
#EDE5E6
(237,229,230)
#F3ECED
(243,236,237)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDADAE; }

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

This text font color is #BDADAE.


Background Color

.myBgColor { background-color: #BDADAE; }

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

This div background color is #BDADAE.


Border color

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

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

This div border color is #BDADAE.


Opacity

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

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

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

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

This text has shadow with #BDADAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDADAE on black background.


Color preview on white background

This text has color #BDADAE on white background.



Black color preview on #BDADAE background

This text has black color on #BDADAE background.


White color preview on #BDADAE background

This text has white color on #BDADAE background.