COLOR #B299AA

HEX: #B299AA
RGB: (178,153,170)

Color info

#B299AA contains red, green and blue colors in about the same proportion. Web safe color of #B299AA is #999999 (or #999).

RGB color model

#B299AA color RGB value is (178,153,170).

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

RGB channels and saturation

R 178 of 255 = 70%
G 153 of 255 = 60%
B 170 of 255 = 67%

178
153
170

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

Portions of RGB colors in percentages

R + G + B =
178 + 153 + 170 = 501 (100%)
R 178 of 501 ~ 35.53%
G 153 of 501 ~ 30.54%
B 170 of 501 ~ 33.93%

%35.53
%30.54
%33.93

CMYK color model

#B299AA color CMYK value is (0,14,4,30).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 4.49%
  • key color value is 30.20%
CMYK:
(0,14,4,30)
C0M14Y4K30 
(0%,14%,4%,30%)
(0.00/0.14/0.04/0.30)	

CMYK percentages

%0
%14.04
%4.49
%30.2

Codes

Color #B299AA in popluar color models

B299AA
RGB178153170
HSL319°13.97%64.90%
HSB/HSV319°14.04%69.80%
CMYK0.00%14.04%4.49%
30.20%

Color #B299AA in popluar number systems.

HEXB299AA
Decimal178153170
Binary101100101001100110101010
Octal262231252

Shades and tints

Shades of #B299AA

#B299AA
(178,153,170)
#A28C9B
(162,140,155)
#927F8C
(146,127,140)
#82727D
(130,114,125)
#72656E
(114,101,110)
#62585F
(98,88,95)
#524B50
(82,75,80)
#423E41
(66,62,65)
#323132
(50,49,50)
#222423
(34,36,35)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #B299AA

#B299AA
(178,153,170)
#B9A2B1
(185,162,177)
#C0ABB8
(192,171,184)
#C7B4BF
(199,180,191)
#CEBDC6
(206,189,198)
#D5C6CD
(213,198,205)
#DCCFD4
(220,207,212)
#E3D8DB
(227,216,219)
#EAE1E2
(234,225,226)
#F1EAE9
(241,234,233)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B299AA; }

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

This text font color is #B299AA.


Background Color

.myBgColor { background-color: #B299AA; }

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

This div background color is #B299AA.


Border color

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

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

This div border color is #B299AA.


Opacity

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

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

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

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

This text has shadow with #B299AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B299AA on black background.


Color preview on white background

This text has color #B299AA on white background.



Black color preview on #B299AA background

This text has black color on #B299AA background.


White color preview on #B299AA background

This text has white color on #B299AA background.