COLOR #B797CD

HEX: #B797CD
RGB: (183,151,205)

Color info

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

RGB color model

#B797CD color RGB value is (183,151,205).

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

RGB channels and saturation

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

183
151
205

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

Portions of RGB colors in percentages

R + G + B =
183 + 151 + 205 = 539 (100%)
R 183 of 539 ~ 33.95%
G 151 of 539 ~ 28.01%
B 205 of 539 ~ 38.03%

%33.95
%28.01
%38.03

CMYK color model

#B797CD color CMYK value is (11,26,0,20).

  • cyan value is 10.73%
  • magenta value is 26.34%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(11,26,0,20)
C11M26Y0K20 
(11%,26%,0%,20%)
(0.11/0.26/0.00/0.20)	

CMYK percentages

%10.73
%26.34
%0
%19.61

Codes

Color #B797CD in popluar color models

B797CD
RGB183151205
HSL276°35.06%69.80%
HSB/HSV276°26.34%80.39%
CMYK10.73%26.34%0.00%
19.61%

Color #B797CD in popluar number systems.

HEXB797CD
Decimal183151205
Binary101101111001011111001101
Octal267227315

Shades and tints

Shades of #B797CD

#B797CD
(183,151,205)
#A78ABB
(167,138,187)
#977DA9
(151,125,169)
#877097
(135,112,151)
#776385
(119,99,133)
#675673
(103,86,115)
#574961
(87,73,97)
#473C4F
(71,60,79)
#372F3D
(55,47,61)
#27222B
(39,34,43)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #B797CD

#B797CD
(183,151,205)
#BDA0D1
(189,160,209)
#C3A9D5
(195,169,213)
#C9B2D9
(201,178,217)
#CFBBDD
(207,187,221)
#D5C4E1
(213,196,225)
#DBCDE5
(219,205,229)
#E1D6E9
(225,214,233)
#E7DFED
(231,223,237)
#EDE8F1
(237,232,241)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B797CD; }

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

This text font color is #B797CD.


Background Color

.myBgColor { background-color: #B797CD; }

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

This div background color is #B797CD.


Border color

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

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

This div border color is #B797CD.


Opacity

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

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

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

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

This text has shadow with #B797CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B797CD on black background.


Color preview on white background

This text has color #B797CD on white background.



Black color preview on #B797CD background

This text has black color on #B797CD background.


White color preview on #B797CD background

This text has white color on #B797CD background.