COLOR #B495EE

HEX: #B495EE
RGB: (180,149,238)

Color info

#B495EE contains mainly red and blue colors. Web safe color of #B495EE is #CC99FF (or #C9F).

RGB color model

#B495EE color RGB value is (180,149,238).

  • red value is 180;
  • green value is 149;
  • blue value is 238.
RGB:
(180,149,238)
(71%,58%,93%)

RGB channels and saturation

R 180 of 255 = 71%
G 149 of 255 = 58%
B 238 of 255 = 93%

180
149
238

R + G + B ~ 74%. #B495EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 149 + 238 = 567 (100%)
R 180 of 567 ~ 31.75%
G 149 of 567 ~ 26.28%
B 238 of 567 ~ 41.98%

%31.75
%26.28
%41.98

CMYK color model

#B495EE color CMYK value is (24,37,0,7).

  • cyan value is 24.37%
  • magenta value is 37.39%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(24,37,0,7)
C24M37Y0K7 
(24%,37%,0%,7%)
(0.24/0.37/0.00/0.07)	

CMYK percentages

%24.37
%37.39
%0
%6.67

Codes

Color #B495EE in popluar color models

B495EE
RGB180149238
HSL261°72.36%75.88%
HSB/HSV261°37.39%93.33%
CMYK24.37%37.39%0.00%
6.67%

Color #B495EE in popluar number systems.

HEXB495EE
Decimal180149238
Binary101101001001010111101110
Octal264225356

Shades and tints

Shades of #B495EE

#B495EE
(180,149,238)
#A488D9
(164,136,217)
#947BC4
(148,123,196)
#846EAF
(132,110,175)
#74619A
(116,97,154)
#645485
(100,84,133)
#544770
(84,71,112)
#443A5B
(68,58,91)
#342D46
(52,45,70)
#242031
(36,32,49)
#14131C
(20,19,28)
#000000
(0,0,0)

Tints of #B495EE

#B495EE
(180,149,238)
#BA9EEF
(186,158,239)
#C0A7F0
(192,167,240)
#C6B0F1
(198,176,241)
#CCB9F2
(204,185,242)
#D2C2F3
(210,194,243)
#D8CBF4
(216,203,244)
#DED4F5
(222,212,245)
#E4DDF6
(228,221,246)
#EAE6F7
(234,230,247)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B495EE color. Also use rgb(180,149,238) instead hex code.

Text Font Color

.myTextColor { color: #B495EE; }

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

This text font color is #B495EE.


Background Color

.myBgColor { background-color: #B495EE; }

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

This div background color is #B495EE.


Border color

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

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

This div border color is #B495EE.


Opacity

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

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

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

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

This text has shadow with #B495EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B495EE on black background.


Color preview on white background

This text has color #B495EE on white background.



Black color preview on #B495EE background

This text has black color on #B495EE background.


White color preview on #B495EE background

This text has white color on #B495EE background.