COLOR #B299AB

HEX: #B299AB
RGB: (178,153,171)

Color info

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

RGB color model

#B299AB color RGB value is (178,153,171).

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

RGB channels and saturation

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

178
153
171

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

Portions of RGB colors in percentages

R + G + B =
178 + 153 + 171 = 502 (100%)
R 178 of 502 ~ 35.46%
G 153 of 502 ~ 30.48%
B 171 of 502 ~ 34.06%

%35.46
%30.48
%34.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 3.93%
  • 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
%3.93
%30.2

Codes

Color #B299AB in popluar color models

B299AB
RGB178153171
HSL317°13.97%64.90%
HSB/HSV317°14.04%69.80%
CMYK0.00%14.04%3.93%
30.20%

Color #B299AB in popluar number systems.

HEXB299AB
Decimal178153171
Binary101100101001100110101011
Octal262231253

Shades and tints

Shades of #B299AB

#B299AB
(178,153,171)
#A28C9C
(162,140,156)
#927F8D
(146,127,141)
#82727E
(130,114,126)
#72656F
(114,101,111)
#625860
(98,88,96)
#524B51
(82,75,81)
#423E42
(66,62,66)
#323133
(50,49,51)
#222424
(34,36,36)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #B299AB

#B299AB
(178,153,171)
#B9A2B2
(185,162,178)
#C0ABB9
(192,171,185)
#C7B4C0
(199,180,192)
#CEBDC7
(206,189,199)
#D5C6CE
(213,198,206)
#DCCFD5
(220,207,213)
#E3D8DC
(227,216,220)
#EAE1E3
(234,225,227)
#F1EAEA
(241,234,234)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B299AB; }

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

This text font color is #B299AB.


Background Color

.myBgColor { background-color: #B299AB; }

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

This div background color is #B299AB.


Border color

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

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

This div border color is #B299AB.


Opacity

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

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

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

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

This text has shadow with #B299AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B299AB on black background.


Color preview on white background

This text has color #B299AB on white background.



Black color preview on #B299AB background

This text has black color on #B299AB background.


White color preview on #B299AB background

This text has white color on #B299AB background.