COLOR #7CAD98

HEX: #7CAD98
RGB: (124,173,152)

Color info

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

RGB color model

#7CAD98 color RGB value is (124,173,152).

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

RGB channels and saturation

R 124 of 255 = 49%
G 173 of 255 = 68%
B 152 of 255 = 60%

124
173
152

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

Portions of RGB colors in percentages

R + G + B =
124 + 173 + 152 = 449 (100%)
R 124 of 449 ~ 27.62%
G 173 of 449 ~ 38.53%
B 152 of 449 ~ 33.85%

%27.62
%38.53
%33.85

CMYK color model

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

  • cyan value is 28.32%
  • magenta value is 0.00%
  • yellow value is 12.14%
  • key color value is 32.16%
CMYK:
(28,0,12,32)
C28M0Y12K32 
(28%,0%,12%,32%)
(0.28/0.00/0.12/0.32)	

CMYK percentages

%28.32
%0
%12.14
%32.16

Codes

Color #7CAD98 in popluar color models

7CAD98
RGB124173152
HSL154°23.00%58.24%
HSB/HSV154°28.32%67.84%
CMYK28.32%0.00%12.14%
32.16%

Color #7CAD98 in popluar number systems.

HEX7CAD98
Decimal124173152
Binary11111001010110110011000
Octal174255230

Shades and tints

Shades of #7CAD98

#7CAD98
(124,173,152)
#719E8B
(113,158,139)
#668F7E
(102,143,126)
#5B8071
(91,128,113)
#507164
(80,113,100)
#456257
(69,98,87)
#3A534A
(58,83,74)
#2F443D
(47,68,61)
#243530
(36,53,48)
#192623
(25,38,35)
#0E1716
(14,23,22)
#000000
(0,0,0)

Tints of #7CAD98

#7CAD98
(124,173,152)
#87B4A1
(135,180,161)
#92BBAA
(146,187,170)
#9DC2B3
(157,194,179)
#A8C9BC
(168,201,188)
#B3D0C5
(179,208,197)
#BED7CE
(190,215,206)
#C9DED7
(201,222,215)
#D4E5E0
(212,229,224)
#DFECE9
(223,236,233)
#EAF3F2
(234,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CAD98; }

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

This text font color is #7CAD98.


Background Color

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

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

This div background color is #7CAD98.


Border color

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

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

This div border color is #7CAD98.


Opacity

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

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

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

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

This text has shadow with #7CAD98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CAD98 on black background.


Color preview on white background

This text has color #7CAD98 on white background.



Black color preview on #7CAD98 background

This text has black color on #7CAD98 background.


White color preview on #7CAD98 background

This text has white color on #7CAD98 background.