COLOR #B697BD

HEX: #B697BD RGB: (182,151,189)

Color info

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

RGB color model

#B697BD color RGB value is (182,151,189).

RGB: (182,151,189) (71%, 59%, 74%)

RGB channels and saturation

R 182 of 255 = 71%
G 151 of 255 = 59%
B 189 of 255 = 74%

182
151
189

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

Portions of RGB colors in percentages

R + G + B = 182 + 151 + 189 = 522 (100%)
R 182 of 522 ~ 34.87%
G 151 of 522 ~ 28.93%
B 189 of 522 ~ 36.21'%

%34.87
%28.93
%36.21

CMYK color model

#B697BD color CMYK value is (4,20,0,26).

  • cyan value is 3.70%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (4,20,0,26)
C4M20Y0K26 (4%, 20%, 0%, 26%)
(0.04 / 0.20 / 0.00 / 0.26)

CMYK percentages

%3.7
%20.11
%0
%25.88

Codes

Color #B697BD in popluar color models

B6 97 BD
RGB 182 151 189
HSL 289° 22.35% 66.67%
HSB/HSV 289° 20.11% 74.12%
CMYK 3.70% 20.11% 0.00%
25.88%

Color #B697BD in popluar number systems.

HEX B6 97 BD
Decimal 182 151 189
Binary 10110110 10010111 10111101
Octal 266 227 275

Shades and tints

Shades of #B697BD

#B697BD
(182,151,189)
#A68AAC
(166,138,172)
#967D9B
(150,125,155)
#86708A
(134,112,138)
#766379
(118,99,121)
#665668
(102,86,104)
#564957
(86,73,87)
#463C46
(70,60,70)
#362F35
(54,47,53)
#262224
(38,34,36)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #B697BD

#B697BD
(182,151,189)
#BCA0C3
(188,160,195)
#C2A9C9
(194,169,201)
#C8B2CF
(200,178,207)
#CEBBD5
(206,187,213)
#D4C4DB
(212,196,219)
#DACDE1
(218,205,225)
#E0D6E7
(224,214,231)
#E6DFED
(230,223,237)
#ECE8F3
(236,232,243)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B697BD; }

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

This text font color is #B697BD.

Background Color

.myBgColor { background-color: #B697BD; }

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

This div background color is #B697BD.

Border color

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

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

This div border color is #B697BD.

Opacity

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

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

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

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

This text has shadow with #B697BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B697BD.

Preview

Color preview on black background

This text has color #B697BD on black background.


Color preview on white background

This text has color #B697BD on white background.


Black color preview on #B697BD background

This text has black color on #B697BD background.


White color preview on #B697BD background

This text has white color on #B697BD background.


Related colors

Complementary color

Complementary color for #hex is #496842.


I love getcolorcode.com

Triadic colors

1 #BDB697 and #97BDB6 with #B697BD are triadic colors.

2 #BD97B6 and #97B6BD with #B697BD are triadic colors.