COLOR #B9668F

HEX: #B9668F
RGB: (185,102,143)

Color info

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

RGB color model

#B9668F color RGB value is (185,102,143).

  • red value is 185;
  • green value is 102;
  • blue value is 143.
RGB:
(185,102,143)
(73%,40%,56%)

RGB channels and saturation

R 185 of 255 = 73%
G 102 of 255 = 40%
B 143 of 255 = 56%

185
102
143

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

Portions of RGB colors in percentages

R + G + B =
185 + 102 + 143 = 430 (100%)
R 185 of 430 ~ 43.02%
G 102 of 430 ~ 23.72%
B 143 of 430 ~ 33.26%

%43.02
%23.72
%33.26

CMYK color model

#B9668F color CMYK value is (0,45,23,27).

  • cyan value is 0.00%
  • magenta value is 44.86%
  • yellow value is 22.70%
  • key color value is 27.45%
CMYK:
(0,45,23,27)
C0M45Y23K27 
(0%,45%,23%,27%)
(0.00/0.45/0.23/0.27)	

CMYK percentages

%0
%44.86
%22.7
%27.45

Codes

Color #B9668F in popluar color models

B9668F
RGB185102143
HSL330°37.22%56.27%
HSB/HSV330°44.86%72.55%
CMYK0.00%44.86%22.70%
27.45%

Color #B9668F in popluar number systems.

HEXB9668F
Decimal185102143
Binary10111001110011010001111
Octal271146217

Shades and tints

Shades of #B9668F

#B9668F
(185,102,143)
#A95D82
(169,93,130)
#995475
(153,84,117)
#894B68
(137,75,104)
#79425B
(121,66,91)
#69394E
(105,57,78)
#593041
(89,48,65)
#492734
(73,39,52)
#391E27
(57,30,39)
#29151A
(41,21,26)
#190C0D
(25,12,13)
#000000
(0,0,0)

Tints of #B9668F

#B9668F
(185,102,143)
#BF7399
(191,115,153)
#C580A3
(197,128,163)
#CB8DAD
(203,141,173)
#D19AB7
(209,154,183)
#D7A7C1
(215,167,193)
#DDB4CB
(221,180,203)
#E3C1D5
(227,193,213)
#E9CEDF
(233,206,223)
#EFDBE9
(239,219,233)
#F5E8F3
(245,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9668F color. Also use rgb(185,102,143) instead hex code.

Text Font Color

.myTextColor { color: #B9668F; }

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

This text font color is #B9668F.


Background Color

.myBgColor { background-color: #B9668F; }

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

This div background color is #B9668F.


Border color

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

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

This div border color is #B9668F.


Opacity

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

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

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

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

This text has shadow with #B9668F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9668F on black background.


Color preview on white background

This text has color #B9668F on white background.



Black color preview on #B9668F background

This text has black color on #B9668F background.


White color preview on #B9668F background

This text has white color on #B9668F background.