COLOR #BAAFE3

HEX: #BAAFE3 RGB: (186,175,227)

Color info

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

RGB color model

#BAAFE3 color RGB value is (186,175,227).

RGB: (186,175,227) (73%, 69%, 89%)

RGB channels and saturation

R 186 of 255 = 73%
G 175 of 255 = 69%
B 227 of 255 = 89%

186
175
227

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

Portions of RGB colors in percentages

R + G + B = 186 + 175 + 227 = 588 (100%)
R 186 of 588 ~ 31.63%
G 175 of 588 ~ 29.76%
B 227 of 588 ~ 38.61'%

%31.63
%29.76
%38.61

CMYK color model

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

  • cyan value is 18.06%
  • magenta value is 22.91%
  • 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
%22.91
%0
%10.98

Codes

Color #BAAFE3 in popluar color models

BA AF E3
RGB 186 175 227
HSL 253° 48.15% 78.82%
HSB/HSV 253° 22.91% 89.02%
CMYK 18.06% 22.91% 0.00%
10.98%

Color #BAAFE3 in popluar number systems.

HEX BA AF E3
Decimal 186 175 227
Binary 10111010 10101111 11100011
Octal 272 257 343

Shades and tints

Shades of #BAAFE3

#BAAFE3
(186,175,227)
#AAA0CF
(170,160,207)
#9A91BB
(154,145,187)
#8A82A7
(138,130,167)
#7A7393
(122,115,147)
#6A647F
(106,100,127)
#5A556B
(90,85,107)
#4A4657
(74,70,87)
#3A3743
(58,55,67)
#2A282F
(42,40,47)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #BAAFE3

#BAAFE3
(186,175,227)
#C0B6E5
(192,182,229)
#C6BDE7
(198,189,231)
#CCC4E9
(204,196,233)
#D2CBEB
(210,203,235)
#D8D2ED
(216,210,237)
#DED9EF
(222,217,239)
#E4E0F1
(228,224,241)
#EAE7F3
(234,231,243)
#F0EEF5
(240,238,245)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAAFE3; }

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

This text font color is #BAAFE3.

Background Color

.myBgColor { background-color: #BAAFE3; }

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

This div background color is #BAAFE3.

Border color

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

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

This div border color is #BAAFE3.

Opacity

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

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

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

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

This text has shadow with #BAAFE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAAFE3.

Preview

Color preview on black background

This text has color #BAAFE3 on black background.


Color preview on white background

This text has color #BAAFE3 on white background.


Black color preview on #BAAFE3 background

This text has black color on #BAAFE3 background.


White color preview on #BAAFE3 background

This text has white color on #BAAFE3 background.


Related colors

Complementary color

Complementary color for #hex is #45501C.


I love getcolorcode.com

Triadic colors

1 #E3BAAF and #AFE3BA with #BAAFE3 are triadic colors.

2 #E3AFBA and #AFBAE3 with #BAAFE3 are triadic colors.