COLOR #7091B0

HEX: #7091B0
RGB: (112,145,176)

Color info

#7091B0 contains mainly green and blue colors. Web safe color of #7091B0 is #669999 (or #699).

RGB color model

#7091B0 color RGB value is (112,145,176).

  • red value is 112;
  • green value is 145;
  • blue value is 176.
RGB:
(112,145,176)
(44%,57%,69%)

RGB channels and saturation

R 112 of 255 = 44%
G 145 of 255 = 57%
B 176 of 255 = 69%

112
145
176

R + G + B ~ 57%. #7091B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 145 + 176 = 433 (100%)
R 112 of 433 ~ 25.87%
G 145 of 433 ~ 33.49%
B 176 of 433 ~ 40.65%

%25.87
%33.49
%40.65

CMYK color model

#7091B0 color CMYK value is (36,18,0,31).

  • cyan value is 36.36%
  • magenta value is 17.61%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(36,18,0,31)
C36M18Y0K31 
(36%,18%,0%,31%)
(0.36/0.18/0.00/0.31)	

CMYK percentages

%36.36
%17.61
%0
%30.98

Codes

Color #7091B0 in popluar color models

7091B0
RGB112145176
HSL209°28.83%56.47%
HSB/HSV209°36.36%69.02%
CMYK36.36%17.61%0.00%
30.98%

Color #7091B0 in popluar number systems.

HEX7091B0
Decimal112145176
Binary11100001001000110110000
Octal160221260

Shades and tints

Shades of #7091B0

#7091B0
(112,145,176)
#6684A0
(102,132,160)
#5C7790
(92,119,144)
#526A80
(82,106,128)
#485D70
(72,93,112)
#3E5060
(62,80,96)
#344350
(52,67,80)
#2A3640
(42,54,64)
#202930
(32,41,48)
#161C20
(22,28,32)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #7091B0

#7091B0
(112,145,176)
#7D9BB7
(125,155,183)
#8AA5BE
(138,165,190)
#97AFC5
(151,175,197)
#A4B9CC
(164,185,204)
#B1C3D3
(177,195,211)
#BECDDA
(190,205,218)
#CBD7E1
(203,215,225)
#D8E1E8
(216,225,232)
#E5EBEF
(229,235,239)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7091B0 color. Also use rgb(112,145,176) instead hex code.

Text Font Color

.myTextColor { color: #7091B0; }

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

This text font color is #7091B0.


Background Color

.myBgColor { background-color: #7091B0; }

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

This div background color is #7091B0.


Border color

.myBorderColor { border: 1px solid #7091B0; }

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

This div border color is #7091B0.


Opacity

.myOpacity80 { color: #7091B0; opacity: 0.8; }

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

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

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

This text has shadow with #7091B0 color.

.textShadow {text-shadow: 3px 3px 1px #7091B0, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7091B0 on black background.


Color preview on white background

This text has color #7091B0 on white background.



Black color preview on #7091B0 background

This text has black color on #7091B0 background.


White color preview on #7091B0 background

This text has white color on #7091B0 background.