COLOR #7C9DDF

HEX: #7C9DDF RGB: (124,157,223)

Color info

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

RGB color model

#7C9DDF color RGB value is (124,157,223).

RGB: (124,157,223) (49%, 62%, 87%)

RGB channels and saturation

R 124 of 255 = 49%
G 157 of 255 = 62%
B 223 of 255 = 87%

124
157
223

R + G + B ~ 66%. #7C9DDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 157 + 223 = 504 (100%)
R 124 of 504 ~ 24.6%
G 157 of 504 ~ 31.15%
B 223 of 504 ~ 44.25'%

%24.6
%31.15
%44.25

CMYK color model

#7C9DDF color CMYK value is (44,30,0,13).

  • cyan value is 44.39%
  • magenta value is 29.60%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (44,30,0,13)
C44M30Y0K13 (44%, 30%, 0%, 13%)
(0.44 / 0.30 / 0.00 / 0.13)

CMYK percentages

%44.39
%29.6
%0
%12.55

Codes

Color #7C9DDF in popluar color models

7C 9D DF
RGB 124 157 223
HSL 220° 60.74% 68.04%
HSB/HSV 220° 44.39% 87.45%
CMYK 44.39% 29.60% 0.00%
12.55%

Color #7C9DDF in popluar number systems.

HEX 7C 9D DF
Decimal 124 157 223
Binary 1111100 10011101 11011111
Octal 174 235 337

Shades and tints

Shades of #7C9DDF

#7C9DDF
(124,157,223)
#718FCB
(113,143,203)
#6681B7
(102,129,183)
#5B73A3
(91,115,163)
#50658F
(80,101,143)
#45577B
(69,87,123)
#3A4967
(58,73,103)
#2F3B53
(47,59,83)
#242D3F
(36,45,63)
#191F2B
(25,31,43)
#0E1117
(14,17,23)
#000000
(0,0,0)

Tints of #7C9DDF

#7C9DDF
(124,157,223)
#87A5E1
(135,165,225)
#92ADE3
(146,173,227)
#9DB5E5
(157,181,229)
#A8BDE7
(168,189,231)
#B3C5E9
(179,197,233)
#BECDEB
(190,205,235)
#C9D5ED
(201,213,237)
#D4DDEF
(212,221,239)
#DFE5F1
(223,229,241)
#EAEDF3
(234,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9DDF color. Also use rgb(124,157,223) instead hex code.

Text Font Color

.myTextColor { color: #7C9DDF; }

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

This text font color is #7C9DDF.

Background Color

.myBgColor { background-color: #7C9DDF; }

<div style="background-color:#7C9DDF">Inner text</div>

This div background color is #7C9DDF.

Border color

.myBorderColor { border: 1px solid #7C9DDF; }

<div style="border:3px solid #7C9DDF">Div</div>

This div border color is #7C9DDF.

Opacity

.myOpacity80 { color: #7C9DDF; opacity: 0.8; }

<p style="color:#7C9DDF;opacity:0.8;">80%</p>

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

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

This text has shadow with #7C9DDF color.


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

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

This text has shadow with #7C9DDF primary color and red secondary color.


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

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

This text has shadow with #7C9DDF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7C9DDF.

Preview

Color preview on black background

This text has color #7C9DDF on black background.


Color preview on white background

This text has color #7C9DDF on white background.


Black color preview on #7C9DDF background

This text has black color on #7C9DDF background.


White color preview on #7C9DDF background

This text has white color on #7C9DDF background.


Related colors

Complementary color

Complementary color for #hex is #836220.


I love getcolorcode.com

Triadic colors

1 #DF7C9D and #9DDF7C with #7C9DDF are triadic colors.

2 #DF9D7C and #9D7CDF with #7C9DDF are triadic colors.