COLOR #BA97E3

HEX: #BA97E3 RGB: (186,151,227)

Color info

#BA97E3 contains mainly red and blue colors. Web safe color of #BA97E3 is #CC99CC (or #C9C).

RGB color model

#BA97E3 color RGB value is (186,151,227).

RGB: (186,151,227) (73%, 59%, 89%)

RGB channels and saturation

R 186 of 255 = 73%
G 151 of 255 = 59%
B 227 of 255 = 89%

186
151
227

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

Portions of RGB colors in percentages

R + G + B = 186 + 151 + 227 = 564 (100%)
R 186 of 564 ~ 32.98%
G 151 of 564 ~ 26.77%
B 227 of 564 ~ 40.25'%

%32.98
%26.77
%40.25

CMYK color model

#BA97E3 color CMYK value is (18,33,0,11).

  • cyan value is 18.06%
  • magenta value is 33.48%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (18,33,0,11)
C18M33Y0K11 (18%, 33%, 0%, 11%)
(0.18 / 0.33 / 0.00 / 0.11)

CMYK percentages

%18.06
%33.48
%0
%10.98

Codes

Color #BA97E3 in popluar color models

BA 97 E3
RGB 186 151 227
HSL 268° 57.58% 74.12%
HSB/HSV 268° 33.48% 89.02%
CMYK 18.06% 33.48% 0.00%
10.98%

Color #BA97E3 in popluar number systems.

HEX BA 97 E3
Decimal 186 151 227
Binary 10111010 10010111 11100011
Octal 272 227 343

Shades and tints

Shades of #BA97E3

#BA97E3
(186,151,227)
#AA8ACF
(170,138,207)
#9A7DBB
(154,125,187)
#8A70A7
(138,112,167)
#7A6393
(122,99,147)
#6A567F
(106,86,127)
#5A496B
(90,73,107)
#4A3C57
(74,60,87)
#3A2F43
(58,47,67)
#2A222F
(42,34,47)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #BA97E3

#BA97E3
(186,151,227)
#C0A0E5
(192,160,229)
#C6A9E7
(198,169,231)
#CCB2E9
(204,178,233)
#D2BBEB
(210,187,235)
#D8C4ED
(216,196,237)
#DECDEF
(222,205,239)
#E4D6F1
(228,214,241)
#EADFF3
(234,223,243)
#F0E8F5
(240,232,245)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA97E3; }

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

This text font color is #BA97E3.

Background Color

.myBgColor { background-color: #BA97E3; }

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

This div background color is #BA97E3.

Border color

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

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

This div border color is #BA97E3.

Opacity

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

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

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

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

This text has shadow with #BA97E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA97E3.

Preview

Color preview on black background

This text has color #BA97E3 on black background.


Color preview on white background

This text has color #BA97E3 on white background.


Black color preview on #BA97E3 background

This text has black color on #BA97E3 background.


White color preview on #BA97E3 background

This text has white color on #BA97E3 background.


Related colors

Complementary color

Complementary color for #hex is #45681C.


I love getcolorcode.com

Triadic colors

1 #E3BA97 and #97E3BA with #BA97E3 are triadic colors.

2 #E397BA and #97BAE3 with #BA97E3 are triadic colors.