COLOR #B799C0

HEX: #B799C0
RGB: (183,153,192)

Color info

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

RGB color model

#B799C0 color RGB value is (183,153,192).

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

RGB channels and saturation

R 183 of 255 = 72%
G 153 of 255 = 60%
B 192 of 255 = 75%

183
153
192

R + G + B ~ 69%. #B799C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 153 + 192 = 528 (100%)
R 183 of 528 ~ 34.66%
G 153 of 528 ~ 28.98%
B 192 of 528 ~ 36.36%

%34.66
%28.98
%36.36

CMYK color model

#B799C0 color CMYK value is (5,20,0,25).

  • cyan value is 4.69%
  • magenta value is 20.31%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(5,20,0,25)
C5M20Y0K25 
(5%,20%,0%,25%)
(0.05/0.20/0.00/0.25)	

CMYK percentages

%4.69
%20.31
%0
%24.71

Codes

Color #B799C0 in popluar color models

B799C0
RGB183153192
HSL286°23.64%67.65%
HSB/HSV286°20.31%75.29%
CMYK4.69%20.31%0.00%
24.71%

Color #B799C0 in popluar number systems.

HEXB799C0
Decimal183153192
Binary101101111001100111000000
Octal267231300

Shades and tints

Shades of #B799C0

#B799C0
(183,153,192)
#A78CAF
(167,140,175)
#977F9E
(151,127,158)
#87728D
(135,114,141)
#77657C
(119,101,124)
#67586B
(103,88,107)
#574B5A
(87,75,90)
#473E49
(71,62,73)
#373138
(55,49,56)
#272427
(39,36,39)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #B799C0

#B799C0
(183,153,192)
#BDA2C5
(189,162,197)
#C3ABCA
(195,171,202)
#C9B4CF
(201,180,207)
#CFBDD4
(207,189,212)
#D5C6D9
(213,198,217)
#DBCFDE
(219,207,222)
#E1D8E3
(225,216,227)
#E7E1E8
(231,225,232)
#EDEAED
(237,234,237)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B799C0; }

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

This text font color is #B799C0.


Background Color

.myBgColor { background-color: #B799C0; }

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

This div background color is #B799C0.


Border color

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

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

This div border color is #B799C0.


Opacity

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

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

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

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

This text has shadow with #B799C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B799C0 on black background.


Color preview on white background

This text has color #B799C0 on white background.



Black color preview on #B799C0 background

This text has black color on #B799C0 background.


White color preview on #B799C0 background

This text has white color on #B799C0 background.