COLOR #B395CE

HEX: #B395CE
RGB: (179,149,206)

Color info

#B395CE contains red, green and blue colors in about the same proportion. Web safe color of #B395CE is #9999CC (or #99C).

RGB color model

#B395CE color RGB value is (179,149,206).

  • red value is 179;
  • green value is 149;
  • blue value is 206.
RGB:
(179,149,206)
(70%,58%,81%)

RGB channels and saturation

R 179 of 255 = 70%
G 149 of 255 = 58%
B 206 of 255 = 81%

179
149
206

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

Portions of RGB colors in percentages

R + G + B =
179 + 149 + 206 = 534 (100%)
R 179 of 534 ~ 33.52%
G 149 of 534 ~ 27.9%
B 206 of 534 ~ 38.58%

%33.52
%27.9
%38.58

CMYK color model

#B395CE color CMYK value is (13,28,0,19).

  • cyan value is 13.11%
  • magenta value is 27.67%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(13,28,0,19)
C13M28Y0K19 
(13%,28%,0%,19%)
(0.13/0.28/0.00/0.19)	

CMYK percentages

%13.11
%27.67
%0
%19.22

Codes

Color #B395CE in popluar color models

B395CE
RGB179149206
HSL272°36.77%69.61%
HSB/HSV272°27.67%80.78%
CMYK13.11%27.67%0.00%
19.22%

Color #B395CE in popluar number systems.

HEXB395CE
Decimal179149206
Binary101100111001010111001110
Octal263225316

Shades and tints

Shades of #B395CE

#B395CE
(179,149,206)
#A388BC
(163,136,188)
#937BAA
(147,123,170)
#836E98
(131,110,152)
#736186
(115,97,134)
#635474
(99,84,116)
#534762
(83,71,98)
#433A50
(67,58,80)
#332D3E
(51,45,62)
#23202C
(35,32,44)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #B395CE

#B395CE
(179,149,206)
#B99ED2
(185,158,210)
#BFA7D6
(191,167,214)
#C5B0DA
(197,176,218)
#CBB9DE
(203,185,222)
#D1C2E2
(209,194,226)
#D7CBE6
(215,203,230)
#DDD4EA
(221,212,234)
#E3DDEE
(227,221,238)
#E9E6F2
(233,230,242)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B395CE color. Also use rgb(179,149,206) instead hex code.

Text Font Color

.myTextColor { color: #B395CE; }

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

This text font color is #B395CE.


Background Color

.myBgColor { background-color: #B395CE; }

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

This div background color is #B395CE.


Border color

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

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

This div border color is #B395CE.


Opacity

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

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

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

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

This text has shadow with #B395CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B395CE on black background.


Color preview on white background

This text has color #B395CE on white background.



Black color preview on #B395CE background

This text has black color on #B395CE background.


White color preview on #B395CE background

This text has white color on #B395CE background.