COLOR #B697FD

HEX: #B697FD
RGB: (182,151,253)

Color info

#B697FD contains mainly blue color. Web safe color of #B697FD is #CC99FF (or #C9F).

RGB color model

#B697FD color RGB value is (182,151,253).

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

RGB channels and saturation

R 182 of 255 = 71%
G 151 of 255 = 59%
B 253 of 255 = 99%

182
151
253

R + G + B ~ 76%. #B697FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 151 + 253 = 586 (100%)
R 182 of 586 ~ 31.06%
G 151 of 586 ~ 25.77%
B 253 of 586 ~ 43.17%

%31.06
%25.77
%43.17

CMYK color model

#B697FD color CMYK value is (28,40,0,1).

  • cyan value is 28.06%
  • magenta value is 40.32%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(28,40,0,1)
C28M40Y0K1 
(28%,40%,0%,1%)
(0.28/0.40/0.00/0.01)	

CMYK percentages

%28.06
%40.32
%0
%0.78

Codes

Color #B697FD in popluar color models

B697FD
RGB182151253
HSL258°96.23%79.22%
HSB/HSV258°40.32%99.22%
CMYK28.06%40.32%0.00%
0.78%

Color #B697FD in popluar number systems.

HEXB697FD
Decimal182151253
Binary101101101001011111111101
Octal266227375

Shades and tints

Shades of #B697FD

#B697FD
(182,151,253)
#A68AE6
(166,138,230)
#967DCF
(150,125,207)
#8670B8
(134,112,184)
#7663A1
(118,99,161)
#66568A
(102,86,138)
#564973
(86,73,115)
#463C5C
(70,60,92)
#362F45
(54,47,69)
#26222E
(38,34,46)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #B697FD

#B697FD
(182,151,253)
#BCA0FD
(188,160,253)
#C2A9FD
(194,169,253)
#C8B2FD
(200,178,253)
#CEBBFD
(206,187,253)
#D4C4FD
(212,196,253)
#DACDFD
(218,205,253)
#E0D6FD
(224,214,253)
#E6DFFD
(230,223,253)
#ECE8FD
(236,232,253)
#F2F1FD
(242,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B697FD; }

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

This text font color is #B697FD.


Background Color

.myBgColor { background-color: #B697FD; }

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

This div background color is #B697FD.


Border color

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

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

This div border color is #B697FD.


Opacity

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

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

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

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

This text has shadow with #B697FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B697FD on black background.


Color preview on white background

This text has color #B697FD on white background.



Black color preview on #B697FD background

This text has black color on #B697FD background.


White color preview on #B697FD background

This text has white color on #B697FD background.