COLOR #B795DC

HEX: #B795DC
RGB: (183,149,220)

Color info

#B795DC contains mainly red and blue colors. Web safe color of #B795DC is #CC99CC (or #C9C).

RGB color model

#B795DC color RGB value is (183,149,220).

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

RGB channels and saturation

R 183 of 255 = 72%
G 149 of 255 = 58%
B 220 of 255 = 86%

183
149
220

R + G + B ~ 72%. #B795DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 149 + 220 = 552 (100%)
R 183 of 552 ~ 33.15%
G 149 of 552 ~ 26.99%
B 220 of 552 ~ 39.86%

%33.15
%26.99
%39.86

CMYK color model

#B795DC color CMYK value is (17,32,0,14).

  • cyan value is 16.82%
  • magenta value is 32.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(17,32,0,14)
C17M32Y0K14 
(17%,32%,0%,14%)
(0.17/0.32/0.00/0.14)	

CMYK percentages

%16.82
%32.27
%0
%13.73

Codes

Color #B795DC in popluar color models

B795DC
RGB183149220
HSL269°50.35%72.35%
HSB/HSV269°32.27%86.27%
CMYK16.82%32.27%0.00%
13.73%

Color #B795DC in popluar number systems.

HEXB795DC
Decimal183149220
Binary101101111001010111011100
Octal267225334

Shades and tints

Shades of #B795DC

#B795DC
(183,149,220)
#A788C8
(167,136,200)
#977BB4
(151,123,180)
#876EA0
(135,110,160)
#77618C
(119,97,140)
#675478
(103,84,120)
#574764
(87,71,100)
#473A50
(71,58,80)
#372D3C
(55,45,60)
#272028
(39,32,40)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #B795DC

#B795DC
(183,149,220)
#BD9EDF
(189,158,223)
#C3A7E2
(195,167,226)
#C9B0E5
(201,176,229)
#CFB9E8
(207,185,232)
#D5C2EB
(213,194,235)
#DBCBEE
(219,203,238)
#E1D4F1
(225,212,241)
#E7DDF4
(231,221,244)
#EDE6F7
(237,230,247)
#F3EFFA
(243,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B795DC; }

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

This text font color is #B795DC.


Background Color

.myBgColor { background-color: #B795DC; }

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

This div background color is #B795DC.


Border color

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

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

This div border color is #B795DC.


Opacity

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

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

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

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

This text has shadow with #B795DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B795DC on black background.


Color preview on white background

This text has color #B795DC on white background.



Black color preview on #B795DC background

This text has black color on #B795DC background.


White color preview on #B795DC background

This text has white color on #B795DC background.