COLOR #B795C9

HEX: #B795C9
RGB: (183,149,201)

Color info

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

RGB color model

#B795C9 color RGB value is (183,149,201).

  • red value is 183;
  • green value is 149;
  • blue value is 201.
RGB:
(183,149,201)
(72%,58%,79%)

RGB channels and saturation

R 183 of 255 = 72%
G 149 of 255 = 58%
B 201 of 255 = 79%

183
149
201

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

Portions of RGB colors in percentages

R + G + B =
183 + 149 + 201 = 533 (100%)
R 183 of 533 ~ 34.33%
G 149 of 533 ~ 27.95%
B 201 of 533 ~ 37.71%

%34.33
%27.95
%37.71

CMYK color model

#B795C9 color CMYK value is (9,26,0,21).

  • cyan value is 8.96%
  • magenta value is 25.87%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(9,26,0,21)
C9M26Y0K21 
(9%,26%,0%,21%)
(0.09/0.26/0.00/0.21)	

CMYK percentages

%8.96
%25.87
%0
%21.18

Codes

Color #B795C9 in popluar color models

B795C9
RGB183149201
HSL279°32.50%68.63%
HSB/HSV279°25.87%78.82%
CMYK8.96%25.87%0.00%
21.18%

Color #B795C9 in popluar number systems.

HEXB795C9
Decimal183149201
Binary101101111001010111001001
Octal267225311

Shades and tints

Shades of #B795C9

#B795C9
(183,149,201)
#A788B7
(167,136,183)
#977BA5
(151,123,165)
#876E93
(135,110,147)
#776181
(119,97,129)
#67546F
(103,84,111)
#57475D
(87,71,93)
#473A4B
(71,58,75)
#372D39
(55,45,57)
#272027
(39,32,39)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #B795C9

#B795C9
(183,149,201)
#BD9ECD
(189,158,205)
#C3A7D1
(195,167,209)
#C9B0D5
(201,176,213)
#CFB9D9
(207,185,217)
#D5C2DD
(213,194,221)
#DBCBE1
(219,203,225)
#E1D4E5
(225,212,229)
#E7DDE9
(231,221,233)
#EDE6ED
(237,230,237)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B795C9 color. Also use rgb(183,149,201) instead hex code.

Text Font Color

.myTextColor { color: #B795C9; }

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

This text font color is #B795C9.


Background Color

.myBgColor { background-color: #B795C9; }

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

This div background color is #B795C9.


Border color

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

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

This div border color is #B795C9.


Opacity

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

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

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

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

This text has shadow with #B795C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B795C9 on black background.


Color preview on white background

This text has color #B795C9 on white background.



Black color preview on #B795C9 background

This text has black color on #B795C9 background.


White color preview on #B795C9 background

This text has white color on #B795C9 background.