COLOR #B799B6

HEX: #B799B6
RGB: (183,153,182)

Color info

#B799B6 contains red, green and blue colors in about the same proportion. Web safe color of #B799B6 is #CC99CC (or #C9C).

RGB color model

#B799B6 color RGB value is (183,153,182).

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

RGB channels and saturation

R 183 of 255 = 72%
G 153 of 255 = 60%
B 182 of 255 = 71%

183
153
182

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

Portions of RGB colors in percentages

R + G + B =
183 + 153 + 182 = 518 (100%)
R 183 of 518 ~ 35.33%
G 153 of 518 ~ 29.54%
B 182 of 518 ~ 35.14%

%35.33
%29.54
%35.14

CMYK color model

#B799B6 color CMYK value is (0,16,1,28).

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 0.55%
  • key color value is 28.24%
CMYK:
(0,16,1,28)
C0M16Y1K28 
(0%,16%,1%,28%)
(0.00/0.16/0.01/0.28)	

CMYK percentages

%0
%16.39
%0.55
%28.24

Codes

Color #B799B6 in popluar color models

B799B6
RGB183153182
HSL302°17.24%65.88%
HSB/HSV302°16.39%71.76%
CMYK0.00%16.39%0.55%
28.24%

Color #B799B6 in popluar number systems.

HEXB799B6
Decimal183153182
Binary101101111001100110110110
Octal267231266

Shades and tints

Shades of #B799B6

#B799B6
(183,153,182)
#A78CA6
(167,140,166)
#977F96
(151,127,150)
#877286
(135,114,134)
#776576
(119,101,118)
#675866
(103,88,102)
#574B56
(87,75,86)
#473E46
(71,62,70)
#373136
(55,49,54)
#272426
(39,36,38)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #B799B6

#B799B6
(183,153,182)
#BDA2BC
(189,162,188)
#C3ABC2
(195,171,194)
#C9B4C8
(201,180,200)
#CFBDCE
(207,189,206)
#D5C6D4
(213,198,212)
#DBCFDA
(219,207,218)
#E1D8E0
(225,216,224)
#E7E1E6
(231,225,230)
#EDEAEC
(237,234,236)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B799B6; }

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

This text font color is #B799B6.


Background Color

.myBgColor { background-color: #B799B6; }

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

This div background color is #B799B6.


Border color

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

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

This div border color is #B799B6.


Opacity

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

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

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

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

This text has shadow with #B799B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B799B6 on black background.


Color preview on white background

This text has color #B799B6 on white background.



Black color preview on #B799B6 background

This text has black color on #B799B6 background.


White color preview on #B799B6 background

This text has white color on #B799B6 background.