COLOR #B698D7

HEX: #B698D7
RGB: (182,152,215)

Color info

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

RGB color model

#B698D7 color RGB value is (182,152,215).

  • red value is 182;
  • green value is 152;
  • blue value is 215.
RGB:
(182,152,215)
(71%,60%,84%)

RGB channels and saturation

R 182 of 255 = 71%
G 152 of 255 = 60%
B 215 of 255 = 84%

182
152
215

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

Portions of RGB colors in percentages

R + G + B =
182 + 152 + 215 = 549 (100%)
R 182 of 549 ~ 33.15%
G 152 of 549 ~ 27.69%
B 215 of 549 ~ 39.16%

%33.15
%27.69
%39.16

CMYK color model

#B698D7 color CMYK value is (15,29,0,16).

  • cyan value is 15.35%
  • magenta value is 29.30%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(15,29,0,16)
C15M29Y0K16 
(15%,29%,0%,16%)
(0.15/0.29/0.00/0.16)	

CMYK percentages

%15.35
%29.3
%0
%15.69

Codes

Color #B698D7 in popluar color models

B698D7
RGB182152215
HSL269°44.06%71.96%
HSB/HSV269°29.30%84.31%
CMYK15.35%29.30%0.00%
15.69%

Color #B698D7 in popluar number systems.

HEXB698D7
Decimal182152215
Binary101101101001100011010111
Octal266230327

Shades and tints

Shades of #B698D7

#B698D7
(182,152,215)
#A68BC4
(166,139,196)
#967EB1
(150,126,177)
#86719E
(134,113,158)
#76648B
(118,100,139)
#665778
(102,87,120)
#564A65
(86,74,101)
#463D52
(70,61,82)
#36303F
(54,48,63)
#26232C
(38,35,44)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #B698D7

#B698D7
(182,152,215)
#BCA1DA
(188,161,218)
#C2AADD
(194,170,221)
#C8B3E0
(200,179,224)
#CEBCE3
(206,188,227)
#D4C5E6
(212,197,230)
#DACEE9
(218,206,233)
#E0D7EC
(224,215,236)
#E6E0EF
(230,224,239)
#ECE9F2
(236,233,242)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B698D7 color. Also use rgb(182,152,215) instead hex code.

Text Font Color

.myTextColor { color: #B698D7; }

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

This text font color is #B698D7.


Background Color

.myBgColor { background-color: #B698D7; }

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

This div background color is #B698D7.


Border color

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

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

This div border color is #B698D7.


Opacity

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

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

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

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

This text has shadow with #B698D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B698D7 on black background.


Color preview on white background

This text has color #B698D7 on white background.



Black color preview on #B698D7 background

This text has black color on #B698D7 background.


White color preview on #B698D7 background

This text has white color on #B698D7 background.