COLOR #B499E8

HEX: #B499E8 RGB: (180,153,232)

Color info

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

RGB color model

#B499E8 color RGB value is (180,153,232).

RGB: (180,153,232) (71%, 60%, 91%)

RGB channels and saturation

R 180 of 255 = 71%
G 153 of 255 = 60%
B 232 of 255 = 91%

180
153
232

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

Portions of RGB colors in percentages

R + G + B = 180 + 153 + 232 = 565 (100%)
R 180 of 565 ~ 31.86%
G 153 of 565 ~ 27.08%
B 232 of 565 ~ 41.06'%

%31.86
%27.08
%41.06

CMYK color model

#B499E8 color CMYK value is (22,34,0,9).

  • cyan value is 22.41%
  • magenta value is 34.05%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (22,34,0,9)
C22M34Y0K9 (22%, 34%, 0%, 9%)
(0.22 / 0.34 / 0.00 / 0.09)

CMYK percentages

%22.41
%34.05
%0
%9.02

Codes

Color #B499E8 in popluar color models

B4 99 E8
RGB 180 153 232
HSL 261° 63.20% 75.49%
HSB/HSV 261° 34.05% 90.98%
CMYK 22.41% 34.05% 0.00%
9.02%

Color #B499E8 in popluar number systems.

HEX B4 99 E8
Decimal 180 153 232
Binary 10110100 10011001 11101000
Octal 264 231 350

Shades and tints

Shades of #B499E8

#B499E8
(180,153,232)
#A48CD3
(164,140,211)
#947FBE
(148,127,190)
#8472A9
(132,114,169)
#746594
(116,101,148)
#64587F
(100,88,127)
#544B6A
(84,75,106)
#443E55
(68,62,85)
#343140
(52,49,64)
#24242B
(36,36,43)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #B499E8

#B499E8
(180,153,232)
#BAA2EA
(186,162,234)
#C0ABEC
(192,171,236)
#C6B4EE
(198,180,238)
#CCBDF0
(204,189,240)
#D2C6F2
(210,198,242)
#D8CFF4
(216,207,244)
#DED8F6
(222,216,246)
#E4E1F8
(228,225,248)
#EAEAFA
(234,234,250)
#F0F3FC
(240,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B499E8 color. Also use rgb(180,153,232) instead hex code.

Text Font Color

.myTextColor { color: #B499E8; }

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

This text font color is #B499E8.

Background Color

.myBgColor { background-color: #B499E8; }

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

This div background color is #B499E8.

Border color

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

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

This div border color is #B499E8.

Opacity

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

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

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

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

This text has shadow with #B499E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B499E8.

Preview

Color preview on black background

This text has color #B499E8 on black background.


Color preview on white background

This text has color #B499E8 on white background.


Black color preview on #B499E8 background

This text has black color on #B499E8 background.


White color preview on #B499E8 background

This text has white color on #B499E8 background.


Related colors

Complementary color

Complementary color for #hex is #4B6617.


I love getcolorcode.com

Triadic colors

1 #E8B499 and #99E8B4 with #B499E8 are triadic colors.

2 #E899B4 and #99B4E8 with #B499E8 are triadic colors.