COLOR #799DDC

HEX: #799DDC RGB: (121,157,220)

Color info

#799DDC contains mainly blue color. Web safe color of #799DDC is #6699CC (or #69C).

RGB color model

#799DDC color RGB value is (121,157,220).

RGB: (121,157,220) (47%, 62%, 86%)

RGB channels and saturation

R 121 of 255 = 47%
G 157 of 255 = 62%
B 220 of 255 = 86%

121
157
220

R + G + B ~ 65%. #799DDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 121 + 157 + 220 = 498 (100%)
R 121 of 498 ~ 24.3%
G 157 of 498 ~ 31.53%
B 220 of 498 ~ 44.18'%

%24.3
%31.53
%44.18

CMYK color model

#799DDC color CMYK value is (45,29,0,14).

  • cyan value is 45.00%
  • magenta value is 28.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (45,29,0,14) C45M29Y0K14 (45%,29%,0%,14%) (0.45/0.29/0.00/0.14) 

CMYK percentages

%45
%28.64
%0
%13.73

Codes

Color #799DDC in popluar color models

79 9D DC
RGB 121 157 220
HSL 218° 58.58% 66.86%
HSB/HSV 218° 45.00% 86.27%
CMYK 45.00% 28.64% 0.00%
13.73%

Color #799DDC in popluar number systems.

HEX 79 9D DC
Decimal 121 157 220
Binary 1111001 10011101 11011100
Octal 171 235 334

Shades and tints

Shades of #799DDC

#799DDC
(121,157,220)
#6E8FC8
(110,143,200)
#6381B4
(99,129,180)
#5873A0
(88,115,160)
#4D658C
(77,101,140)
#425778
(66,87,120)
#374964
(55,73,100)
#2C3B50
(44,59,80)
#212D3C
(33,45,60)
#161F28
(22,31,40)
#0B1114
(11,17,20)
#000000
(0,0,0)

Tints of #799DDC

#799DDC
(121,157,220)
#85A5DF
(133,165,223)
#91ADE2
(145,173,226)
#9DB5E5
(157,181,229)
#A9BDE8
(169,189,232)
#B5C5EB
(181,197,235)
#C1CDEE
(193,205,238)
#CDD5F1
(205,213,241)
#D9DDF4
(217,221,244)
#E5E5F7
(229,229,247)
#F1EDFA
(241,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799DDC color. Also use rgb(121,157,220) instead hex code.

Text Font Color

.myTextColor { color: #799DDC; }

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

This text font color is #799DDC.

Background Color

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

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

This div background color is #799DDC.

Border color

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

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

This div border color is #799DDC.

Opacity

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

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

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

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

This text has shadow with #799DDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #799DDC.

Preview

Color preview on black background

This text has color #799DDC on black background.


Color preview on white background

This text has color #799DDC on white background.


Black color preview on #799DDC background

This text has black color on #799DDC background.


White color preview on #799DDC background

This text has white color on #799DDC background.


Related colors

Complementary color

Complementary color for #hex is #866223.


I love getcolorcode.com

Triadic colors

1 #DC799D and #9DDC79 with #799DDC are triadic colors.

2 #DC9D79 and #9D79DC with #799DDC are triadic colors.