COLOR #7994C9

HEX: #7994C9
RGB: (121,148,201)

Color info

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

RGB color model

#7994C9 color RGB value is (121,148,201).

  • red value is 121;
  • green value is 148;
  • blue value is 201.
RGB:
(121,148,201)
(47%,58%,79%)

RGB channels and saturation

R 121 of 255 = 47%
G 148 of 255 = 58%
B 201 of 255 = 79%

121
148
201

R + G + B ~ 61%. #7994C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 148 + 201 = 470 (100%)
R 121 of 470 ~ 25.74%
G 148 of 470 ~ 31.49%
B 201 of 470 ~ 42.77%

%25.74
%31.49
%42.77

CMYK color model

#7994C9 color CMYK value is (40,26,0,21).

  • cyan value is 39.80%
  • magenta value is 26.37%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(40,26,0,21)
C40M26Y0K21 
(40%,26%,0%,21%)
(0.40/0.26/0.00/0.21)	

CMYK percentages

%39.8
%26.37
%0
%21.18

Codes

Color #7994C9 in popluar color models

7994C9
RGB121148201
HSL220°42.55%63.14%
HSB/HSV220°39.80%78.82%
CMYK39.80%26.37%0.00%
21.18%

Color #7994C9 in popluar number systems.

HEX7994C9
Decimal121148201
Binary11110011001010011001001
Octal171224311

Shades and tints

Shades of #7994C9

#7994C9
(121,148,201)
#6E87B7
(110,135,183)
#637AA5
(99,122,165)
#586D93
(88,109,147)
#4D6081
(77,96,129)
#42536F
(66,83,111)
#37465D
(55,70,93)
#2C394B
(44,57,75)
#212C39
(33,44,57)
#161F27
(22,31,39)
#0B1215
(11,18,21)
#000000
(0,0,0)

Tints of #7994C9

#7994C9
(121,148,201)
#859DCD
(133,157,205)
#91A6D1
(145,166,209)
#9DAFD5
(157,175,213)
#A9B8D9
(169,184,217)
#B5C1DD
(181,193,221)
#C1CAE1
(193,202,225)
#CDD3E5
(205,211,229)
#D9DCE9
(217,220,233)
#E5E5ED
(229,229,237)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7994C9 color. Also use rgb(121,148,201) instead hex code.

Text Font Color

.myTextColor { color: #7994C9; }

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

This text font color is #7994C9.


Background Color

.myBgColor { background-color: #7994C9; }

<div style="background-color:#7994C9">Inner text</div>

This div background color is #7994C9.


Border color

.myBorderColor { border: 1px solid #7994C9; }

<div style="border:3px solid #7994C9">Div</div>

This div border color is #7994C9.


Opacity

.myOpacity80 { color: #7994C9; opacity: 0.8; }

<p style="color:#7994C9;opacity:0.8;">80%</p>

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

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

This text has shadow with #7994C9 color.

.textShadow {text-shadow: 3px 3px 1px #7994C9, 3px 3px 1px red;}

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

This text has shadow with #7994C9 primary color and red secondary color.


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

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

This text has shadow with #7994C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7994C9 on black background.


Color preview on white background

This text has color #7994C9 on white background.



Black color preview on #7994C9 background

This text has black color on #7994C9 background.


White color preview on #7994C9 background

This text has white color on #7994C9 background.