COLOR #B699AA

HEX: #B699AA
RGB: (182,153,170)

Color info

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

RGB color model

#B699AA color RGB value is (182,153,170).

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

RGB channels and saturation

R 182 of 255 = 71%
G 153 of 255 = 60%
B 170 of 255 = 67%

182
153
170

R + G + B ~ 66%. #B699AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 153 + 170 = 505 (100%)
R 182 of 505 ~ 36.04%
G 153 of 505 ~ 30.3%
B 170 of 505 ~ 33.66%

%36.04
%30.3
%33.66

CMYK color model

#B699AA color CMYK value is (0,16,7,29).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 6.59%
  • key color value is 28.63%
CMYK:
(0,16,7,29)
C0M16Y7K29 
(0%,16%,7%,29%)
(0.00/0.16/0.07/0.29)	

CMYK percentages

%0
%15.93
%6.59
%28.63

Codes

Color #B699AA in popluar color models

B699AA
RGB182153170
HSL325°16.57%65.69%
HSB/HSV325°15.93%71.37%
CMYK0.00%15.93%6.59%
28.63%

Color #B699AA in popluar number systems.

HEXB699AA
Decimal182153170
Binary101101101001100110101010
Octal266231252

Shades and tints

Shades of #B699AA

#B699AA
(182,153,170)
#A68C9B
(166,140,155)
#967F8C
(150,127,140)
#86727D
(134,114,125)
#76656E
(118,101,110)
#66585F
(102,88,95)
#564B50
(86,75,80)
#463E41
(70,62,65)
#363132
(54,49,50)
#262423
(38,36,35)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #B699AA

#B699AA
(182,153,170)
#BCA2B1
(188,162,177)
#C2ABB8
(194,171,184)
#C8B4BF
(200,180,191)
#CEBDC6
(206,189,198)
#D4C6CD
(212,198,205)
#DACFD4
(218,207,212)
#E0D8DB
(224,216,219)
#E6E1E2
(230,225,226)
#ECEAE9
(236,234,233)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B699AA; }

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

This text font color is #B699AA.


Background Color

.myBgColor { background-color: #B699AA; }

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

This div background color is #B699AA.


Border color

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

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

This div border color is #B699AA.


Opacity

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

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

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

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

This text has shadow with #B699AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B699AA on black background.


Color preview on white background

This text has color #B699AA on white background.



Black color preview on #B699AA background

This text has black color on #B699AA background.


White color preview on #B699AA background

This text has white color on #B699AA background.