COLOR #BAAEC4

HEX: #BAAEC4
RGB: (186,174,196)

Color info

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

RGB color model

#BAAEC4 color RGB value is (186,174,196).

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

RGB channels and saturation

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

186
174
196

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

Portions of RGB colors in percentages

R + G + B =
186 + 174 + 196 = 556 (100%)
R 186 of 556 ~ 33.45%
G 174 of 556 ~ 31.29%
B 196 of 556 ~ 35.25%

%33.45
%31.29
%35.25

CMYK color model

#BAAEC4 color CMYK value is (5,11,0,23).

  • cyan value is 5.10%
  • magenta value is 11.22%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(5,11,0,23)
C5M11Y0K23 
(5%,11%,0%,23%)
(0.05/0.11/0.00/0.23)	

CMYK percentages

%5.1
%11.22
%0
%23.14

Codes

Color #BAAEC4 in popluar color models

BAAEC4
RGB186174196
HSL273°15.71%72.55%
HSB/HSV273°11.22%76.86%
CMYK5.10%11.22%0.00%
23.14%

Color #BAAEC4 in popluar number systems.

HEXBAAEC4
Decimal186174196
Binary101110101010111011000100
Octal272256304

Shades and tints

Shades of #BAAEC4

#BAAEC4
(186,174,196)
#AA9FB3
(170,159,179)
#9A90A2
(154,144,162)
#8A8191
(138,129,145)
#7A7280
(122,114,128)
#6A636F
(106,99,111)
#5A545E
(90,84,94)
#4A454D
(74,69,77)
#3A363C
(58,54,60)
#2A272B
(42,39,43)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #BAAEC4

#BAAEC4
(186,174,196)
#C0B5C9
(192,181,201)
#C6BCCE
(198,188,206)
#CCC3D3
(204,195,211)
#D2CAD8
(210,202,216)
#D8D1DD
(216,209,221)
#DED8E2
(222,216,226)
#E4DFE7
(228,223,231)
#EAE6EC
(234,230,236)
#F0EDF1
(240,237,241)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAAEC4; }

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

This text font color is #BAAEC4.


Background Color

.myBgColor { background-color: #BAAEC4; }

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

This div background color is #BAAEC4.


Border color

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

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

This div border color is #BAAEC4.


Opacity

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

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

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

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

This text has shadow with #BAAEC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAAEC4 on black background.


Color preview on white background

This text has color #BAAEC4 on white background.



Black color preview on #BAAEC4 background

This text has black color on #BAAEC4 background.


White color preview on #BAAEC4 background

This text has white color on #BAAEC4 background.