COLOR #BAAEBA

HEX: #BAAEBA
RGB: (186,174,186)

Color info

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

RGB color model

#BAAEBA color RGB value is (186,174,186).

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

RGB channels and saturation

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

186
174
186

R + G + B ~ 71%. #BAAEBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 174 + 186 = 546 (100%)
R 186 of 546 ~ 34.07%
G 174 of 546 ~ 31.87%
B 186 of 546 ~ 34.07%

%34.07
%31.87
%34.07

CMYK color model

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

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

CMYK percentages

%0
%6.45
%0
%27.06

Codes

Color #BAAEBA in popluar color models

BAAEBA
RGB186174186
HSL300°8.00%70.59%
HSB/HSV300°6.45%72.94%
CMYK0.00%6.45%0.00%
27.06%

Color #BAAEBA in popluar number systems.

HEXBAAEBA
Decimal186174186
Binary101110101010111010111010
Octal272256272

Shades and tints

Shades of #BAAEBA

#BAAEBA
(186,174,186)
#AA9FAA
(170,159,170)
#9A909A
(154,144,154)
#8A818A
(138,129,138)
#7A727A
(122,114,122)
#6A636A
(106,99,106)
#5A545A
(90,84,90)
#4A454A
(74,69,74)
#3A363A
(58,54,58)
#2A272A
(42,39,42)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #BAAEBA

#BAAEBA
(186,174,186)
#C0B5C0
(192,181,192)
#C6BCC6
(198,188,198)
#CCC3CC
(204,195,204)
#D2CAD2
(210,202,210)
#D8D1D8
(216,209,216)
#DED8DE
(222,216,222)
#E4DFE4
(228,223,228)
#EAE6EA
(234,230,234)
#F0EDF0
(240,237,240)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAAEBA; }

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

This text font color is #BAAEBA.


Background Color

.myBgColor { background-color: #BAAEBA; }

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

This div background color is #BAAEBA.


Border color

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

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

This div border color is #BAAEBA.


Opacity

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

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

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

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

This text has shadow with #BAAEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAAEBA on black background.


Color preview on white background

This text has color #BAAEBA on white background.



Black color preview on #BAAEBA background

This text has black color on #BAAEBA background.


White color preview on #BAAEBA background

This text has white color on #BAAEBA background.