COLOR #B699FB

HEX: #B699FB
RGB: (182,153,251)

Color info

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

RGB color model

#B699FB color RGB value is (182,153,251).

  • red value is 182;
  • green value is 153;
  • blue value is 251.
RGB:
(182,153,251)
(71%,60%,98%)

RGB channels and saturation

R 182 of 255 = 71%
G 153 of 255 = 60%
B 251 of 255 = 98%

182
153
251

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

Portions of RGB colors in percentages

R + G + B =
182 + 153 + 251 = 586 (100%)
R 182 of 586 ~ 31.06%
G 153 of 586 ~ 26.11%
B 251 of 586 ~ 42.83%

%31.06
%26.11
%42.83

CMYK color model

#B699FB color CMYK value is (27,39,0,2).

  • cyan value is 27.49%
  • magenta value is 39.04%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(27,39,0,2)
C27M39Y0K2 
(27%,39%,0%,2%)
(0.27/0.39/0.00/0.02)	

CMYK percentages

%27.49
%39.04
%0
%1.57

Codes

Color #B699FB in popluar color models

B699FB
RGB182153251
HSL258°92.45%79.22%
HSB/HSV258°39.04%98.43%
CMYK27.49%39.04%0.00%
1.57%

Color #B699FB in popluar number systems.

HEXB699FB
Decimal182153251
Binary101101101001100111111011
Octal266231373

Shades and tints

Shades of #B699FB

#B699FB
(182,153,251)
#A68CE5
(166,140,229)
#967FCF
(150,127,207)
#8672B9
(134,114,185)
#7665A3
(118,101,163)
#66588D
(102,88,141)
#564B77
(86,75,119)
#463E61
(70,62,97)
#36314B
(54,49,75)
#262435
(38,36,53)
#16171F
(22,23,31)
#000000
(0,0,0)

Tints of #B699FB

#B699FB
(182,153,251)
#BCA2FB
(188,162,251)
#C2ABFB
(194,171,251)
#C8B4FB
(200,180,251)
#CEBDFB
(206,189,251)
#D4C6FB
(212,198,251)
#DACFFB
(218,207,251)
#E0D8FB
(224,216,251)
#E6E1FB
(230,225,251)
#ECEAFB
(236,234,251)
#F2F3FB
(242,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B699FB color. Also use rgb(182,153,251) instead hex code.

Text Font Color

.myTextColor { color: #B699FB; }

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

This text font color is #B699FB.


Background Color

.myBgColor { background-color: #B699FB; }

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

This div background color is #B699FB.


Border color

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

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

This div border color is #B699FB.


Opacity

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

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

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

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

This text has shadow with #B699FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B699FB on black background.


Color preview on white background

This text has color #B699FB on white background.



Black color preview on #B699FB background

This text has black color on #B699FB background.


White color preview on #B699FB background

This text has white color on #B699FB background.