COLOR #7CA5A8

HEX: #7CA5A8
RGB: (124,165,168)

Color info

#7CA5A8 contains red, green and blue colors in about the same proportion. Web safe color of #7CA5A8 is #669999 (or #699).

RGB color model

#7CA5A8 color RGB value is (124,165,168).

  • red value is 124;
  • green value is 165;
  • blue value is 168.
RGB:
(124,165,168)
(49%,65%,66%)

RGB channels and saturation

R 124 of 255 = 49%
G 165 of 255 = 65%
B 168 of 255 = 66%

124
165
168

R + G + B ~ 60%. #7CA5A8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 165 + 168 = 457 (100%)
R 124 of 457 ~ 27.13%
G 165 of 457 ~ 36.11%
B 168 of 457 ~ 36.76%

%27.13
%36.11
%36.76

CMYK color model

#7CA5A8 color CMYK value is (26,2,0,34).

  • cyan value is 26.19%
  • magenta value is 1.79%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(26,2,0,34)
C26M2Y0K34 
(26%,2%,0%,34%)
(0.26/0.02/0.00/0.34)	

CMYK percentages

%26.19
%1.79
%0
%34.12

Codes

Color #7CA5A8 in popluar color models

7CA5A8
RGB124165168
HSL184°20.18%57.25%
HSB/HSV184°26.19%65.88%
CMYK26.19%1.79%0.00%
34.12%

Color #7CA5A8 in popluar number systems.

HEX7CA5A8
Decimal124165168
Binary11111001010010110101000
Octal174245250

Shades and tints

Shades of #7CA5A8

#7CA5A8
(124,165,168)
#719699
(113,150,153)
#66878A
(102,135,138)
#5B787B
(91,120,123)
#50696C
(80,105,108)
#455A5D
(69,90,93)
#3A4B4E
(58,75,78)
#2F3C3F
(47,60,63)
#242D30
(36,45,48)
#191E21
(25,30,33)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #7CA5A8

#7CA5A8
(124,165,168)
#87ADAF
(135,173,175)
#92B5B6
(146,181,182)
#9DBDBD
(157,189,189)
#A8C5C4
(168,197,196)
#B3CDCB
(179,205,203)
#BED5D2
(190,213,210)
#C9DDD9
(201,221,217)
#D4E5E0
(212,229,224)
#DFEDE7
(223,237,231)
#EAF5EE
(234,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA5A8; }

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

This text font color is #7CA5A8.


Background Color

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

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

This div background color is #7CA5A8.


Border color

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

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

This div border color is #7CA5A8.


Opacity

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

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

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

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

This text has shadow with #7CA5A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA5A8 on black background.


Color preview on white background

This text has color #7CA5A8 on white background.



Black color preview on #7CA5A8 background

This text has black color on #7CA5A8 background.


White color preview on #7CA5A8 background

This text has white color on #7CA5A8 background.