COLOR #BAADAE

HEX: #BAADAE
RGB: (186,173,174)

Color info

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

RGB color model

#BAADAE color RGB value is (186,173,174).

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

RGB channels and saturation

R 186 of 255 = 73%
G 173 of 255 = 68%
B 174 of 255 = 68%

186
173
174

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

Portions of RGB colors in percentages

R + G + B =
186 + 173 + 174 = 533 (100%)
R 186 of 533 ~ 34.9%
G 173 of 533 ~ 32.46%
B 174 of 533 ~ 32.65%

%34.9
%32.46
%32.65

CMYK color model

#BAADAE color CMYK value is (0,7,6,27).

  • cyan value is 0.00%
  • magenta value is 6.99%
  • yellow value is 6.45%
  • key color value is 27.06%
CMYK:
(0,7,6,27)
C0M7Y6K27 
(0%,7%,6%,27%)
(0.00/0.07/0.06/0.27)	

CMYK percentages

%0
%6.99
%6.45
%27.06

Codes

Color #BAADAE in popluar color models

BAADAE
RGB186173174
HSL355°8.61%70.39%
HSB/HSV355°6.99%72.94%
CMYK0.00%6.99%6.45%
27.06%

Color #BAADAE in popluar number systems.

HEXBAADAE
Decimal186173174
Binary101110101010110110101110
Octal272255256

Shades and tints

Shades of #BAADAE

#BAADAE
(186,173,174)
#AA9E9F
(170,158,159)
#9A8F90
(154,143,144)
#8A8081
(138,128,129)
#7A7172
(122,113,114)
#6A6263
(106,98,99)
#5A5354
(90,83,84)
#4A4445
(74,68,69)
#3A3536
(58,53,54)
#2A2627
(42,38,39)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #BAADAE

#BAADAE
(186,173,174)
#C0B4B5
(192,180,181)
#C6BBBC
(198,187,188)
#CCC2C3
(204,194,195)
#D2C9CA
(210,201,202)
#D8D0D1
(216,208,209)
#DED7D8
(222,215,216)
#E4DEDF
(228,222,223)
#EAE5E6
(234,229,230)
#F0ECED
(240,236,237)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAADAE; }

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

This text font color is #BAADAE.


Background Color

.myBgColor { background-color: #BAADAE; }

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

This div background color is #BAADAE.


Border color

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

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

This div border color is #BAADAE.


Opacity

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

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

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

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

This text has shadow with #BAADAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAADAE on black background.


Color preview on white background

This text has color #BAADAE on white background.



Black color preview on #BAADAE background

This text has black color on #BAADAE background.


White color preview on #BAADAE background

This text has white color on #BAADAE background.