COLOR #BAADC5

HEX: #BAADC5
RGB: (186,173,197)

Color info

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

RGB color model

#BAADC5 color RGB value is (186,173,197).

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

RGB channels and saturation

R 186 of 255 = 73%
G 173 of 255 = 68%
B 197 of 255 = 77%

186
173
197

R + G + B ~ 73%. #BAADC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 173 + 197 = 556 (100%)
R 186 of 556 ~ 33.45%
G 173 of 556 ~ 31.12%
B 197 of 556 ~ 35.43%

%33.45
%31.12
%35.43

CMYK color model

#BAADC5 color CMYK value is (6,12,0,23).

  • cyan value is 5.58%
  • magenta value is 12.18%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(6,12,0,23)
C6M12Y0K23 
(6%,12%,0%,23%)
(0.06/0.12/0.00/0.23)	

CMYK percentages

%5.58
%12.18
%0
%22.75

Codes

Color #BAADC5 in popluar color models

BAADC5
RGB186173197
HSL273°17.14%72.55%
HSB/HSV273°12.18%77.25%
CMYK5.58%12.18%0.00%
22.75%

Color #BAADC5 in popluar number systems.

HEXBAADC5
Decimal186173197
Binary101110101010110111000101
Octal272255305

Shades and tints

Shades of #BAADC5

#BAADC5
(186,173,197)
#AA9EB4
(170,158,180)
#9A8FA3
(154,143,163)
#8A8092
(138,128,146)
#7A7181
(122,113,129)
#6A6270
(106,98,112)
#5A535F
(90,83,95)
#4A444E
(74,68,78)
#3A353D
(58,53,61)
#2A262C
(42,38,44)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #BAADC5

#BAADC5
(186,173,197)
#C0B4CA
(192,180,202)
#C6BBCF
(198,187,207)
#CCC2D4
(204,194,212)
#D2C9D9
(210,201,217)
#D8D0DE
(216,208,222)
#DED7E3
(222,215,227)
#E4DEE8
(228,222,232)
#EAE5ED
(234,229,237)
#F0ECF2
(240,236,242)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAADC5; }

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

This text font color is #BAADC5.


Background Color

.myBgColor { background-color: #BAADC5; }

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

This div background color is #BAADC5.


Border color

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

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

This div border color is #BAADC5.


Opacity

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

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

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

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

This text has shadow with #BAADC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAADC5 on black background.


Color preview on white background

This text has color #BAADC5 on white background.



Black color preview on #BAADC5 background

This text has black color on #BAADC5 background.


White color preview on #BAADC5 background

This text has white color on #BAADC5 background.