COLOR #BAACD4

HEX: #BAACD4
RGB: (186,172,212)

Color info

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

RGB color model

#BAACD4 color RGB value is (186,172,212).

  • red value is 186;
  • green value is 172;
  • blue value is 212.
RGB:
(186,172,212)
(73%,67%,83%)

RGB channels and saturation

R 186 of 255 = 73%
G 172 of 255 = 67%
B 212 of 255 = 83%

186
172
212

R + G + B ~ 74%. #BAACD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 172 + 212 = 570 (100%)
R 186 of 570 ~ 32.63%
G 172 of 570 ~ 30.18%
B 212 of 570 ~ 37.19%

%32.63
%30.18
%37.19

CMYK color model

#BAACD4 color CMYK value is (12,19,0,17).

  • cyan value is 12.26%
  • magenta value is 18.87%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(12,19,0,17)
C12M19Y0K17 
(12%,19%,0%,17%)
(0.12/0.19/0.00/0.17)	

CMYK percentages

%12.26
%18.87
%0
%16.86

Codes

Color #BAACD4 in popluar color models

BAACD4
RGB186172212
HSL261°31.75%75.29%
HSB/HSV261°18.87%83.14%
CMYK12.26%18.87%0.00%
16.86%

Color #BAACD4 in popluar number systems.

HEXBAACD4
Decimal186172212
Binary101110101010110011010100
Octal272254324

Shades and tints

Shades of #BAACD4

#BAACD4
(186,172,212)
#AA9DC1
(170,157,193)
#9A8EAE
(154,142,174)
#8A7F9B
(138,127,155)
#7A7088
(122,112,136)
#6A6175
(106,97,117)
#5A5262
(90,82,98)
#4A434F
(74,67,79)
#3A343C
(58,52,60)
#2A2529
(42,37,41)
#1A1616
(26,22,22)
#000000
(0,0,0)

Tints of #BAACD4

#BAACD4
(186,172,212)
#C0B3D7
(192,179,215)
#C6BADA
(198,186,218)
#CCC1DD
(204,193,221)
#D2C8E0
(210,200,224)
#D8CFE3
(216,207,227)
#DED6E6
(222,214,230)
#E4DDE9
(228,221,233)
#EAE4EC
(234,228,236)
#F0EBEF
(240,235,239)
#F6F2F2
(246,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAACD4 color. Also use rgb(186,172,212) instead hex code.

Text Font Color

.myTextColor { color: #BAACD4; }

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

This text font color is #BAACD4.


Background Color

.myBgColor { background-color: #BAACD4; }

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

This div background color is #BAACD4.


Border color

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

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

This div border color is #BAACD4.


Opacity

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

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

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

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

This text has shadow with #BAACD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAACD4 on black background.


Color preview on white background

This text has color #BAACD4 on white background.



Black color preview on #BAACD4 background

This text has black color on #BAACD4 background.


White color preview on #BAACD4 background

This text has white color on #BAACD4 background.