COLOR #B299B9

HEX: #B299B9 RGB: (178,153,185)

Color info

#B299B9 contains red, green and blue colors in about the same proportion. Web safe color of #B299B9 is #9999CC (or #99C).

RGB color model

#B299B9 color RGB value is (178,153,185).

RGB: (178,153,185) (70%, 60%, 73%)

RGB channels and saturation

R 178 of 255 = 70%
G 153 of 255 = 60%
B 185 of 255 = 73%

178
153
185

R + G + B ~ 68%. #B299B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 153 + 185 = 516 (100%)
R 178 of 516 ~ 34.5%
G 153 of 516 ~ 29.65%
B 185 of 516 ~ 35.85'%

%34.5
%29.65
%35.85

CMYK color model

#B299B9 color CMYK value is (4,17,0,27).

  • cyan value is 3.78%
  • magenta value is 17.30%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (4,17,0,27)
C4M17Y0K27 (4%, 17%, 0%, 27%)
(0.04 / 0.17 / 0.00 / 0.27)

CMYK percentages

%3.78
%17.3
%0
%27.45

Codes

Color #B299B9 in popluar color models

B2 99 B9
RGB 178 153 185
HSL 287° 18.60% 66.27%
HSB/HSV 287° 17.30% 72.55%
CMYK 3.78% 17.30% 0.00%
27.45%

Color #B299B9 in popluar number systems.

HEX B2 99 B9
Decimal 178 153 185
Binary 10110010 10011001 10111001
Octal 262 231 271

Shades and tints

Shades of #B299B9

#B299B9
(178,153,185)
#A28CA9
(162,140,169)
#927F99
(146,127,153)
#827289
(130,114,137)
#726579
(114,101,121)
#625869
(98,88,105)
#524B59
(82,75,89)
#423E49
(66,62,73)
#323139
(50,49,57)
#222429
(34,36,41)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #B299B9

#B299B9
(178,153,185)
#B9A2BF
(185,162,191)
#C0ABC5
(192,171,197)
#C7B4CB
(199,180,203)
#CEBDD1
(206,189,209)
#D5C6D7
(213,198,215)
#DCCFDD
(220,207,221)
#E3D8E3
(227,216,227)
#EAE1E9
(234,225,233)
#F1EAEF
(241,234,239)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B299B9; }

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

This text font color is #B299B9.

Background Color

.myBgColor { background-color: #B299B9; }

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

This div background color is #B299B9.

Border color

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

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

This div border color is #B299B9.

Opacity

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

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

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

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

This text has shadow with #B299B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B299B9.

Preview

Color preview on black background

This text has color #B299B9 on black background.


Color preview on white background

This text has color #B299B9 on white background.


Black color preview on #B299B9 background

This text has black color on #B299B9 background.


White color preview on #B299B9 background

This text has white color on #B299B9 background.


Related colors

Complementary color

Complementary color for #hex is #4D6646.


I love getcolorcode.com

Triadic colors

1 #B9B299 and #99B9B2 with #B299B9 are triadic colors.

2 #B999B2 and #99B2B9 with #B299B9 are triadic colors.