COLOR #7CAE8B

HEX: #7CAE8B
RGB: (124,174,139)

Color info

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

RGB color model

#7CAE8B color RGB value is (124,174,139).

  • red value is 124;
  • green value is 174;
  • blue value is 139.
RGB:
(124,174,139)
(49%,68%,55%)

RGB channels and saturation

R 124 of 255 = 49%
G 174 of 255 = 68%
B 139 of 255 = 55%

124
174
139

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

Portions of RGB colors in percentages

R + G + B =
124 + 174 + 139 = 437 (100%)
R 124 of 437 ~ 28.38%
G 174 of 437 ~ 39.82%
B 139 of 437 ~ 31.81%

%28.38
%39.82
%31.81

CMYK color model

#7CAE8B color CMYK value is (29,0,20,32).

  • cyan value is 28.74%
  • magenta value is 0.00%
  • yellow value is 20.11%
  • key color value is 31.76%
CMYK:
(29,0,20,32)
C29M0Y20K32 
(29%,0%,20%,32%)
(0.29/0.00/0.20/0.32)	

CMYK percentages

%28.74
%0
%20.11
%31.76

Codes

Color #7CAE8B in popluar color models

7CAE8B
RGB124174139
HSL138°23.58%58.43%
HSB/HSV138°28.74%68.24%
CMYK28.74%0.00%20.11%
31.76%

Color #7CAE8B in popluar number systems.

HEX7CAE8B
Decimal124174139
Binary11111001010111010001011
Octal174256213

Shades and tints

Shades of #7CAE8B

#7CAE8B
(124,174,139)
#719F7F
(113,159,127)
#669073
(102,144,115)
#5B8167
(91,129,103)
#50725B
(80,114,91)
#45634F
(69,99,79)
#3A5443
(58,84,67)
#2F4537
(47,69,55)
#24362B
(36,54,43)
#19271F
(25,39,31)
#0E1813
(14,24,19)
#000000
(0,0,0)

Tints of #7CAE8B

#7CAE8B
(124,174,139)
#87B595
(135,181,149)
#92BC9F
(146,188,159)
#9DC3A9
(157,195,169)
#A8CAB3
(168,202,179)
#B3D1BD
(179,209,189)
#BED8C7
(190,216,199)
#C9DFD1
(201,223,209)
#D4E6DB
(212,230,219)
#DFEDE5
(223,237,229)
#EAF4EF
(234,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CAE8B; }

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

This text font color is #7CAE8B.


Background Color

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

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

This div background color is #7CAE8B.


Border color

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

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

This div border color is #7CAE8B.


Opacity

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

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

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

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

This text has shadow with #7CAE8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CAE8B on black background.


Color preview on white background

This text has color #7CAE8B on white background.



Black color preview on #7CAE8B background

This text has black color on #7CAE8B background.


White color preview on #7CAE8B background

This text has white color on #7CAE8B background.