COLOR #7CA1AD

HEX: #7CA1AD
RGB: (124,161,173)

Color info

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

RGB color model

#7CA1AD color RGB value is (124,161,173).

  • red value is 124;
  • green value is 161;
  • blue value is 173.
RGB:
(124,161,173)
(49%,63%,68%)

RGB channels and saturation

R 124 of 255 = 49%
G 161 of 255 = 63%
B 173 of 255 = 68%

124
161
173

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

Portions of RGB colors in percentages

R + G + B =
124 + 161 + 173 = 458 (100%)
R 124 of 458 ~ 27.07%
G 161 of 458 ~ 35.15%
B 173 of 458 ~ 37.77%

%27.07
%35.15
%37.77

CMYK color model

#7CA1AD color CMYK value is (28,7,0,32).

  • cyan value is 28.32%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(28,7,0,32)
C28M7Y0K32 
(28%,7%,0%,32%)
(0.28/0.07/0.00/0.32)	

CMYK percentages

%28.32
%6.94
%0
%32.16

Codes

Color #7CA1AD in popluar color models

7CA1AD
RGB124161173
HSL195°23.00%58.24%
HSB/HSV195°28.32%67.84%
CMYK28.32%6.94%0.00%
32.16%

Color #7CA1AD in popluar number systems.

HEX7CA1AD
Decimal124161173
Binary11111001010000110101101
Octal174241255

Shades and tints

Shades of #7CA1AD

#7CA1AD
(124,161,173)
#71939E
(113,147,158)
#66858F
(102,133,143)
#5B7780
(91,119,128)
#506971
(80,105,113)
#455B62
(69,91,98)
#3A4D53
(58,77,83)
#2F3F44
(47,63,68)
#243135
(36,49,53)
#192326
(25,35,38)
#0E1517
(14,21,23)
#000000
(0,0,0)

Tints of #7CA1AD

#7CA1AD
(124,161,173)
#87A9B4
(135,169,180)
#92B1BB
(146,177,187)
#9DB9C2
(157,185,194)
#A8C1C9
(168,193,201)
#B3C9D0
(179,201,208)
#BED1D7
(190,209,215)
#C9D9DE
(201,217,222)
#D4E1E5
(212,225,229)
#DFE9EC
(223,233,236)
#EAF1F3
(234,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA1AD color. Also use rgb(124,161,173) instead hex code.

Text Font Color

.myTextColor { color: #7CA1AD; }

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

This text font color is #7CA1AD.


Background Color

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

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

This div background color is #7CA1AD.


Border color

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

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

This div border color is #7CA1AD.


Opacity

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

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

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

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

This text has shadow with #7CA1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA1AD on black background.


Color preview on white background

This text has color #7CA1AD on white background.



Black color preview on #7CA1AD background

This text has black color on #7CA1AD background.


White color preview on #7CA1AD background

This text has white color on #7CA1AD background.