COLOR #7CA5AF

HEX: #7CA5AF
RGB: (124,165,175)

Color info

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

RGB color model

#7CA5AF color RGB value is (124,165,175).

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

RGB channels and saturation

R 124 of 255 = 49%
G 165 of 255 = 65%
B 175 of 255 = 69%

124
165
175

R + G + B ~ 61%. #7CA5AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 165 + 175 = 464 (100%)
R 124 of 464 ~ 26.72%
G 165 of 464 ~ 35.56%
B 175 of 464 ~ 37.72%

%26.72
%35.56
%37.72

CMYK color model

#7CA5AF color CMYK value is (29,6,0,31).

  • cyan value is 29.14%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(29,6,0,31)
C29M6Y0K31 
(29%,6%,0%,31%)
(0.29/0.06/0.00/0.31)	

CMYK percentages

%29.14
%5.71
%0
%31.37

Codes

Color #7CA5AF in popluar color models

7CA5AF
RGB124165175
HSL192°24.17%58.63%
HSB/HSV192°29.14%68.63%
CMYK29.14%5.71%0.00%
31.37%

Color #7CA5AF in popluar number systems.

HEX7CA5AF
Decimal124165175
Binary11111001010010110101111
Octal174245257

Shades and tints

Shades of #7CA5AF

#7CA5AF
(124,165,175)
#7196A0
(113,150,160)
#668791
(102,135,145)
#5B7882
(91,120,130)
#506973
(80,105,115)
#455A64
(69,90,100)
#3A4B55
(58,75,85)
#2F3C46
(47,60,70)
#242D37
(36,45,55)
#191E28
(25,30,40)
#0E0F19
(14,15,25)
#000000
(0,0,0)

Tints of #7CA5AF

#7CA5AF
(124,165,175)
#87ADB6
(135,173,182)
#92B5BD
(146,181,189)
#9DBDC4
(157,189,196)
#A8C5CB
(168,197,203)
#B3CDD2
(179,205,210)
#BED5D9
(190,213,217)
#C9DDE0
(201,221,224)
#D4E5E7
(212,229,231)
#DFEDEE
(223,237,238)
#EAF5F5
(234,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA5AF; }

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

This text font color is #7CA5AF.


Background Color

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

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

This div background color is #7CA5AF.


Border color

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

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

This div border color is #7CA5AF.


Opacity

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

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

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

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

This text has shadow with #7CA5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA5AF on black background.


Color preview on white background

This text has color #7CA5AF on white background.



Black color preview on #7CA5AF background

This text has black color on #7CA5AF background.


White color preview on #7CA5AF background

This text has white color on #7CA5AF background.