COLOR #B697BE

HEX: #B697BE
RGB: (182,151,190)

Color info

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

RGB color model

#B697BE color RGB value is (182,151,190).

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

RGB channels and saturation

R 182 of 255 = 71%
G 151 of 255 = 59%
B 190 of 255 = 75%

182
151
190

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

Portions of RGB colors in percentages

R + G + B =
182 + 151 + 190 = 523 (100%)
R 182 of 523 ~ 34.8%
G 151 of 523 ~ 28.87%
B 190 of 523 ~ 36.33%

%34.8
%28.87
%36.33

CMYK color model

#B697BE color CMYK value is (4,21,0,25).

  • cyan value is 4.21%
  • magenta value is 20.53%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(4,21,0,25)
C4M21Y0K25 
(4%,21%,0%,25%)
(0.04/0.21/0.00/0.25)	

CMYK percentages

%4.21
%20.53
%0
%25.49

Codes

Color #B697BE in popluar color models

B697BE
RGB182151190
HSL288°23.08%66.86%
HSB/HSV288°20.53%74.51%
CMYK4.21%20.53%0.00%
25.49%

Color #B697BE in popluar number systems.

HEXB697BE
Decimal182151190
Binary101101101001011110111110
Octal266227276

Shades and tints

Shades of #B697BE

#B697BE
(182,151,190)
#A68AAD
(166,138,173)
#967D9C
(150,125,156)
#86708B
(134,112,139)
#76637A
(118,99,122)
#665669
(102,86,105)
#564958
(86,73,88)
#463C47
(70,60,71)
#362F36
(54,47,54)
#262225
(38,34,37)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #B697BE

#B697BE
(182,151,190)
#BCA0C3
(188,160,195)
#C2A9C8
(194,169,200)
#C8B2CD
(200,178,205)
#CEBBD2
(206,187,210)
#D4C4D7
(212,196,215)
#DACDDC
(218,205,220)
#E0D6E1
(224,214,225)
#E6DFE6
(230,223,230)
#ECE8EB
(236,232,235)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B697BE; }

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

This text font color is #B697BE.


Background Color

.myBgColor { background-color: #B697BE; }

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

This div background color is #B697BE.


Border color

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

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

This div border color is #B697BE.


Opacity

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

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

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

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

This text has shadow with #B697BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B697BE on black background.


Color preview on white background

This text has color #B697BE on white background.



Black color preview on #B697BE background

This text has black color on #B697BE background.


White color preview on #B697BE background

This text has white color on #B697BE background.