COLOR #7CB9AD

HEX: #7CB9AD
RGB: (124,185,173)

Color info

#7CB9AD contains mainly green and blue colors. Web safe color of #7CB9AD is #66CC99 (or #6C9).

RGB color model

#7CB9AD color RGB value is (124,185,173).

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

RGB channels and saturation

R 124 of 255 = 49%
G 185 of 255 = 73%
B 173 of 255 = 68%

124
185
173

R + G + B ~ 63%. #7CB9AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 185 + 173 = 482 (100%)
R 124 of 482 ~ 25.73%
G 185 of 482 ~ 38.38%
B 173 of 482 ~ 35.89%

%25.73
%38.38
%35.89

CMYK color model

#7CB9AD color CMYK value is (33,0,6,27).

  • cyan value is 32.97%
  • magenta value is 0.00%
  • yellow value is 6.49%
  • key color value is 27.45%
CMYK:
(33,0,6,27)
C33M0Y6K27 
(33%,0%,6%,27%)
(0.33/0.00/0.06/0.27)	

CMYK percentages

%32.97
%0
%6.49
%27.45

Codes

Color #7CB9AD in popluar color models

7CB9AD
RGB124185173
HSL168°30.35%60.59%
HSB/HSV168°32.97%72.55%
CMYK32.97%0.00%6.49%
27.45%

Color #7CB9AD in popluar number systems.

HEX7CB9AD
Decimal124185173
Binary11111001011100110101101
Octal174271255

Shades and tints

Shades of #7CB9AD

#7CB9AD
(124,185,173)
#71A99E
(113,169,158)
#66998F
(102,153,143)
#5B8980
(91,137,128)
#507971
(80,121,113)
#456962
(69,105,98)
#3A5953
(58,89,83)
#2F4944
(47,73,68)
#243935
(36,57,53)
#192926
(25,41,38)
#0E1917
(14,25,23)
#000000
(0,0,0)

Tints of #7CB9AD

#7CB9AD
(124,185,173)
#87BFB4
(135,191,180)
#92C5BB
(146,197,187)
#9DCBC2
(157,203,194)
#A8D1C9
(168,209,201)
#B3D7D0
(179,215,208)
#BEDDD7
(190,221,215)
#C9E3DE
(201,227,222)
#D4E9E5
(212,233,229)
#DFEFEC
(223,239,236)
#EAF5F3
(234,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB9AD; }

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

This text font color is #7CB9AD.


Background Color

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

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

This div background color is #7CB9AD.


Border color

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

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

This div border color is #7CB9AD.


Opacity

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

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

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

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

This text has shadow with #7CB9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB9AD on black background.


Color preview on white background

This text has color #7CB9AD on white background.



Black color preview on #7CB9AD background

This text has black color on #7CB9AD background.


White color preview on #7CB9AD background

This text has white color on #7CB9AD background.