COLOR #B695BC

HEX: #B695BC
RGB: (182,149,188)

Color info

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

RGB color model

#B695BC color RGB value is (182,149,188).

  • red value is 182;
  • green value is 149;
  • blue value is 188.
RGB:
(182,149,188)
(71%,58%,74%)

RGB channels and saturation

R 182 of 255 = 71%
G 149 of 255 = 58%
B 188 of 255 = 74%

182
149
188

R + G + B ~ 68%. #B695BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 149 + 188 = 519 (100%)
R 182 of 519 ~ 35.07%
G 149 of 519 ~ 28.71%
B 188 of 519 ~ 36.22%

%35.07
%28.71
%36.22

CMYK color model

#B695BC color CMYK value is (3,21,0,26).

  • cyan value is 3.19%
  • magenta value is 20.74%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(3,21,0,26)
C3M21Y0K26 
(3%,21%,0%,26%)
(0.03/0.21/0.00/0.26)	

CMYK percentages

%3.19
%20.74
%0
%26.27

Codes

Color #B695BC in popluar color models

B695BC
RGB182149188
HSL291°22.54%66.08%
HSB/HSV291°20.74%73.73%
CMYK3.19%20.74%0.00%
26.27%

Color #B695BC in popluar number systems.

HEXB695BC
Decimal182149188
Binary101101101001010110111100
Octal266225274

Shades and tints

Shades of #B695BC

#B695BC
(182,149,188)
#A688AB
(166,136,171)
#967B9A
(150,123,154)
#866E89
(134,110,137)
#766178
(118,97,120)
#665467
(102,84,103)
#564756
(86,71,86)
#463A45
(70,58,69)
#362D34
(54,45,52)
#262023
(38,32,35)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #B695BC

#B695BC
(182,149,188)
#BC9EC2
(188,158,194)
#C2A7C8
(194,167,200)
#C8B0CE
(200,176,206)
#CEB9D4
(206,185,212)
#D4C2DA
(212,194,218)
#DACBE0
(218,203,224)
#E0D4E6
(224,212,230)
#E6DDEC
(230,221,236)
#ECE6F2
(236,230,242)
#F2EFF8
(242,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B695BC color. Also use rgb(182,149,188) instead hex code.

Text Font Color

.myTextColor { color: #B695BC; }

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

This text font color is #B695BC.


Background Color

.myBgColor { background-color: #B695BC; }

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

This div background color is #B695BC.


Border color

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

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

This div border color is #B695BC.


Opacity

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

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

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

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

This text has shadow with #B695BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B695BC on black background.


Color preview on white background

This text has color #B695BC on white background.



Black color preview on #B695BC background

This text has black color on #B695BC background.


White color preview on #B695BC background

This text has white color on #B695BC background.