COLOR #B697D8

HEX: #B697D8
RGB: (182,151,216)

Color info

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

RGB color model

#B697D8 color RGB value is (182,151,216).

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

RGB channels and saturation

R 182 of 255 = 71%
G 151 of 255 = 59%
B 216 of 255 = 85%

182
151
216

R + G + B ~ 72%. #B697D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 151 + 216 = 549 (100%)
R 182 of 549 ~ 33.15%
G 151 of 549 ~ 27.5%
B 216 of 549 ~ 39.34%

%33.15
%27.5
%39.34

CMYK color model

#B697D8 color CMYK value is (16,30,0,15).

  • cyan value is 15.74%
  • magenta value is 30.09%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(16,30,0,15)
C16M30Y0K15 
(16%,30%,0%,15%)
(0.16/0.30/0.00/0.15)	

CMYK percentages

%15.74
%30.09
%0
%15.29

Codes

Color #B697D8 in popluar color models

B697D8
RGB182151216
HSL269°45.45%71.96%
HSB/HSV269°30.09%84.71%
CMYK15.74%30.09%0.00%
15.29%

Color #B697D8 in popluar number systems.

HEXB697D8
Decimal182151216
Binary101101101001011111011000
Octal266227330

Shades and tints

Shades of #B697D8

#B697D8
(182,151,216)
#A68AC5
(166,138,197)
#967DB2
(150,125,178)
#86709F
(134,112,159)
#76638C
(118,99,140)
#665679
(102,86,121)
#564966
(86,73,102)
#463C53
(70,60,83)
#362F40
(54,47,64)
#26222D
(38,34,45)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #B697D8

#B697D8
(182,151,216)
#BCA0DB
(188,160,219)
#C2A9DE
(194,169,222)
#C8B2E1
(200,178,225)
#CEBBE4
(206,187,228)
#D4C4E7
(212,196,231)
#DACDEA
(218,205,234)
#E0D6ED
(224,214,237)
#E6DFF0
(230,223,240)
#ECE8F3
(236,232,243)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B697D8; }

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

This text font color is #B697D8.


Background Color

.myBgColor { background-color: #B697D8; }

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

This div background color is #B697D8.


Border color

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

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

This div border color is #B697D8.


Opacity

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

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

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

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

This text has shadow with #B697D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B697D8 on black background.


Color preview on white background

This text has color #B697D8 on white background.



Black color preview on #B697D8 background

This text has black color on #B697D8 background.


White color preview on #B697D8 background

This text has white color on #B697D8 background.