COLOR #7099B1

HEX: #7099B1
RGB: (112,153,177)

Color info

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

RGB color model

#7099B1 color RGB value is (112,153,177).

  • red value is 112;
  • green value is 153;
  • blue value is 177.
RGB:
(112,153,177)
(44%,60%,69%)

RGB channels and saturation

R 112 of 255 = 44%
G 153 of 255 = 60%
B 177 of 255 = 69%

112
153
177

R + G + B ~ 58%. #7099B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 153 + 177 = 442 (100%)
R 112 of 442 ~ 25.34%
G 153 of 442 ~ 34.62%
B 177 of 442 ~ 40.05%

%25.34
%34.62
%40.05

CMYK color model

#7099B1 color CMYK value is (37,14,0,31).

  • cyan value is 36.72%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(37,14,0,31)
C37M14Y0K31 
(37%,14%,0%,31%)
(0.37/0.14/0.00/0.31)	

CMYK percentages

%36.72
%13.56
%0
%30.59

Codes

Color #7099B1 in popluar color models

7099B1
RGB112153177
HSL202°29.41%56.67%
HSB/HSV202°36.72%69.41%
CMYK36.72%13.56%0.00%
30.59%

Color #7099B1 in popluar number systems.

HEX7099B1
Decimal112153177
Binary11100001001100110110001
Octal160231261

Shades and tints

Shades of #7099B1

#7099B1
(112,153,177)
#668CA1
(102,140,161)
#5C7F91
(92,127,145)
#527281
(82,114,129)
#486571
(72,101,113)
#3E5861
(62,88,97)
#344B51
(52,75,81)
#2A3E41
(42,62,65)
#203131
(32,49,49)
#162421
(22,36,33)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #7099B1

#7099B1
(112,153,177)
#7DA2B8
(125,162,184)
#8AABBF
(138,171,191)
#97B4C6
(151,180,198)
#A4BDCD
(164,189,205)
#B1C6D4
(177,198,212)
#BECFDB
(190,207,219)
#CBD8E2
(203,216,226)
#D8E1E9
(216,225,233)
#E5EAF0
(229,234,240)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7099B1 color. Also use rgb(112,153,177) instead hex code.

Text Font Color

.myTextColor { color: #7099B1; }

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

This text font color is #7099B1.


Background Color

.myBgColor { background-color: #7099B1; }

<div style="background-color:#7099B1">Inner text</div>

This div background color is #7099B1.


Border color

.myBorderColor { border: 1px solid #7099B1; }

<div style="border:3px solid #7099B1">Div</div>

This div border color is #7099B1.


Opacity

.myOpacity80 { color: #7099B1; opacity: 0.8; }

<p style="color:#7099B1;opacity:0.8;">80%</p>

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

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

This text has shadow with #7099B1 color.

.textShadow {text-shadow: 3px 3px 1px #7099B1, 3px 3px 1px red;}

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

This text has shadow with #7099B1 primary color and red secondary color.


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

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

This text has shadow with #7099B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7099B1 on black background.


Color preview on white background

This text has color #7099B1 on white background.



Black color preview on #7099B1 background

This text has black color on #7099B1 background.


White color preview on #7099B1 background

This text has white color on #7099B1 background.