COLOR #B494CA

HEX: #B494CA
RGB: (180,148,202)

Color info

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

RGB color model

#B494CA color RGB value is (180,148,202).

  • red value is 180;
  • green value is 148;
  • blue value is 202.
RGB:
(180,148,202)
(71%,58%,79%)

RGB channels and saturation

R 180 of 255 = 71%
G 148 of 255 = 58%
B 202 of 255 = 79%

180
148
202

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

Portions of RGB colors in percentages

R + G + B =
180 + 148 + 202 = 530 (100%)
R 180 of 530 ~ 33.96%
G 148 of 530 ~ 27.92%
B 202 of 530 ~ 38.11%

%33.96
%27.92
%38.11

CMYK color model

#B494CA color CMYK value is (11,27,0,21).

  • cyan value is 10.89%
  • magenta value is 26.73%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(11,27,0,21)
C11M27Y0K21 
(11%,27%,0%,21%)
(0.11/0.27/0.00/0.21)	

CMYK percentages

%10.89
%26.73
%0
%20.78

Codes

Color #B494CA in popluar color models

B494CA
RGB180148202
HSL276°33.75%68.63%
HSB/HSV276°26.73%79.22%
CMYK10.89%26.73%0.00%
20.78%

Color #B494CA in popluar number systems.

HEXB494CA
Decimal180148202
Binary101101001001010011001010
Octal264224312

Shades and tints

Shades of #B494CA

#B494CA
(180,148,202)
#A487B8
(164,135,184)
#947AA6
(148,122,166)
#846D94
(132,109,148)
#746082
(116,96,130)
#645370
(100,83,112)
#54465E
(84,70,94)
#44394C
(68,57,76)
#342C3A
(52,44,58)
#241F28
(36,31,40)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #B494CA

#B494CA
(180,148,202)
#BA9DCE
(186,157,206)
#C0A6D2
(192,166,210)
#C6AFD6
(198,175,214)
#CCB8DA
(204,184,218)
#D2C1DE
(210,193,222)
#D8CAE2
(216,202,226)
#DED3E6
(222,211,230)
#E4DCEA
(228,220,234)
#EAE5EE
(234,229,238)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B494CA color. Also use rgb(180,148,202) instead hex code.

Text Font Color

.myTextColor { color: #B494CA; }

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

This text font color is #B494CA.


Background Color

.myBgColor { background-color: #B494CA; }

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

This div background color is #B494CA.


Border color

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

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

This div border color is #B494CA.


Opacity

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

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

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

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

This text has shadow with #B494CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B494CA on black background.


Color preview on white background

This text has color #B494CA on white background.



Black color preview on #B494CA background

This text has black color on #B494CA background.


White color preview on #B494CA background

This text has white color on #B494CA background.