COLOR #7C91B6

HEX: #7C91B6
RGB: (124,145,182)

Color info

#7C91B6 contains red, green and blue colors in about the same proportion. Web safe color of #7C91B6 is #6699CC (or #69C).

RGB color model

#7C91B6 color RGB value is (124,145,182).

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

RGB channels and saturation

R 124 of 255 = 49%
G 145 of 255 = 57%
B 182 of 255 = 71%

124
145
182

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

Portions of RGB colors in percentages

R + G + B =
124 + 145 + 182 = 451 (100%)
R 124 of 451 ~ 27.49%
G 145 of 451 ~ 32.15%
B 182 of 451 ~ 40.35%

%27.49
%32.15
%40.35

CMYK color model

#7C91B6 color CMYK value is (32,20,0,29).

  • cyan value is 31.87%
  • magenta value is 20.33%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(32,20,0,29)
C32M20Y0K29 
(32%,20%,0%,29%)
(0.32/0.20/0.00/0.29)	

CMYK percentages

%31.87
%20.33
%0
%28.63

Codes

Color #7C91B6 in popluar color models

7C91B6
RGB124145182
HSL218°28.43%60.00%
HSB/HSV218°31.87%71.37%
CMYK31.87%20.33%0.00%
28.63%

Color #7C91B6 in popluar number systems.

HEX7C91B6
Decimal124145182
Binary11111001001000110110110
Octal174221266

Shades and tints

Shades of #7C91B6

#7C91B6
(124,145,182)
#7184A6
(113,132,166)
#667796
(102,119,150)
#5B6A86
(91,106,134)
#505D76
(80,93,118)
#455066
(69,80,102)
#3A4356
(58,67,86)
#2F3646
(47,54,70)
#242936
(36,41,54)
#191C26
(25,28,38)
#0E0F16
(14,15,22)
#000000
(0,0,0)

Tints of #7C91B6

#7C91B6
(124,145,182)
#879BBC
(135,155,188)
#92A5C2
(146,165,194)
#9DAFC8
(157,175,200)
#A8B9CE
(168,185,206)
#B3C3D4
(179,195,212)
#BECDDA
(190,205,218)
#C9D7E0
(201,215,224)
#D4E1E6
(212,225,230)
#DFEBEC
(223,235,236)
#EAF5F2
(234,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C91B6; }

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

This text font color is #7C91B6.


Background Color

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

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

This div background color is #7C91B6.


Border color

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

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

This div border color is #7C91B6.


Opacity

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

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

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

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

This text has shadow with #7C91B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C91B6 on black background.


Color preview on white background

This text has color #7C91B6 on white background.



Black color preview on #7C91B6 background

This text has black color on #7C91B6 background.


White color preview on #7C91B6 background

This text has white color on #7C91B6 background.