COLOR #916EA6

HEX: #916EA6
RGB: (145,110,166)

Color info

#916EA6 contains red, green and blue colors in about the same proportion. Web safe color of #916EA6 is #996699 (or #969).

RGB color model

#916EA6 color RGB value is (145,110,166).

  • red value is 145;
  • green value is 110;
  • blue value is 166.
RGB:
(145,110,166)
(57%,43%,65%)

RGB channels and saturation

R 145 of 255 = 57%
G 110 of 255 = 43%
B 166 of 255 = 65%

145
110
166

R + G + B ~ 55%. #916EA6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
145 + 110 + 166 = 421 (100%)
R 145 of 421 ~ 34.44%
G 110 of 421 ~ 26.13%
B 166 of 421 ~ 39.43%

%34.44
%26.13
%39.43

CMYK color model

#916EA6 color CMYK value is (13,34,0,35).

  • cyan value is 12.65%
  • magenta value is 33.73%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(13,34,0,35)
C13M34Y0K35 
(13%,34%,0%,35%)
(0.13/0.34/0.00/0.35)	

CMYK percentages

%12.65
%33.73
%0
%34.9

Codes

Color #916EA6 in popluar color models

916EA6
RGB145110166
HSL278°23.93%54.12%
HSB/HSV278°33.73%65.10%
CMYK12.65%33.73%0.00%
34.90%

Color #916EA6 in popluar number systems.

HEX916EA6
Decimal145110166
Binary10010001110111010100110
Octal221156246

Shades and tints

Shades of #916EA6

#916EA6
(145,110,166)
#846497
(132,100,151)
#775A88
(119,90,136)
#6A5079
(106,80,121)
#5D466A
(93,70,106)
#503C5B
(80,60,91)
#43324C
(67,50,76)
#36283D
(54,40,61)
#291E2E
(41,30,46)
#1C141F
(28,20,31)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #916EA6

#916EA6
(145,110,166)
#9B7BAE
(155,123,174)
#A588B6
(165,136,182)
#AF95BE
(175,149,190)
#B9A2C6
(185,162,198)
#C3AFCE
(195,175,206)
#CDBCD6
(205,188,214)
#D7C9DE
(215,201,222)
#E1D6E6
(225,214,230)
#EBE3EE
(235,227,238)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #916EA6 color. Also use rgb(145,110,166) instead hex code.

Text Font Color

.myTextColor { color: #916EA6; }

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

This text font color is #916EA6.


Background Color

.myBgColor { background-color: #916EA6; }

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

This div background color is #916EA6.


Border color

.myBorderColor { border: 1px solid #916EA6; }

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

This div border color is #916EA6.


Opacity

.myOpacity80 { color: #916EA6; opacity: 0.8; }

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

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

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

This text has shadow with #916EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #916EA6 on black background.


Color preview on white background

This text has color #916EA6 on white background.



Black color preview on #916EA6 background

This text has black color on #916EA6 background.


White color preview on #916EA6 background

This text has white color on #916EA6 background.