COLOR #BA679D

HEX: #BA679D
RGB: (186,103,157)

Color info

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

RGB color model

#BA679D color RGB value is (186,103,157).

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

RGB channels and saturation

R 186 of 255 = 73%
G 103 of 255 = 40%
B 157 of 255 = 62%

186
103
157

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

Portions of RGB colors in percentages

R + G + B =
186 + 103 + 157 = 446 (100%)
R 186 of 446 ~ 41.7%
G 103 of 446 ~ 23.09%
B 157 of 446 ~ 35.2%

%41.7
%23.09
%35.2

CMYK color model

#BA679D color CMYK value is (0,45,16,27).

  • cyan value is 0.00%
  • magenta value is 44.62%
  • yellow value is 15.59%
  • key color value is 27.06%
CMYK:
(0,45,16,27)
C0M45Y16K27 
(0%,45%,16%,27%)
(0.00/0.45/0.16/0.27)	

CMYK percentages

%0
%44.62
%15.59
%27.06

Codes

Color #BA679D in popluar color models

BA679D
RGB186103157
HSL321°37.56%56.67%
HSB/HSV321°44.62%72.94%
CMYK0.00%44.62%15.59%
27.06%

Color #BA679D in popluar number systems.

HEXBA679D
Decimal186103157
Binary10111010110011110011101
Octal272147235

Shades and tints

Shades of #BA679D

#BA679D
(186,103,157)
#AA5E8F
(170,94,143)
#9A5581
(154,85,129)
#8A4C73
(138,76,115)
#7A4365
(122,67,101)
#6A3A57
(106,58,87)
#5A3149
(90,49,73)
#4A283B
(74,40,59)
#3A1F2D
(58,31,45)
#2A161F
(42,22,31)
#1A0D11
(26,13,17)
#000000
(0,0,0)

Tints of #BA679D

#BA679D
(186,103,157)
#C074A5
(192,116,165)
#C681AD
(198,129,173)
#CC8EB5
(204,142,181)
#D29BBD
(210,155,189)
#D8A8C5
(216,168,197)
#DEB5CD
(222,181,205)
#E4C2D5
(228,194,213)
#EACFDD
(234,207,221)
#F0DCE5
(240,220,229)
#F6E9ED
(246,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA679D; }

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

This text font color is #BA679D.


Background Color

.myBgColor { background-color: #BA679D; }

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

This div background color is #BA679D.


Border color

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

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

This div border color is #BA679D.


Opacity

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

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

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

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

This text has shadow with #BA679D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA679D on black background.


Color preview on white background

This text has color #BA679D on white background.



Black color preview on #BA679D background

This text has black color on #BA679D background.


White color preview on #BA679D background

This text has white color on #BA679D background.