COLOR #B695D2

HEX: #B695D2
RGB: (182,149,210)

Color info

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

RGB color model

#B695D2 color RGB value is (182,149,210).

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

RGB channels and saturation

R 182 of 255 = 71%
G 149 of 255 = 58%
B 210 of 255 = 82%

182
149
210

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

Portions of RGB colors in percentages

R + G + B =
182 + 149 + 210 = 541 (100%)
R 182 of 541 ~ 33.64%
G 149 of 541 ~ 27.54%
B 210 of 541 ~ 38.82%

%33.64
%27.54
%38.82

CMYK color model

#B695D2 color CMYK value is (13,29,0,18).

  • cyan value is 13.33%
  • magenta value is 29.05%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(13,29,0,18)
C13M29Y0K18 
(13%,29%,0%,18%)
(0.13/0.29/0.00/0.18)	

CMYK percentages

%13.33
%29.05
%0
%17.65

Codes

Color #B695D2 in popluar color models

B695D2
RGB182149210
HSL272°40.40%70.39%
HSB/HSV272°29.05%82.35%
CMYK13.33%29.05%0.00%
17.65%

Color #B695D2 in popluar number systems.

HEXB695D2
Decimal182149210
Binary101101101001010111010010
Octal266225322

Shades and tints

Shades of #B695D2

#B695D2
(182,149,210)
#A688BF
(166,136,191)
#967BAC
(150,123,172)
#866E99
(134,110,153)
#766186
(118,97,134)
#665473
(102,84,115)
#564760
(86,71,96)
#463A4D
(70,58,77)
#362D3A
(54,45,58)
#262027
(38,32,39)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #B695D2

#B695D2
(182,149,210)
#BC9ED6
(188,158,214)
#C2A7DA
(194,167,218)
#C8B0DE
(200,176,222)
#CEB9E2
(206,185,226)
#D4C2E6
(212,194,230)
#DACBEA
(218,203,234)
#E0D4EE
(224,212,238)
#E6DDF2
(230,221,242)
#ECE6F6
(236,230,246)
#F2EFFA
(242,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B695D2; }

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

This text font color is #B695D2.


Background Color

.myBgColor { background-color: #B695D2; }

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

This div background color is #B695D2.


Border color

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

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

This div border color is #B695D2.


Opacity

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

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

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

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

This text has shadow with #B695D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B695D2 on black background.


Color preview on white background

This text has color #B695D2 on white background.



Black color preview on #B695D2 background

This text has black color on #B695D2 background.


White color preview on #B695D2 background

This text has white color on #B695D2 background.