COLOR #B695B5

HEX: #B695B5
RGB: (182,149,181)

Color info

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

RGB color model

#B695B5 color RGB value is (182,149,181).

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

RGB channels and saturation

R 182 of 255 = 71%
G 149 of 255 = 58%
B 181 of 255 = 71%

182
149
181

R + G + B ~ 67%. #B695B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 149 + 181 = 512 (100%)
R 182 of 512 ~ 35.55%
G 149 of 512 ~ 29.1%
B 181 of 512 ~ 35.35%

%35.55
%29.1
%35.35

CMYK color model

#B695B5 color CMYK value is (0,18,1,29).

  • cyan value is 0.00%
  • magenta value is 18.13%
  • yellow value is 0.55%
  • key color value is 28.63%
CMYK:
(0,18,1,29)
C0M18Y1K29 
(0%,18%,1%,29%)
(0.00/0.18/0.01/0.29)	

CMYK percentages

%0
%18.13
%0.55
%28.63

Codes

Color #B695B5 in popluar color models

B695B5
RGB182149181
HSL302°18.44%64.90%
HSB/HSV302°18.13%71.37%
CMYK0.00%18.13%0.55%
28.63%

Color #B695B5 in popluar number systems.

HEXB695B5
Decimal182149181
Binary101101101001010110110101
Octal266225265

Shades and tints

Shades of #B695B5

#B695B5
(182,149,181)
#A688A5
(166,136,165)
#967B95
(150,123,149)
#866E85
(134,110,133)
#766175
(118,97,117)
#665465
(102,84,101)
#564755
(86,71,85)
#463A45
(70,58,69)
#362D35
(54,45,53)
#262025
(38,32,37)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #B695B5

#B695B5
(182,149,181)
#BC9EBB
(188,158,187)
#C2A7C1
(194,167,193)
#C8B0C7
(200,176,199)
#CEB9CD
(206,185,205)
#D4C2D3
(212,194,211)
#DACBD9
(218,203,217)
#E0D4DF
(224,212,223)
#E6DDE5
(230,221,229)
#ECE6EB
(236,230,235)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B695B5; }

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

This text font color is #B695B5.


Background Color

.myBgColor { background-color: #B695B5; }

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

This div background color is #B695B5.


Border color

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

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

This div border color is #B695B5.


Opacity

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

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

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

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

This text has shadow with #B695B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B695B5 on black background.


Color preview on white background

This text has color #B695B5 on white background.



Black color preview on #B695B5 background

This text has black color on #B695B5 background.


White color preview on #B695B5 background

This text has white color on #B695B5 background.