COLOR #7C91B3

HEX: #7C91B3
RGB: (124,145,179)

Color info

#7C91B3 contains red, green and blue colors in about the same proportion. Web safe color of #7C91B3 is #669999 (or #699).

RGB color model

#7C91B3 color RGB value is (124,145,179).

  • red value is 124;
  • green value is 145;
  • blue value is 179.
RGB:
(124,145,179)
(49%,57%,70%)

RGB channels and saturation

R 124 of 255 = 49%
G 145 of 255 = 57%
B 179 of 255 = 70%

124
145
179

R + G + B ~ 59%. #7C91B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 145 + 179 = 448 (100%)
R 124 of 448 ~ 27.68%
G 145 of 448 ~ 32.37%
B 179 of 448 ~ 39.96%

%27.68
%32.37
%39.96

CMYK color model

#7C91B3 color CMYK value is (31,19,0,30).

  • cyan value is 30.73%
  • magenta value is 18.99%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(31,19,0,30)
C31M19Y0K30 
(31%,19%,0%,30%)
(0.31/0.19/0.00/0.30)	

CMYK percentages

%30.73
%18.99
%0
%29.8

Codes

Color #7C91B3 in popluar color models

7C91B3
RGB124145179
HSL217°26.57%59.41%
HSB/HSV217°30.73%70.20%
CMYK30.73%18.99%0.00%
29.80%

Color #7C91B3 in popluar number systems.

HEX7C91B3
Decimal124145179
Binary11111001001000110110011
Octal174221263

Shades and tints

Shades of #7C91B3

#7C91B3
(124,145,179)
#7184A3
(113,132,163)
#667793
(102,119,147)
#5B6A83
(91,106,131)
#505D73
(80,93,115)
#455063
(69,80,99)
#3A4353
(58,67,83)
#2F3643
(47,54,67)
#242933
(36,41,51)
#191C23
(25,28,35)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #7C91B3

#7C91B3
(124,145,179)
#879BB9
(135,155,185)
#92A5BF
(146,165,191)
#9DAFC5
(157,175,197)
#A8B9CB
(168,185,203)
#B3C3D1
(179,195,209)
#BECDD7
(190,205,215)
#C9D7DD
(201,215,221)
#D4E1E3
(212,225,227)
#DFEBE9
(223,235,233)
#EAF5EF
(234,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C91B3 color. Also use rgb(124,145,179) instead hex code.

Text Font Color

.myTextColor { color: #7C91B3; }

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

This text font color is #7C91B3.


Background Color

.myBgColor { background-color: #7C91B3; }

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

This div background color is #7C91B3.


Border color

.myBorderColor { border: 1px solid #7C91B3; }

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

This div border color is #7C91B3.


Opacity

.myOpacity80 { color: #7C91B3; opacity: 0.8; }

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

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

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

This text has shadow with #7C91B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C91B3 on black background.


Color preview on white background

This text has color #7C91B3 on white background.



Black color preview on #7C91B3 background

This text has black color on #7C91B3 background.


White color preview on #7C91B3 background

This text has white color on #7C91B3 background.