COLOR #7CA8A8

HEX: #7CA8A8
RGB: (124,168,168)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

124
168
168

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

Portions of RGB colors in percentages

R + G + B =
124 + 168 + 168 = 460 (100%)
R 124 of 460 ~ 26.96%
G 168 of 460 ~ 36.52%
B 168 of 460 ~ 36.52%

%26.96
%36.52
%36.52

CMYK color model

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

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

CMYK percentages

%26.19
%0
%0
%34.12

Codes

Color #7CA8A8 in popluar color models

7CA8A8
RGB124168168
HSL180°20.18%57.25%
HSB/HSV180°26.19%65.88%
CMYK26.19%0.00%0.00%
34.12%

Color #7CA8A8 in popluar number systems.

HEX7CA8A8
Decimal124168168
Binary11111001010100010101000
Octal174250250

Shades and tints

Shades of #7CA8A8

#7CA8A8
(124,168,168)
#719999
(113,153,153)
#668A8A
(102,138,138)
#5B7B7B
(91,123,123)
#506C6C
(80,108,108)
#455D5D
(69,93,93)
#3A4E4E
(58,78,78)
#2F3F3F
(47,63,63)
#243030
(36,48,48)
#192121
(25,33,33)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #7CA8A8

#7CA8A8
(124,168,168)
#87AFAF
(135,175,175)
#92B6B6
(146,182,182)
#9DBDBD
(157,189,189)
#A8C4C4
(168,196,196)
#B3CBCB
(179,203,203)
#BED2D2
(190,210,210)
#C9D9D9
(201,217,217)
#D4E0E0
(212,224,224)
#DFE7E7
(223,231,231)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA8A8; }

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

This text font color is #7CA8A8.


Background Color

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

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

This div background color is #7CA8A8.


Border color

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

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

This div border color is #7CA8A8.


Opacity

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

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

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

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

This text has shadow with #7CA8A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA8A8 on black background.


Color preview on white background

This text has color #7CA8A8 on white background.



Black color preview on #7CA8A8 background

This text has black color on #7CA8A8 background.


White color preview on #7CA8A8 background

This text has white color on #7CA8A8 background.