COLOR #7CA8C9

HEX: #7CA8C9 RGB: (124,168,201)

Color info

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

RGB color model

#7CA8C9 color RGB value is (124,168,201).

RGB: (124,168,201) (49%, 66%, 79%)

RGB channels and saturation

R 124 of 255 = 49%
G 168 of 255 = 66%
B 201 of 255 = 79%

124
168
201

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

Portions of RGB colors in percentages

R + G + B = 124 + 168 + 201 = 493 (100%)
R 124 of 493 ~ 25.15%
G 168 of 493 ~ 34.08%
B 201 of 493 ~ 40.77'%

%25.15
%34.08
%40.77

CMYK color model

#7CA8C9 color CMYK value is (38,16,0,21).

  • cyan value is 38.31%
  • magenta value is 16.42%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (38,16,0,21)
C38M16Y0K21 (38%, 16%, 0%, 21%)
(0.38 / 0.16 / 0.00 / 0.21)

CMYK percentages

%38.31
%16.42
%0
%21.18

Codes

Color #7CA8C9 in popluar color models

7C A8 C9
RGB 124 168 201
HSL 206° 41.62% 63.73%
HSB/HSV 206° 38.31% 78.82%
CMYK 38.31% 16.42% 0.00%
21.18%

Color #7CA8C9 in popluar number systems.

HEX 7C A8 C9
Decimal 124 168 201
Binary 1111100 10101000 11001001
Octal 174 250 311

Shades and tints

Shades of #7CA8C9

#7CA8C9
(124,168,201)
#7199B7
(113,153,183)
#668AA5
(102,138,165)
#5B7B93
(91,123,147)
#506C81
(80,108,129)
#455D6F
(69,93,111)
#3A4E5D
(58,78,93)
#2F3F4B
(47,63,75)
#243039
(36,48,57)
#192127
(25,33,39)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #7CA8C9

#7CA8C9
(124,168,201)
#87AFCD
(135,175,205)
#92B6D1
(146,182,209)
#9DBDD5
(157,189,213)
#A8C4D9
(168,196,217)
#B3CBDD
(179,203,221)
#BED2E1
(190,210,225)
#C9D9E5
(201,217,229)
#D4E0E9
(212,224,233)
#DFE7ED
(223,231,237)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA8C9 color. Also use rgb(124,168,201) instead hex code.

Text Font Color

.myTextColor { color: #7CA8C9; }

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

This text font color is #7CA8C9.

Background Color

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

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

This div background color is #7CA8C9.

Border color

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

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

This div border color is #7CA8C9.

Opacity

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

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

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

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

This text has shadow with #7CA8C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA8C9.

Preview

Color preview on black background

This text has color #7CA8C9 on black background.


Color preview on white background

This text has color #7CA8C9 on white background.


Black color preview on #7CA8C9 background

This text has black color on #7CA8C9 background.


White color preview on #7CA8C9 background

This text has white color on #7CA8C9 background.


Related colors

Complementary color

Complementary color for #hex is #835736.


I love getcolorcode.com

Triadic colors

1 #C97CA8 and #A8C97C with #7CA8C9 are triadic colors.

2 #C9A87C and #A87CC9 with #7CA8C9 are triadic colors.