COLOR #B695BE

HEX: #B695BE
RGB: (182,149,190)

Color info

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

RGB color model

#B695BE color RGB value is (182,149,190).

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

RGB channels and saturation

R 182 of 255 = 71%
G 149 of 255 = 58%
B 190 of 255 = 75%

182
149
190

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

Portions of RGB colors in percentages

R + G + B =
182 + 149 + 190 = 521 (100%)
R 182 of 521 ~ 34.93%
G 149 of 521 ~ 28.6%
B 190 of 521 ~ 36.47%

%34.93
%28.6
%36.47

CMYK color model

#B695BE color CMYK value is (4,22,0,25).

  • cyan value is 4.21%
  • magenta value is 21.58%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(4,22,0,25)
C4M22Y0K25 
(4%,22%,0%,25%)
(0.04/0.22/0.00/0.25)	

CMYK percentages

%4.21
%21.58
%0
%25.49

Codes

Color #B695BE in popluar color models

B695BE
RGB182149190
HSL288°23.98%66.47%
HSB/HSV288°21.58%74.51%
CMYK4.21%21.58%0.00%
25.49%

Color #B695BE in popluar number systems.

HEXB695BE
Decimal182149190
Binary101101101001010110111110
Octal266225276

Shades and tints

Shades of #B695BE

#B695BE
(182,149,190)
#A688AD
(166,136,173)
#967B9C
(150,123,156)
#866E8B
(134,110,139)
#76617A
(118,97,122)
#665469
(102,84,105)
#564758
(86,71,88)
#463A47
(70,58,71)
#362D36
(54,45,54)
#262025
(38,32,37)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #B695BE

#B695BE
(182,149,190)
#BC9EC3
(188,158,195)
#C2A7C8
(194,167,200)
#C8B0CD
(200,176,205)
#CEB9D2
(206,185,210)
#D4C2D7
(212,194,215)
#DACBDC
(218,203,220)
#E0D4E1
(224,212,225)
#E6DDE6
(230,221,230)
#ECE6EB
(236,230,235)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B695BE; }

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

This text font color is #B695BE.


Background Color

.myBgColor { background-color: #B695BE; }

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

This div background color is #B695BE.


Border color

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

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

This div border color is #B695BE.


Opacity

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

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

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

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

This text has shadow with #B695BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B695BE on black background.


Color preview on white background

This text has color #B695BE on white background.



Black color preview on #B695BE background

This text has black color on #B695BE background.


White color preview on #B695BE background

This text has white color on #B695BE background.