COLOR #B692C8

HEX: #B692C8
RGB: (182,146,200)

Color info

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

RGB color model

#B692C8 color RGB value is (182,146,200).

  • red value is 182;
  • green value is 146;
  • blue value is 200.
RGB:
(182,146,200)
(71%,57%,78%)

RGB channels and saturation

R 182 of 255 = 71%
G 146 of 255 = 57%
B 200 of 255 = 78%

182
146
200

R + G + B ~ 69%. #B692C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 146 + 200 = 528 (100%)
R 182 of 528 ~ 34.47%
G 146 of 528 ~ 27.65%
B 200 of 528 ~ 37.88%

%34.47
%27.65
%37.88

CMYK color model

#B692C8 color CMYK value is (9,27,0,22).

  • cyan value is 9.00%
  • magenta value is 27.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(9,27,0,22)
C9M27Y0K22 
(9%,27%,0%,22%)
(0.09/0.27/0.00/0.22)	

CMYK percentages

%9
%27
%0
%21.57

Codes

Color #B692C8 in popluar color models

B692C8
RGB182146200
HSL280°32.93%67.84%
HSB/HSV280°27.00%78.43%
CMYK9.00%27.00%0.00%
21.57%

Color #B692C8 in popluar number systems.

HEXB692C8
Decimal182146200
Binary101101101001001011001000
Octal266222310

Shades and tints

Shades of #B692C8

#B692C8
(182,146,200)
#A685B6
(166,133,182)
#9678A4
(150,120,164)
#866B92
(134,107,146)
#765E80
(118,94,128)
#66516E
(102,81,110)
#56445C
(86,68,92)
#46374A
(70,55,74)
#362A38
(54,42,56)
#261D26
(38,29,38)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #B692C8

#B692C8
(182,146,200)
#BC9BCD
(188,155,205)
#C2A4D2
(194,164,210)
#C8ADD7
(200,173,215)
#CEB6DC
(206,182,220)
#D4BFE1
(212,191,225)
#DAC8E6
(218,200,230)
#E0D1EB
(224,209,235)
#E6DAF0
(230,218,240)
#ECE3F5
(236,227,245)
#F2ECFA
(242,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B692C8 color. Also use rgb(182,146,200) instead hex code.

Text Font Color

.myTextColor { color: #B692C8; }

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

This text font color is #B692C8.


Background Color

.myBgColor { background-color: #B692C8; }

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

This div background color is #B692C8.


Border color

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

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

This div border color is #B692C8.


Opacity

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

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

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

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

This text has shadow with #B692C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B692C8 on black background.


Color preview on white background

This text has color #B692C8 on white background.



Black color preview on #B692C8 background

This text has black color on #B692C8 background.


White color preview on #B692C8 background

This text has white color on #B692C8 background.