COLOR #B795CB

HEX: #B795CB
RGB: (183,149,203)

Color info

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

RGB color model

#B795CB color RGB value is (183,149,203).

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

RGB channels and saturation

R 183 of 255 = 72%
G 149 of 255 = 58%
B 203 of 255 = 80%

183
149
203

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

Portions of RGB colors in percentages

R + G + B =
183 + 149 + 203 = 535 (100%)
R 183 of 535 ~ 34.21%
G 149 of 535 ~ 27.85%
B 203 of 535 ~ 37.94%

%34.21
%27.85
%37.94

CMYK color model

#B795CB color CMYK value is (10,27,0,20).

  • cyan value is 9.85%
  • magenta value is 26.60%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(10,27,0,20)
C10M27Y0K20 
(10%,27%,0%,20%)
(0.10/0.27/0.00/0.20)	

CMYK percentages

%9.85
%26.6
%0
%20.39

Codes

Color #B795CB in popluar color models

B795CB
RGB183149203
HSL278°34.18%69.02%
HSB/HSV278°26.60%79.61%
CMYK9.85%26.60%0.00%
20.39%

Color #B795CB in popluar number systems.

HEXB795CB
Decimal183149203
Binary101101111001010111001011
Octal267225313

Shades and tints

Shades of #B795CB

#B795CB
(183,149,203)
#A788B9
(167,136,185)
#977BA7
(151,123,167)
#876E95
(135,110,149)
#776183
(119,97,131)
#675471
(103,84,113)
#57475F
(87,71,95)
#473A4D
(71,58,77)
#372D3B
(55,45,59)
#272029
(39,32,41)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #B795CB

#B795CB
(183,149,203)
#BD9ECF
(189,158,207)
#C3A7D3
(195,167,211)
#C9B0D7
(201,176,215)
#CFB9DB
(207,185,219)
#D5C2DF
(213,194,223)
#DBCBE3
(219,203,227)
#E1D4E7
(225,212,231)
#E7DDEB
(231,221,235)
#EDE6EF
(237,230,239)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B795CB; }

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

This text font color is #B795CB.


Background Color

.myBgColor { background-color: #B795CB; }

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

This div background color is #B795CB.


Border color

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

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

This div border color is #B795CB.


Opacity

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

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

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

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

This text has shadow with #B795CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B795CB on black background.


Color preview on white background

This text has color #B795CB on white background.



Black color preview on #B795CB background

This text has black color on #B795CB background.


White color preview on #B795CB background

This text has white color on #B795CB background.