COLOR #BAAFD9

HEX: #BAAFD9
RGB: (186,175,217)

Color info

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

RGB color model

#BAAFD9 color RGB value is (186,175,217).

  • red value is 186;
  • green value is 175;
  • blue value is 217.
RGB:
(186,175,217)
(73%,69%,85%)

RGB channels and saturation

R 186 of 255 = 73%
G 175 of 255 = 69%
B 217 of 255 = 85%

186
175
217

R + G + B ~ 76%. #BAAFD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 175 + 217 = 578 (100%)
R 186 of 578 ~ 32.18%
G 175 of 578 ~ 30.28%
B 217 of 578 ~ 37.54%

%32.18
%30.28
%37.54

CMYK color model

#BAAFD9 color CMYK value is (14,19,0,15).

  • cyan value is 14.29%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(14,19,0,15)
C14M19Y0K15 
(14%,19%,0%,15%)
(0.14/0.19/0.00/0.15)	

CMYK percentages

%14.29
%19.35
%0
%14.9

Codes

Color #BAAFD9 in popluar color models

BAAFD9
RGB186175217
HSL256°35.59%76.86%
HSB/HSV256°19.35%85.10%
CMYK14.29%19.35%0.00%
14.90%

Color #BAAFD9 in popluar number systems.

HEXBAAFD9
Decimal186175217
Binary101110101010111111011001
Octal272257331

Shades and tints

Shades of #BAAFD9

#BAAFD9
(186,175,217)
#AAA0C6
(170,160,198)
#9A91B3
(154,145,179)
#8A82A0
(138,130,160)
#7A738D
(122,115,141)
#6A647A
(106,100,122)
#5A5567
(90,85,103)
#4A4654
(74,70,84)
#3A3741
(58,55,65)
#2A282E
(42,40,46)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #BAAFD9

#BAAFD9
(186,175,217)
#C0B6DC
(192,182,220)
#C6BDDF
(198,189,223)
#CCC4E2
(204,196,226)
#D2CBE5
(210,203,229)
#D8D2E8
(216,210,232)
#DED9EB
(222,217,235)
#E4E0EE
(228,224,238)
#EAE7F1
(234,231,241)
#F0EEF4
(240,238,244)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAAFD9 color. Also use rgb(186,175,217) instead hex code.

Text Font Color

.myTextColor { color: #BAAFD9; }

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

This text font color is #BAAFD9.


Background Color

.myBgColor { background-color: #BAAFD9; }

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

This div background color is #BAAFD9.


Border color

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

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

This div border color is #BAAFD9.


Opacity

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

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

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

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

This text has shadow with #BAAFD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAAFD9 on black background.


Color preview on white background

This text has color #BAAFD9 on white background.



Black color preview on #BAAFD9 background

This text has black color on #BAAFD9 background.


White color preview on #BAAFD9 background

This text has white color on #BAAFD9 background.