COLOR #919CC6

HEX: #919CC6
RGB: (145,156,198)

Color info

#919CC6 contains red, green and blue colors in about the same proportion. Web safe color of #919CC6 is #9999CC (or #99C).

RGB color model

#919CC6 color RGB value is (145,156,198).

  • red value is 145;
  • green value is 156;
  • blue value is 198.
RGB:
(145,156,198)
(57%,61%,78%)

RGB channels and saturation

R 145 of 255 = 57%
G 156 of 255 = 61%
B 198 of 255 = 78%

145
156
198

R + G + B ~ 65%. #919CC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 156 + 198 = 499 (100%)
R 145 of 499 ~ 29.06%
G 156 of 499 ~ 31.26%
B 198 of 499 ~ 39.68%

%29.06
%31.26
%39.68

CMYK color model

#919CC6 color CMYK value is (27,21,0,22).

  • cyan value is 26.77%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(27,21,0,22)
C27M21Y0K22 
(27%,21%,0%,22%)
(0.27/0.21/0.00/0.22)	

CMYK percentages

%26.77
%21.21
%0
%22.35

Codes

Color #919CC6 in popluar color models

919CC6
RGB145156198
HSL228°31.74%67.25%
HSB/HSV228°26.77%77.65%
CMYK26.77%21.21%0.00%
22.35%

Color #919CC6 in popluar number systems.

HEX919CC6
Decimal145156198
Binary100100011001110011000110
Octal221234306

Shades and tints

Shades of #919CC6

#919CC6
(145,156,198)
#848EB4
(132,142,180)
#7780A2
(119,128,162)
#6A7290
(106,114,144)
#5D647E
(93,100,126)
#50566C
(80,86,108)
#43485A
(67,72,90)
#363A48
(54,58,72)
#292C36
(41,44,54)
#1C1E24
(28,30,36)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #919CC6

#919CC6
(145,156,198)
#9BA5CB
(155,165,203)
#A5AED0
(165,174,208)
#AFB7D5
(175,183,213)
#B9C0DA
(185,192,218)
#C3C9DF
(195,201,223)
#CDD2E4
(205,210,228)
#D7DBE9
(215,219,233)
#E1E4EE
(225,228,238)
#EBEDF3
(235,237,243)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #919CC6 color. Also use rgb(145,156,198) instead hex code.

Text Font Color

.myTextColor { color: #919CC6; }

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

This text font color is #919CC6.


Background Color

.myBgColor { background-color: #919CC6; }

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

This div background color is #919CC6.


Border color

.myBorderColor { border: 1px solid #919CC6; }

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

This div border color is #919CC6.


Opacity

.myOpacity80 { color: #919CC6; opacity: 0.8; }

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

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

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

This text has shadow with #919CC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #919CC6 on black background.


Color preview on white background

This text has color #919CC6 on white background.



Black color preview on #919CC6 background

This text has black color on #919CC6 background.


White color preview on #919CC6 background

This text has white color on #919CC6 background.