COLOR #B692BE

HEX: #B692BE
RGB: (182,146,190)

Color info

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

RGB color model

#B692BE color RGB value is (182,146,190).

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

RGB channels and saturation

R 182 of 255 = 71%
G 146 of 255 = 57%
B 190 of 255 = 75%

182
146
190

R + G + B ~ 68%. #B692BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 146 + 190 = 518 (100%)
R 182 of 518 ~ 35.14%
G 146 of 518 ~ 28.19%
B 190 of 518 ~ 36.68%

%35.14
%28.19
%36.68

CMYK color model

#B692BE color CMYK value is (4,23,0,25).

  • cyan value is 4.21%
  • magenta value is 23.16%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(4,23,0,25)
C4M23Y0K25 
(4%,23%,0%,25%)
(0.04/0.23/0.00/0.25)	

CMYK percentages

%4.21
%23.16
%0
%25.49

Codes

Color #B692BE in popluar color models

B692BE
RGB182146190
HSL289°25.29%65.88%
HSB/HSV289°23.16%74.51%
CMYK4.21%23.16%0.00%
25.49%

Color #B692BE in popluar number systems.

HEXB692BE
Decimal182146190
Binary101101101001001010111110
Octal266222276

Shades and tints

Shades of #B692BE

#B692BE
(182,146,190)
#A685AD
(166,133,173)
#96789C
(150,120,156)
#866B8B
(134,107,139)
#765E7A
(118,94,122)
#665169
(102,81,105)
#564458
(86,68,88)
#463747
(70,55,71)
#362A36
(54,42,54)
#261D25
(38,29,37)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #B692BE

#B692BE
(182,146,190)
#BC9BC3
(188,155,195)
#C2A4C8
(194,164,200)
#C8ADCD
(200,173,205)
#CEB6D2
(206,182,210)
#D4BFD7
(212,191,215)
#DAC8DC
(218,200,220)
#E0D1E1
(224,209,225)
#E6DAE6
(230,218,230)
#ECE3EB
(236,227,235)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B692BE; }

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

This text font color is #B692BE.


Background Color

.myBgColor { background-color: #B692BE; }

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

This div background color is #B692BE.


Border color

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

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

This div border color is #B692BE.


Opacity

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

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

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

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

This text has shadow with #B692BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B692BE on black background.


Color preview on white background

This text has color #B692BE on white background.



Black color preview on #B692BE background

This text has black color on #B692BE background.


White color preview on #B692BE background

This text has white color on #B692BE background.