COLOR #7C9CDA

HEX: #7C9CDA RGB: (124,156,218)

Color info

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

RGB color model

#7C9CDA color RGB value is (124,156,218).

RGB: (124,156,218) (49%, 61%, 85%)

RGB channels and saturation

R 124 of 255 = 49%
G 156 of 255 = 61%
B 218 of 255 = 85%

124
156
218

R + G + B ~ 65%. #7C9CDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 156 + 218 = 498 (100%)
R 124 of 498 ~ 24.9%
G 156 of 498 ~ 31.33%
B 218 of 498 ~ 43.78'%

%24.9
%31.33
%43.78

CMYK color model

#7C9CDA color CMYK value is (43,28,0,15).

  • cyan value is 43.12%
  • magenta value is 28.44%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (43,28,0,15)
C43M28Y0K15 (43%, 28%, 0%, 15%)
(0.43 / 0.28 / 0.00 / 0.15)

CMYK percentages

%43.12
%28.44
%0
%14.51

Codes

Color #7C9CDA in popluar color models

7C 9C DA
RGB 124 156 218
HSL 220° 55.95% 67.06%
HSB/HSV 220° 43.12% 85.49%
CMYK 43.12% 28.44% 0.00%
14.51%

Color #7C9CDA in popluar number systems.

HEX 7C 9C DA
Decimal 124 156 218
Binary 1111100 10011100 11011010
Octal 174 234 332

Shades and tints

Shades of #7C9CDA

#7C9CDA
(124,156,218)
#718EC7
(113,142,199)
#6680B4
(102,128,180)
#5B72A1
(91,114,161)
#50648E
(80,100,142)
#45567B
(69,86,123)
#3A4868
(58,72,104)
#2F3A55
(47,58,85)
#242C42
(36,44,66)
#191E2F
(25,30,47)
#0E101C
(14,16,28)
#000000
(0,0,0)

Tints of #7C9CDA

#7C9CDA
(124,156,218)
#87A5DD
(135,165,221)
#92AEE0
(146,174,224)
#9DB7E3
(157,183,227)
#A8C0E6
(168,192,230)
#B3C9E9
(179,201,233)
#BED2EC
(190,210,236)
#C9DBEF
(201,219,239)
#D4E4F2
(212,228,242)
#DFEDF5
(223,237,245)
#EAF6F8
(234,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9CDA color. Also use rgb(124,156,218) instead hex code.

Text Font Color

.myTextColor { color: #7C9CDA; }

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

This text font color is #7C9CDA.

Background Color

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

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

This div background color is #7C9CDA.

Border color

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

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

This div border color is #7C9CDA.

Opacity

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

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

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

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

This text has shadow with #7C9CDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C9CDA.

Preview

Color preview on black background

This text has color #7C9CDA on black background.


Color preview on white background

This text has color #7C9CDA on white background.


Black color preview on #7C9CDA background

This text has black color on #7C9CDA background.


White color preview on #7C9CDA background

This text has white color on #7C9CDA background.


Related colors

Complementary color

Complementary color for #hex is #836325.


I love getcolorcode.com

Triadic colors

1 #DA7C9C and #9CDA7C with #7C9CDA are triadic colors.

2 #DA9C7C and #9C7CDA with #7C9CDA are triadic colors.