COLOR #B693C6

HEX: #B693C6
RGB: (182,147,198)

Color info

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

RGB color model

#B693C6 color RGB value is (182,147,198).

  • red value is 182;
  • green value is 147;
  • blue value is 198.
RGB:
(182,147,198)
(71%,58%,78%)

RGB channels and saturation

R 182 of 255 = 71%
G 147 of 255 = 58%
B 198 of 255 = 78%

182
147
198

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

Portions of RGB colors in percentages

R + G + B =
182 + 147 + 198 = 527 (100%)
R 182 of 527 ~ 34.54%
G 147 of 527 ~ 27.89%
B 198 of 527 ~ 37.57%

%34.54
%27.89
%37.57

CMYK color model

#B693C6 color CMYK value is (8,26,0,22).

  • cyan value is 8.08%
  • magenta value is 25.76%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(8,26,0,22)
C8M26Y0K22 
(8%,26%,0%,22%)
(0.08/0.26/0.00/0.22)	

CMYK percentages

%8.08
%25.76
%0
%22.35

Codes

Color #B693C6 in popluar color models

B693C6
RGB182147198
HSL281°30.91%67.65%
HSB/HSV281°25.76%77.65%
CMYK8.08%25.76%0.00%
22.35%

Color #B693C6 in popluar number systems.

HEXB693C6
Decimal182147198
Binary101101101001001111000110
Octal266223306

Shades and tints

Shades of #B693C6

#B693C6
(182,147,198)
#A686B4
(166,134,180)
#9679A2
(150,121,162)
#866C90
(134,108,144)
#765F7E
(118,95,126)
#66526C
(102,82,108)
#56455A
(86,69,90)
#463848
(70,56,72)
#362B36
(54,43,54)
#261E24
(38,30,36)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #B693C6

#B693C6
(182,147,198)
#BC9CCB
(188,156,203)
#C2A5D0
(194,165,208)
#C8AED5
(200,174,213)
#CEB7DA
(206,183,218)
#D4C0DF
(212,192,223)
#DAC9E4
(218,201,228)
#E0D2E9
(224,210,233)
#E6DBEE
(230,219,238)
#ECE4F3
(236,228,243)
#F2EDF8
(242,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B693C6 color. Also use rgb(182,147,198) instead hex code.

Text Font Color

.myTextColor { color: #B693C6; }

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

This text font color is #B693C6.


Background Color

.myBgColor { background-color: #B693C6; }

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

This div background color is #B693C6.


Border color

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

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

This div border color is #B693C6.


Opacity

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

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

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

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

This text has shadow with #B693C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B693C6 on black background.


Color preview on white background

This text has color #B693C6 on white background.



Black color preview on #B693C6 background

This text has black color on #B693C6 background.


White color preview on #B693C6 background

This text has white color on #B693C6 background.