COLOR #B694BA

HEX: #B694BA
RGB: (182,148,186)

Color info

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

RGB color model

#B694BA color RGB value is (182,148,186).

  • red value is 182;
  • green value is 148;
  • blue value is 186.
RGB:
(182,148,186)
(71%,58%,73%)

RGB channels and saturation

R 182 of 255 = 71%
G 148 of 255 = 58%
B 186 of 255 = 73%

182
148
186

R + G + B ~ 67%. #B694BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 148 + 186 = 516 (100%)
R 182 of 516 ~ 35.27%
G 148 of 516 ~ 28.68%
B 186 of 516 ~ 36.05%

%35.27
%28.68
%36.05

CMYK color model

#B694BA color CMYK value is (2,20,0,27).

  • cyan value is 2.15%
  • magenta value is 20.43%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(2,20,0,27)
C2M20Y0K27 
(2%,20%,0%,27%)
(0.02/0.20/0.00/0.27)	

CMYK percentages

%2.15
%20.43
%0
%27.06

Codes

Color #B694BA in popluar color models

B694BA
RGB182148186
HSL294°21.59%65.49%
HSB/HSV294°20.43%72.94%
CMYK2.15%20.43%0.00%
27.06%

Color #B694BA in popluar number systems.

HEXB694BA
Decimal182148186
Binary101101101001010010111010
Octal266224272

Shades and tints

Shades of #B694BA

#B694BA
(182,148,186)
#A687AA
(166,135,170)
#967A9A
(150,122,154)
#866D8A
(134,109,138)
#76607A
(118,96,122)
#66536A
(102,83,106)
#56465A
(86,70,90)
#46394A
(70,57,74)
#362C3A
(54,44,58)
#261F2A
(38,31,42)
#16121A
(22,18,26)
#000000
(0,0,0)

Tints of #B694BA

#B694BA
(182,148,186)
#BC9DC0
(188,157,192)
#C2A6C6
(194,166,198)
#C8AFCC
(200,175,204)
#CEB8D2
(206,184,210)
#D4C1D8
(212,193,216)
#DACADE
(218,202,222)
#E0D3E4
(224,211,228)
#E6DCEA
(230,220,234)
#ECE5F0
(236,229,240)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B694BA color. Also use rgb(182,148,186) instead hex code.

Text Font Color

.myTextColor { color: #B694BA; }

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

This text font color is #B694BA.


Background Color

.myBgColor { background-color: #B694BA; }

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

This div background color is #B694BA.


Border color

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

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

This div border color is #B694BA.


Opacity

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

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

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

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

This text has shadow with #B694BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B694BA on black background.


Color preview on white background

This text has color #B694BA on white background.



Black color preview on #B694BA background

This text has black color on #B694BA background.


White color preview on #B694BA background

This text has white color on #B694BA background.