COLOR #BF78AE

HEX: #BF78AE
RGB: (191,120,174)

Color info

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

RGB color model

#BF78AE color RGB value is (191,120,174).

  • red value is 191;
  • green value is 120;
  • blue value is 174.
RGB:
(191,120,174)
(75%,47%,68%)

RGB channels and saturation

R 191 of 255 = 75%
G 120 of 255 = 47%
B 174 of 255 = 68%

191
120
174

R + G + B ~ 63%. #BF78AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 120 + 174 = 485 (100%)
R 191 of 485 ~ 39.38%
G 120 of 485 ~ 24.74%
B 174 of 485 ~ 35.88%

%39.38
%24.74
%35.88

CMYK color model

#BF78AE color CMYK value is (0,37,9,25).

  • cyan value is 0.00%
  • magenta value is 37.17%
  • yellow value is 8.90%
  • key color value is 25.10%
CMYK:
(0,37,9,25)
C0M37Y9K25 
(0%,37%,9%,25%)
(0.00/0.37/0.09/0.25)	

CMYK percentages

%0
%37.17
%8.9
%25.1

Codes

Color #BF78AE in popluar color models

BF78AE
RGB191120174
HSL314°35.68%60.98%
HSB/HSV314°37.17%74.90%
CMYK0.00%37.17%8.90%
25.10%

Color #BF78AE in popluar number systems.

HEXBF78AE
Decimal191120174
Binary10111111111100010101110
Octal277170256

Shades and tints

Shades of #BF78AE

#BF78AE
(191,120,174)
#AE6E9F
(174,110,159)
#9D6490
(157,100,144)
#8C5A81
(140,90,129)
#7B5072
(123,80,114)
#6A4663
(106,70,99)
#593C54
(89,60,84)
#483245
(72,50,69)
#372836
(55,40,54)
#261E27
(38,30,39)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #BF78AE

#BF78AE
(191,120,174)
#C484B5
(196,132,181)
#C990BC
(201,144,188)
#CE9CC3
(206,156,195)
#D3A8CA
(211,168,202)
#D8B4D1
(216,180,209)
#DDC0D8
(221,192,216)
#E2CCDF
(226,204,223)
#E7D8E6
(231,216,230)
#ECE4ED
(236,228,237)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF78AE color. Also use rgb(191,120,174) instead hex code.

Text Font Color

.myTextColor { color: #BF78AE; }

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

This text font color is #BF78AE.


Background Color

.myBgColor { background-color: #BF78AE; }

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

This div background color is #BF78AE.


Border color

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

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

This div border color is #BF78AE.


Opacity

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

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

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

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

This text has shadow with #BF78AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF78AE on black background.


Color preview on white background

This text has color #BF78AE on white background.



Black color preview on #BF78AE background

This text has black color on #BF78AE background.


White color preview on #BF78AE background

This text has white color on #BF78AE background.