COLOR #BDAEB8

HEX: #BDAEB8
RGB: (189,174,184)

Color info

#BDAEB8 contains red, green and blue colors in about the same proportion. Web safe color of #BDAEB8 is #CC99CC (or #C9C).

RGB color model

#BDAEB8 color RGB value is (189,174,184).

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

RGB channels and saturation

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

189
174
184

R + G + B ~ 71%. #BDAEB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 174 + 184 = 547 (100%)
R 189 of 547 ~ 34.55%
G 174 of 547 ~ 31.81%
B 184 of 547 ~ 33.64%

%34.55
%31.81
%33.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.94%
  • yellow value is 2.65%
  • key color value is 25.88%
CMYK:
(0,8,3,26)
C0M8Y3K26 
(0%,8%,3%,26%)
(0.00/0.08/0.03/0.26)	

CMYK percentages

%0
%7.94
%2.65
%25.88

Codes

Color #BDAEB8 in popluar color models

BDAEB8
RGB189174184
HSL320°10.20%71.18%
HSB/HSV320°7.94%74.12%
CMYK0.00%7.94%2.65%
25.88%

Color #BDAEB8 in popluar number systems.

HEXBDAEB8
Decimal189174184
Binary101111011010111010111000
Octal275256270

Shades and tints

Shades of #BDAEB8

#BDAEB8
(189,174,184)
#AC9FA8
(172,159,168)
#9B9098
(155,144,152)
#8A8188
(138,129,136)
#797278
(121,114,120)
#686368
(104,99,104)
#575458
(87,84,88)
#464548
(70,69,72)
#353638
(53,54,56)
#242728
(36,39,40)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #BDAEB8

#BDAEB8
(189,174,184)
#C3B5BE
(195,181,190)
#C9BCC4
(201,188,196)
#CFC3CA
(207,195,202)
#D5CAD0
(213,202,208)
#DBD1D6
(219,209,214)
#E1D8DC
(225,216,220)
#E7DFE2
(231,223,226)
#EDE6E8
(237,230,232)
#F3EDEE
(243,237,238)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAEB8; }

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

This text font color is #BDAEB8.


Background Color

.myBgColor { background-color: #BDAEB8; }

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

This div background color is #BDAEB8.


Border color

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

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

This div border color is #BDAEB8.


Opacity

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

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

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

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

This text has shadow with #BDAEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAEB8 on black background.


Color preview on white background

This text has color #BDAEB8 on white background.



Black color preview on #BDAEB8 background

This text has black color on #BDAEB8 background.


White color preview on #BDAEB8 background

This text has white color on #BDAEB8 background.