COLOR #BA769D

HEX: #BA769D
RGB: (186,118,157)

Color info

#BA769D contains mainly red and blue colors. Web safe color of #BA769D is #CC6699 (or #C69).

RGB color model

#BA769D color RGB value is (186,118,157).

  • red value is 186;
  • green value is 118;
  • blue value is 157.
RGB:
(186,118,157)
(73%,46%,62%)

RGB channels and saturation

R 186 of 255 = 73%
G 118 of 255 = 46%
B 157 of 255 = 62%

186
118
157

R + G + B ~ 60%. #BA769D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
186 + 118 + 157 = 461 (100%)
R 186 of 461 ~ 40.35%
G 118 of 461 ~ 25.6%
B 157 of 461 ~ 34.06%

%40.35
%25.6
%34.06

CMYK color model

#BA769D color CMYK value is (0,37,16,27).

  • cyan value is 0.00%
  • magenta value is 36.56%
  • yellow value is 15.59%
  • key color value is 27.06%
CMYK:
(0,37,16,27)
C0M37Y16K27 
(0%,37%,16%,27%)
(0.00/0.37/0.16/0.27)	

CMYK percentages

%0
%36.56
%15.59
%27.06

Codes

Color #BA769D in popluar color models

BA769D
RGB186118157
HSL326°33.01%59.61%
HSB/HSV326°36.56%72.94%
CMYK0.00%36.56%15.59%
27.06%

Color #BA769D in popluar number systems.

HEXBA769D
Decimal186118157
Binary10111010111011010011101
Octal272166235

Shades and tints

Shades of #BA769D

#BA769D
(186,118,157)
#AA6C8F
(170,108,143)
#9A6281
(154,98,129)
#8A5873
(138,88,115)
#7A4E65
(122,78,101)
#6A4457
(106,68,87)
#5A3A49
(90,58,73)
#4A303B
(74,48,59)
#3A262D
(58,38,45)
#2A1C1F
(42,28,31)
#1A1211
(26,18,17)
#000000
(0,0,0)

Tints of #BA769D

#BA769D
(186,118,157)
#C082A5
(192,130,165)
#C68EAD
(198,142,173)
#CC9AB5
(204,154,181)
#D2A6BD
(210,166,189)
#D8B2C5
(216,178,197)
#DEBECD
(222,190,205)
#E4CAD5
(228,202,213)
#EAD6DD
(234,214,221)
#F0E2E5
(240,226,229)
#F6EEED
(246,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA769D; }

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

This text font color is #BA769D.


Background Color

.myBgColor { background-color: #BA769D; }

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

This div background color is #BA769D.


Border color

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

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

This div border color is #BA769D.


Opacity

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

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

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

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

This text has shadow with #BA769D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA769D on black background.


Color preview on white background

This text has color #BA769D on white background.



Black color preview on #BA769D background

This text has black color on #BA769D background.


White color preview on #BA769D background

This text has white color on #BA769D background.