COLOR #B9698D

HEX: #B9698D RGB: (185,105,141)

Color info

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

RGB color model

#B9698D color RGB value is (185,105,141).

RGB: (185,105,141) (73%, 41%, 55%)

RGB channels and saturation

R 185 of 255 = 73%
G 105 of 255 = 41%
B 141 of 255 = 55%

185
105
141

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

Portions of RGB colors in percentages

R + G + B = 185 + 105 + 141 = 431 (100%)
R 185 of 431 ~ 42.92%
G 105 of 431 ~ 24.36%
B 141 of 431 ~ 32.71'%

%42.92
%24.36
%32.71

CMYK color model

#B9698D color CMYK value is (0,43,24,27).

  • cyan value is 0.00%
  • magenta value is 43.24%
  • yellow value is 23.78%
  • key color value is 27.45%

CMYK: (0,43,24,27)
C0M43Y24K27 (0%, 43%, 24%, 27%)
(0.00 / 0.43 / 0.24 / 0.27)

CMYK percentages

%0
%43.24
%23.78
%27.45

Codes

Color #B9698D in popluar color models

B9 69 8D
RGB 185 105 141
HSL 333° 36.36% 56.86%
HSB/HSV 333° 43.24% 72.55%
CMYK 0.00% 43.24% 23.78%
27.45%

Color #B9698D in popluar number systems.

HEX B9 69 8D
Decimal 185 105 141
Binary 10111001 1101001 10001101
Octal 271 151 215

Shades and tints

Shades of #B9698D

#B9698D
(185,105,141)
#A96081
(169,96,129)
#995775
(153,87,117)
#894E69
(137,78,105)
#79455D
(121,69,93)
#693C51
(105,60,81)
#593345
(89,51,69)
#492A39
(73,42,57)
#39212D
(57,33,45)
#291821
(41,24,33)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #B9698D

#B9698D
(185,105,141)
#BF7697
(191,118,151)
#C583A1
(197,131,161)
#CB90AB
(203,144,171)
#D19DB5
(209,157,181)
#D7AABF
(215,170,191)
#DDB7C9
(221,183,201)
#E3C4D3
(227,196,211)
#E9D1DD
(233,209,221)
#EFDEE7
(239,222,231)
#F5EBF1
(245,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9698D color. Also use rgb(185,105,141) instead hex code.

Text Font Color

.myTextColor { color: #B9698D; }

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

This text font color is #B9698D.

Background Color

.myBgColor { background-color: #B9698D; }

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

This div background color is #B9698D.

Border color

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

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

This div border color is #B9698D.

Opacity

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

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

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

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

This text has shadow with #B9698D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9698D.

Preview

Color preview on black background

This text has color #B9698D on black background.


Color preview on white background

This text has color #B9698D on white background.


Black color preview on #B9698D background

This text has black color on #B9698D background.


White color preview on #B9698D background

This text has white color on #B9698D background.


Related colors

Complementary color

Complementary color for #hex is #469672.


I love getcolorcode.com

Triadic colors

1 #8DB969 and #698DB9 with #B9698D are triadic colors.

2 #8D69B9 and #69B98D with #B9698D are triadic colors.