COLOR #799AC3

HEX: #799AC3 RGB: (121,154,195)

Color info

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

RGB color model

#799AC3 color RGB value is (121,154,195).

RGB: (121,154,195) (47%, 60%, 76%)

RGB channels and saturation

R 121 of 255 = 47%
G 154 of 255 = 60%
B 195 of 255 = 76%

121
154
195

R + G + B ~ 61%. #799AC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 121 + 154 + 195 = 470 (100%)
R 121 of 470 ~ 25.74%
G 154 of 470 ~ 32.77%
B 195 of 470 ~ 41.49'%

%25.74
%32.77
%41.49

CMYK color model

#799AC3 color CMYK value is (38,21,0,24).

  • cyan value is 37.95%
  • magenta value is 21.03%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (38,21,0,24) C38M21Y0K24 (38%,21%,0%,24%) (0.38/0.21/0.00/0.24) 

CMYK percentages

%37.95
%21.03
%0
%23.53

Codes

Color #799AC3 in popluar color models

79 9A C3
RGB 121 154 195
HSL 213° 38.14% 61.96%
HSB/HSV 213° 37.95% 76.47%
CMYK 37.95% 21.03% 0.00%
23.53%

Color #799AC3 in popluar number systems.

HEX 79 9A C3
Decimal 121 154 195
Binary 1111001 10011010 11000011
Octal 171 232 303

Shades and tints

Shades of #799AC3

#799AC3
(121,154,195)
#6E8CB2
(110,140,178)
#637EA1
(99,126,161)
#587090
(88,112,144)
#4D627F
(77,98,127)
#42546E
(66,84,110)
#37465D
(55,70,93)
#2C384C
(44,56,76)
#212A3B
(33,42,59)
#161C2A
(22,28,42)
#0B0E19
(11,14,25)
#000000
(0,0,0)

Tints of #799AC3

#799AC3
(121,154,195)
#85A3C8
(133,163,200)
#91ACCD
(145,172,205)
#9DB5D2
(157,181,210)
#A9BED7
(169,190,215)
#B5C7DC
(181,199,220)
#C1D0E1
(193,208,225)
#CDD9E6
(205,217,230)
#D9E2EB
(217,226,235)
#E5EBF0
(229,235,240)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799AC3 color. Also use rgb(121,154,195) instead hex code.

Text Font Color

.myTextColor { color: #799AC3; }

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

This text font color is #799AC3.

Background Color

.myBgColor { background-color: #799AC3; }

<div style="background-color:#799AC3">Inner text</div>

This div background color is #799AC3.

Border color

.myBorderColor { border: 1px solid #799AC3; }

<div style="border:3px solid #799AC3">Div</div>

This div border color is #799AC3.

Opacity

.myOpacity80 { color: #799AC3; opacity: 0.8; }

<p style="color:#799AC3;opacity:0.8;">80%</p>

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

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

This text has shadow with #799AC3 color.


.textShadow {text-shadow: 3px 3px 1px #799AC3', 3px 3px 1px red;}

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

This text has shadow with #799AC3 primary color and red secondary color.


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

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

This text has shadow with #799AC3 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #799AC3; -webkit-box-shadow: 1px 1px 3px 2px #799AC3; box-shadow:1px 1px 3px 2px #799AC3;">
Div content here
</div>

This div box has shadow with color #799AC3.

Preview

Color preview on black background

This text has color #799AC3 on black background.


Color preview on white background

This text has color #799AC3 on white background.


Black color preview on #799AC3 background

This text has black color on #799AC3 background.


White color preview on #799AC3 background

This text has white color on #799AC3 background.


Related colors

Complementary color

Complementary color for #hex is #86653C.


I love getcolorcode.com

Triadic colors

1 #C3799A and #9AC379 with #799AC3 are triadic colors.

2 #C39A79 and #9A79C3 with #799AC3 are triadic colors.