COLOR #BAAEE3

HEX: #BAAEE3
RGB: (186,174,227)

Color info

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

RGB color model

#BAAEE3 color RGB value is (186,174,227).

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

RGB channels and saturation

R 186 of 255 = 73%
G 174 of 255 = 68%
B 227 of 255 = 89%

186
174
227

R + G + B ~ 77%. #BAAEE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 174 + 227 = 587 (100%)
R 186 of 587 ~ 31.69%
G 174 of 587 ~ 29.64%
B 227 of 587 ~ 38.67%

%31.69
%29.64
%38.67

CMYK color model

#BAAEE3 color CMYK value is (18,23,0,11).

  • cyan value is 18.06%
  • magenta value is 23.35%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(18,23,0,11)
C18M23Y0K11 
(18%,23%,0%,11%)
(0.18/0.23/0.00/0.11)	

CMYK percentages

%18.06
%23.35
%0
%10.98

Codes

Color #BAAEE3 in popluar color models

BAAEE3
RGB186174227
HSL254°48.62%78.63%
HSB/HSV254°23.35%89.02%
CMYK18.06%23.35%0.00%
10.98%

Color #BAAEE3 in popluar number systems.

HEXBAAEE3
Decimal186174227
Binary101110101010111011100011
Octal272256343

Shades and tints

Shades of #BAAEE3

#BAAEE3
(186,174,227)
#AA9FCF
(170,159,207)
#9A90BB
(154,144,187)
#8A81A7
(138,129,167)
#7A7293
(122,114,147)
#6A637F
(106,99,127)
#5A546B
(90,84,107)
#4A4557
(74,69,87)
#3A3643
(58,54,67)
#2A272F
(42,39,47)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #BAAEE3

#BAAEE3
(186,174,227)
#C0B5E5
(192,181,229)
#C6BCE7
(198,188,231)
#CCC3E9
(204,195,233)
#D2CAEB
(210,202,235)
#D8D1ED
(216,209,237)
#DED8EF
(222,216,239)
#E4DFF1
(228,223,241)
#EAE6F3
(234,230,243)
#F0EDF5
(240,237,245)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAAEE3; }

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

This text font color is #BAAEE3.


Background Color

.myBgColor { background-color: #BAAEE3; }

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

This div background color is #BAAEE3.


Border color

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

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

This div border color is #BAAEE3.


Opacity

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

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

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

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

This text has shadow with #BAAEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAAEE3 on black background.


Color preview on white background

This text has color #BAAEE3 on white background.



Black color preview on #BAAEE3 background

This text has black color on #BAAEE3 background.


White color preview on #BAAEE3 background

This text has white color on #BAAEE3 background.