COLOR #7CA9A8

HEX: #7CA9A8
RGB: (124,169,168)

Color info

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

RGB color model

#7CA9A8 color RGB value is (124,169,168).

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

RGB channels and saturation

R 124 of 255 = 49%
G 169 of 255 = 66%
B 168 of 255 = 66%

124
169
168

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

Portions of RGB colors in percentages

R + G + B =
124 + 169 + 168 = 461 (100%)
R 124 of 461 ~ 26.9%
G 169 of 461 ~ 36.66%
B 168 of 461 ~ 36.44%

%26.9
%36.66
%36.44

CMYK color model

#7CA9A8 color CMYK value is (27,0,1,34).

  • cyan value is 26.63%
  • magenta value is 0.00%
  • yellow value is 0.59%
  • key color value is 33.73%
CMYK:
(27,0,1,34)
C27M0Y1K34 
(27%,0%,1%,34%)
(0.27/0.00/0.01/0.34)	

CMYK percentages

%26.63
%0
%0.59
%33.73

Codes

Color #7CA9A8 in popluar color models

7CA9A8
RGB124169168
HSL179°20.74%57.45%
HSB/HSV179°26.63%66.27%
CMYK26.63%0.00%0.59%
33.73%

Color #7CA9A8 in popluar number systems.

HEX7CA9A8
Decimal124169168
Binary11111001010100110101000
Octal174251250

Shades and tints

Shades of #7CA9A8

#7CA9A8
(124,169,168)
#719A99
(113,154,153)
#668B8A
(102,139,138)
#5B7C7B
(91,124,123)
#506D6C
(80,109,108)
#455E5D
(69,94,93)
#3A4F4E
(58,79,78)
#2F403F
(47,64,63)
#243130
(36,49,48)
#192221
(25,34,33)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #7CA9A8

#7CA9A8
(124,169,168)
#87B0AF
(135,176,175)
#92B7B6
(146,183,182)
#9DBEBD
(157,190,189)
#A8C5C4
(168,197,196)
#B3CCCB
(179,204,203)
#BED3D2
(190,211,210)
#C9DAD9
(201,218,217)
#D4E1E0
(212,225,224)
#DFE8E7
(223,232,231)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA9A8; }

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

This text font color is #7CA9A8.


Background Color

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

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

This div background color is #7CA9A8.


Border color

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

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

This div border color is #7CA9A8.


Opacity

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

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

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

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

This text has shadow with #7CA9A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA9A8 on black background.


Color preview on white background

This text has color #7CA9A8 on white background.



Black color preview on #7CA9A8 background

This text has black color on #7CA9A8 background.


White color preview on #7CA9A8 background

This text has white color on #7CA9A8 background.