COLOR #B8698A

HEX: #B8698A
RGB: (184,105,138)

Color info

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

RGB color model

#B8698A color RGB value is (184,105,138).

  • red value is 184;
  • green value is 105;
  • blue value is 138.
RGB:
(184,105,138)
(72%,41%,54%)

RGB channels and saturation

R 184 of 255 = 72%
G 105 of 255 = 41%
B 138 of 255 = 54%

184
105
138

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

Portions of RGB colors in percentages

R + G + B =
184 + 105 + 138 = 427 (100%)
R 184 of 427 ~ 43.09%
G 105 of 427 ~ 24.59%
B 138 of 427 ~ 32.32%

%43.09
%24.59
%32.32

CMYK color model

#B8698A color CMYK value is (0,43,25,28).

  • cyan value is 0.00%
  • magenta value is 42.93%
  • yellow value is 25.00%
  • key color value is 27.84%
CMYK:
(0,43,25,28)
C0M43Y25K28 
(0%,43%,25%,28%)
(0.00/0.43/0.25/0.28)	

CMYK percentages

%0
%42.93
%25
%27.84

Codes

Color #B8698A in popluar color models

B8698A
RGB184105138
HSL335°35.75%56.67%
HSB/HSV335°42.93%72.16%
CMYK0.00%42.93%25.00%
27.84%

Color #B8698A in popluar number systems.

HEXB8698A
Decimal184105138
Binary10111000110100110001010
Octal270151212

Shades and tints

Shades of #B8698A

#B8698A
(184,105,138)
#A8607E
(168,96,126)
#985772
(152,87,114)
#884E66
(136,78,102)
#78455A
(120,69,90)
#683C4E
(104,60,78)
#583342
(88,51,66)
#482A36
(72,42,54)
#38212A
(56,33,42)
#28181E
(40,24,30)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #B8698A

#B8698A
(184,105,138)
#BE7694
(190,118,148)
#C4839E
(196,131,158)
#CA90A8
(202,144,168)
#D09DB2
(208,157,178)
#D6AABC
(214,170,188)
#DCB7C6
(220,183,198)
#E2C4D0
(226,196,208)
#E8D1DA
(232,209,218)
#EEDEE4
(238,222,228)
#F4EBEE
(244,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8698A color. Also use rgb(184,105,138) instead hex code.

Text Font Color

.myTextColor { color: #B8698A; }

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

This text font color is #B8698A.


Background Color

.myBgColor { background-color: #B8698A; }

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

This div background color is #B8698A.


Border color

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

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

This div border color is #B8698A.


Opacity

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

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

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

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

This text has shadow with #B8698A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8698A on black background.


Color preview on white background

This text has color #B8698A on white background.



Black color preview on #B8698A background

This text has black color on #B8698A background.


White color preview on #B8698A background

This text has white color on #B8698A background.