COLOR #BDAEAE

HEX: #BDAEAE
RGB: (189,174,174)

Color info

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

RGB color model

#BDAEAE color RGB value is (189,174,174).

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

RGB channels and saturation

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

189
174
174

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

Portions of RGB colors in percentages

R + G + B =
189 + 174 + 174 = 537 (100%)
R 189 of 537 ~ 35.2%
G 174 of 537 ~ 32.4%
B 174 of 537 ~ 32.4%

%35.2
%32.4
%32.4

CMYK color model

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

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

Codes

Color #BDAEAE in popluar color models

BDAEAE
RGB189174174
HSL10.20%71.18%
HSB/HSV7.94%74.12%
CMYK0.00%7.94%7.94%
25.88%

Color #BDAEAE in popluar number systems.

HEXBDAEAE
Decimal189174174
Binary101111011010111010101110
Octal275256256

Shades and tints

Shades of #BDAEAE

#BDAEAE
(189,174,174)
#AC9F9F
(172,159,159)
#9B9090
(155,144,144)
#8A8181
(138,129,129)
#797272
(121,114,114)
#686363
(104,99,99)
#575454
(87,84,84)
#464545
(70,69,69)
#353636
(53,54,54)
#242727
(36,39,39)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #BDAEAE

#BDAEAE
(189,174,174)
#C3B5B5
(195,181,181)
#C9BCBC
(201,188,188)
#CFC3C3
(207,195,195)
#D5CACA
(213,202,202)
#DBD1D1
(219,209,209)
#E1D8D8
(225,216,216)
#E7DFDF
(231,223,223)
#EDE6E6
(237,230,230)
#F3EDED
(243,237,237)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAEAE; }

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

This text font color is #BDAEAE.


Background Color

.myBgColor { background-color: #BDAEAE; }

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

This div background color is #BDAEAE.


Border color

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

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

This div border color is #BDAEAE.


Opacity

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

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

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

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

This text has shadow with #BDAEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAEAE on black background.


Color preview on white background

This text has color #BDAEAE on white background.



Black color preview on #BDAEAE background

This text has black color on #BDAEAE background.


White color preview on #BDAEAE background

This text has white color on #BDAEAE background.