COLOR #B797CB

HEX: #B797CB
RGB: (183,151,203)

Color info

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

RGB color model

#B797CB color RGB value is (183,151,203).

  • red value is 183;
  • green value is 151;
  • blue value is 203.
RGB:
(183,151,203)
(72%,59%,80%)

RGB channels and saturation

R 183 of 255 = 72%
G 151 of 255 = 59%
B 203 of 255 = 80%

183
151
203

R + G + B ~ 70%. #B797CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 151 + 203 = 537 (100%)
R 183 of 537 ~ 34.08%
G 151 of 537 ~ 28.12%
B 203 of 537 ~ 37.8%

%34.08
%28.12
%37.8

CMYK color model

#B797CB color CMYK value is (10,26,0,20).

  • cyan value is 9.85%
  • magenta value is 25.62%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(10,26,0,20)
C10M26Y0K20 
(10%,26%,0%,20%)
(0.10/0.26/0.00/0.20)	

CMYK percentages

%9.85
%25.62
%0
%20.39

Codes

Color #B797CB in popluar color models

B797CB
RGB183151203
HSL277°33.33%69.41%
HSB/HSV277°25.62%79.61%
CMYK9.85%25.62%0.00%
20.39%

Color #B797CB in popluar number systems.

HEXB797CB
Decimal183151203
Binary101101111001011111001011
Octal267227313

Shades and tints

Shades of #B797CB

#B797CB
(183,151,203)
#A78AB9
(167,138,185)
#977DA7
(151,125,167)
#877095
(135,112,149)
#776383
(119,99,131)
#675671
(103,86,113)
#57495F
(87,73,95)
#473C4D
(71,60,77)
#372F3B
(55,47,59)
#272229
(39,34,41)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #B797CB

#B797CB
(183,151,203)
#BDA0CF
(189,160,207)
#C3A9D3
(195,169,211)
#C9B2D7
(201,178,215)
#CFBBDB
(207,187,219)
#D5C4DF
(213,196,223)
#DBCDE3
(219,205,227)
#E1D6E7
(225,214,231)
#E7DFEB
(231,223,235)
#EDE8EF
(237,232,239)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B797CB color. Also use rgb(183,151,203) instead hex code.

Text Font Color

.myTextColor { color: #B797CB; }

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

This text font color is #B797CB.


Background Color

.myBgColor { background-color: #B797CB; }

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

This div background color is #B797CB.


Border color

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

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

This div border color is #B797CB.


Opacity

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

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

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

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

This text has shadow with #B797CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B797CB on black background.


Color preview on white background

This text has color #B797CB on white background.



Black color preview on #B797CB background

This text has black color on #B797CB background.


White color preview on #B797CB background

This text has white color on #B797CB background.