COLOR #B68699

HEX: #B68699
RGB: (182,134,153)

Color info

#B68699 contains red, green and blue colors in about the same proportion. Web safe color of #B68699 is #CC9999 (or #C99).

RGB color model

#B68699 color RGB value is (182,134,153).

  • red value is 182;
  • green value is 134;
  • blue value is 153.
RGB:
(182,134,153)
(71%,53%,60%)

RGB channels and saturation

R 182 of 255 = 71%
G 134 of 255 = 53%
B 153 of 255 = 60%

182
134
153

R + G + B ~ 61%. #B68699 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 134 + 153 = 469 (100%)
R 182 of 469 ~ 38.81%
G 134 of 469 ~ 28.57%
B 153 of 469 ~ 32.62%

%38.81
%28.57
%32.62

CMYK color model

#B68699 color CMYK value is (0,26,16,29).

  • cyan value is 0.00%
  • magenta value is 26.37%
  • yellow value is 15.93%
  • key color value is 28.63%
CMYK:
(0,26,16,29)
C0M26Y16K29 
(0%,26%,16%,29%)
(0.00/0.26/0.16/0.29)	

CMYK percentages

%0
%26.37
%15.93
%28.63

Codes

Color #B68699 in popluar color models

B68699
RGB182134153
HSL336°24.74%61.96%
HSB/HSV336°26.37%71.37%
CMYK0.00%26.37%15.93%
28.63%

Color #B68699 in popluar number systems.

HEXB68699
Decimal182134153
Binary101101101000011010011001
Octal266206231

Shades and tints

Shades of #B68699

#B68699
(182,134,153)
#A67A8C
(166,122,140)
#966E7F
(150,110,127)
#866272
(134,98,114)
#765665
(118,86,101)
#664A58
(102,74,88)
#563E4B
(86,62,75)
#46323E
(70,50,62)
#362631
(54,38,49)
#261A24
(38,26,36)
#160E17
(22,14,23)
#000000
(0,0,0)

Tints of #B68699

#B68699
(182,134,153)
#BC91A2
(188,145,162)
#C29CAB
(194,156,171)
#C8A7B4
(200,167,180)
#CEB2BD
(206,178,189)
#D4BDC6
(212,189,198)
#DAC8CF
(218,200,207)
#E0D3D8
(224,211,216)
#E6DEE1
(230,222,225)
#ECE9EA
(236,233,234)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68699 color. Also use rgb(182,134,153) instead hex code.

Text Font Color

.myTextColor { color: #B68699; }

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

This text font color is #B68699.


Background Color

.myBgColor { background-color: #B68699; }

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

This div background color is #B68699.


Border color

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

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

This div border color is #B68699.


Opacity

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

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

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

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

This text has shadow with #B68699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68699 on black background.


Color preview on white background

This text has color #B68699 on white background.



Black color preview on #B68699 background

This text has black color on #B68699 background.


White color preview on #B68699 background

This text has white color on #B68699 background.