COLOR #B69C99

HEX: #B69C99 RGB: (182,156,153)

Color info

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

RGB color model

#B69C99 color RGB value is (182,156,153).

RGB: (182,156,153) (71%, 61%, 60%)

RGB channels and saturation

R 182 of 255 = 71%
G 156 of 255 = 61%
B 153 of 255 = 60%

182
156
153

R + G + B ~ 64%. #B69C99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 156 + 153 = 491 (100%)
R 182 of 491 ~ 37.07%
G 156 of 491 ~ 31.77%
B 153 of 491 ~ 31.16'%

%37.07
%31.77
%31.16

CMYK color model

#B69C99 color CMYK value is (0,14,16,29).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 15.93%
  • key color value is 28.63%

CMYK: (0,14,16,29)
C0M14Y16K29 (0%, 14%, 16%, 29%)
(0.00 / 0.14 / 0.16 / 0.29)

CMYK percentages

%0
%14.29
%15.93
%28.63

Codes

Color #B69C99 in popluar color models

B6 9C 99
RGB 182 156 153
HSL 16.57% 65.69%
HSB/HSV 15.93% 71.37%
CMYK 0.00% 14.29% 15.93%
28.63%

Color #B69C99 in popluar number systems.

HEX B6 9C 99
Decimal 182 156 153
Binary 10110110 10011100 10011001
Octal 266 234 231

Shades and tints

Shades of #B69C99

#B69C99
(182,156,153)
#A68E8C
(166,142,140)
#96807F
(150,128,127)
#867272
(134,114,114)
#766465
(118,100,101)
#665658
(102,86,88)
#56484B
(86,72,75)
#463A3E
(70,58,62)
#362C31
(54,44,49)
#261E24
(38,30,36)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #B69C99

#B69C99
(182,156,153)
#BCA5A2
(188,165,162)
#C2AEAB
(194,174,171)
#C8B7B4
(200,183,180)
#CEC0BD
(206,192,189)
#D4C9C6
(212,201,198)
#DAD2CF
(218,210,207)
#E0DBD8
(224,219,216)
#E6E4E1
(230,228,225)
#ECEDEA
(236,237,234)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69C99; }

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

This text font color is #B69C99.

Background Color

.myBgColor { background-color: #B69C99; }

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

This div background color is #B69C99.

Border color

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

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

This div border color is #B69C99.

Opacity

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

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

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

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

This text has shadow with #B69C99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B69C99.

Preview

Color preview on black background

This text has color #B69C99 on black background.


Color preview on white background

This text has color #B69C99 on white background.


Black color preview on #B69C99 background

This text has black color on #B69C99 background.


White color preview on #B69C99 background

This text has white color on #B69C99 background.


Related colors

Complementary color

Complementary color for #hex is #496366.


I love getcolorcode.com

Triadic colors

1 #99B69C and #9C99B6 with #B69C99 are triadic colors.

2 #999CB6 and #9CB699 with #B69C99 are triadic colors.