COLOR #7099C4

HEX: #7099C4
RGB: (112,153,196)

Color info

#7099C4 contains mainly green and blue colors. Web safe color of #7099C4 is #6699CC (or #69C).

RGB color model

#7099C4 color RGB value is (112,153,196).

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

RGB channels and saturation

R 112 of 255 = 44%
G 153 of 255 = 60%
B 196 of 255 = 77%

112
153
196

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

Portions of RGB colors in percentages

R + G + B =
112 + 153 + 196 = 461 (100%)
R 112 of 461 ~ 24.3%
G 153 of 461 ~ 33.19%
B 196 of 461 ~ 42.52%

%24.3
%33.19
%42.52

CMYK color model

#7099C4 color CMYK value is (43,22,0,23).

  • cyan value is 42.86%
  • magenta value is 21.94%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(43,22,0,23)
C43M22Y0K23 
(43%,22%,0%,23%)
(0.43/0.22/0.00/0.23)	

CMYK percentages

%42.86
%21.94
%0
%23.14

Codes

Color #7099C4 in popluar color models

7099C4
RGB112153196
HSL211°41.58%60.39%
HSB/HSV211°42.86%76.86%
CMYK42.86%21.94%0.00%
23.14%

Color #7099C4 in popluar number systems.

HEX7099C4
Decimal112153196
Binary11100001001100111000100
Octal160231304

Shades and tints

Shades of #7099C4

#7099C4
(112,153,196)
#668CB3
(102,140,179)
#5C7FA2
(92,127,162)
#527291
(82,114,145)
#486580
(72,101,128)
#3E586F
(62,88,111)
#344B5E
(52,75,94)
#2A3E4D
(42,62,77)
#20313C
(32,49,60)
#16242B
(22,36,43)
#0C171A
(12,23,26)
#000000
(0,0,0)

Tints of #7099C4

#7099C4
(112,153,196)
#7DA2C9
(125,162,201)
#8AABCE
(138,171,206)
#97B4D3
(151,180,211)
#A4BDD8
(164,189,216)
#B1C6DD
(177,198,221)
#BECFE2
(190,207,226)
#CBD8E7
(203,216,231)
#D8E1EC
(216,225,236)
#E5EAF1
(229,234,241)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7099C4; }

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

This text font color is #7099C4.


Background Color

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

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

This div background color is #7099C4.


Border color

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

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

This div border color is #7099C4.


Opacity

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

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

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

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

This text has shadow with #7099C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7099C4 on black background.


Color preview on white background

This text has color #7099C4 on white background.



Black color preview on #7099C4 background

This text has black color on #7099C4 background.


White color preview on #7099C4 background

This text has white color on #7099C4 background.