COLOR #B69B98

HEX: #B69B98 RGB: (182,155,152)

Color info

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

RGB color model

#B69B98 color RGB value is (182,155,152).

RGB: (182,155,152) (71%, 61%, 60%)

RGB channels and saturation

R 182 of 255 = 71%
G 155 of 255 = 61%
B 152 of 255 = 60%

182
155
152

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

Portions of RGB colors in percentages

R + G + B = 182 + 155 + 152 = 489 (100%)
R 182 of 489 ~ 37.22%
G 155 of 489 ~ 31.7%
B 152 of 489 ~ 31.08'%

%37.22
%31.7
%31.08

CMYK color model

#B69B98 color CMYK value is (0,15,16,29).

  • cyan value is 0.00%
  • magenta value is 14.84%
  • yellow value is 16.48%
  • key color value is 28.63%

CMYK: (0,15,16,29)
C0M15Y16K29 (0%, 15%, 16%, 29%)
(0.00 / 0.15 / 0.16 / 0.29)

CMYK percentages

%0
%14.84
%16.48
%28.63

Codes

Color #B69B98 in popluar color models

B6 9B 98
RGB 182 155 152
HSL 17.05% 65.49%
HSB/HSV 16.48% 71.37%
CMYK 0.00% 14.84% 16.48%
28.63%

Color #B69B98 in popluar number systems.

HEX B6 9B 98
Decimal 182 155 152
Binary 10110110 10011011 10011000
Octal 266 233 230

Shades and tints

Shades of #B69B98

#B69B98
(182,155,152)
#A68D8B
(166,141,139)
#967F7E
(150,127,126)
#867171
(134,113,113)
#766364
(118,99,100)
#665557
(102,85,87)
#56474A
(86,71,74)
#46393D
(70,57,61)
#362B30
(54,43,48)
#261D23
(38,29,35)
#160F16
(22,15,22)
#000000
(0,0,0)

Tints of #B69B98

#B69B98
(182,155,152)
#BCA4A1
(188,164,161)
#C2ADAA
(194,173,170)
#C8B6B3
(200,182,179)
#CEBFBC
(206,191,188)
#D4C8C5
(212,200,197)
#DAD1CE
(218,209,206)
#E0DAD7
(224,218,215)
#E6E3E0
(230,227,224)
#ECECE9
(236,236,233)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69B98 color. Also use rgb(182,155,152) instead hex code.

Text Font Color

.myTextColor { color: #B69B98; }

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

This text font color is #B69B98.

Background Color

.myBgColor { background-color: #B69B98; }

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

This div background color is #B69B98.

Border color

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

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

This div border color is #B69B98.

Opacity

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

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

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

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

This text has shadow with #B69B98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B69B98.

Preview

Color preview on black background

This text has color #B69B98 on black background.


Color preview on white background

This text has color #B69B98 on white background.


Black color preview on #B69B98 background

This text has black color on #B69B98 background.


White color preview on #B69B98 background

This text has white color on #B69B98 background.


Related colors

Complementary color

Complementary color for #hex is #496467.


I love getcolorcode.com

Triadic colors

1 #98B69B and #9B98B6 with #B69B98 are triadic colors.

2 #989BB6 and #9BB698 with #B69B98 are triadic colors.