COLOR #BF6998

HEX: #BF6998 RGB: (191,105,152)

Color info

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

RGB color model

#BF6998 color RGB value is (191,105,152).

RGB: (191,105,152) (75%, 41%, 60%)

RGB channels and saturation

R 191 of 255 = 75%
G 105 of 255 = 41%
B 152 of 255 = 60%

191
105
152

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

Portions of RGB colors in percentages

R + G + B = 191 + 105 + 152 = 448 (100%)
R 191 of 448 ~ 42.63%
G 105 of 448 ~ 23.44%
B 152 of 448 ~ 33.93'%

%42.63
%23.44
%33.93

CMYK color model

#BF6998 color CMYK value is (0,45,20,25).

  • cyan value is 0.00%
  • magenta value is 45.03%
  • yellow value is 20.42%
  • key color value is 25.10%

CMYK: (0,45,20,25)
C0M45Y20K25 (0%, 45%, 20%, 25%)
(0.00 / 0.45 / 0.20 / 0.25)

CMYK percentages

%0
%45.03
%20.42
%25.1

Codes

Color #BF6998 in popluar color models

BF 69 98
RGB 191 105 152
HSL 327° 40.19% 58.04%
HSB/HSV 327° 45.03% 74.90%
CMYK 0.00% 45.03% 20.42%
25.10%

Color #BF6998 in popluar number systems.

HEX BF 69 98
Decimal 191 105 152
Binary 10111111 1101001 10011000
Octal 277 151 230

Shades and tints

Shades of #BF6998

#BF6998
(191,105,152)
#AE608B
(174,96,139)
#9D577E
(157,87,126)
#8C4E71
(140,78,113)
#7B4564
(123,69,100)
#6A3C57
(106,60,87)
#59334A
(89,51,74)
#482A3D
(72,42,61)
#372130
(55,33,48)
#261823
(38,24,35)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #BF6998

#BF6998
(191,105,152)
#C476A1
(196,118,161)
#C983AA
(201,131,170)
#CE90B3
(206,144,179)
#D39DBC
(211,157,188)
#D8AAC5
(216,170,197)
#DDB7CE
(221,183,206)
#E2C4D7
(226,196,215)
#E7D1E0
(231,209,224)
#ECDEE9
(236,222,233)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF6998 color. Also use rgb(191,105,152) instead hex code.

Text Font Color

.myTextColor { color: #BF6998; }

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

This text font color is #BF6998.

Background Color

.myBgColor { background-color: #BF6998; }

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

This div background color is #BF6998.

Border color

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

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

This div border color is #BF6998.

Opacity

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

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

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

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

This text has shadow with #BF6998 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF6998.

Preview

Color preview on black background

This text has color #BF6998 on black background.


Color preview on white background

This text has color #BF6998 on white background.


Black color preview on #BF6998 background

This text has black color on #BF6998 background.


White color preview on #BF6998 background

This text has white color on #BF6998 background.


Related colors

Complementary color

Complementary color for #hex is #409667.


I love getcolorcode.com

Triadic colors

1 #98BF69 and #6998BF with #BF6998 are triadic colors.

2 #9869BF and #69BF98 with #BF6998 are triadic colors.