COLOR #7CB4A7

HEX: #7CB4A7
RGB: (124,180,167)

Color info

#7CB4A7 contains red, green and blue colors in about the same proportion. Web safe color of #7CB4A7 is #66CC99 (or #6C9).

RGB color model

#7CB4A7 color RGB value is (124,180,167).

  • red value is 124;
  • green value is 180;
  • blue value is 167.
RGB:
(124,180,167)
(49%,71%,65%)

RGB channels and saturation

R 124 of 255 = 49%
G 180 of 255 = 71%
B 167 of 255 = 65%

124
180
167

R + G + B ~ 62%. #7CB4A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 180 + 167 = 471 (100%)
R 124 of 471 ~ 26.33%
G 180 of 471 ~ 38.22%
B 167 of 471 ~ 35.46%

%26.33
%38.22
%35.46

CMYK color model

#7CB4A7 color CMYK value is (31,0,7,29).

  • cyan value is 31.11%
  • magenta value is 0.00%
  • yellow value is 7.22%
  • key color value is 29.41%
CMYK:
(31,0,7,29)
C31M0Y7K29 
(31%,0%,7%,29%)
(0.31/0.00/0.07/0.29)	

CMYK percentages

%31.11
%0
%7.22
%29.41

Codes

Color #7CB4A7 in popluar color models

7CB4A7
RGB124180167
HSL166°27.18%59.61%
HSB/HSV166°31.11%70.59%
CMYK31.11%0.00%7.22%
29.41%

Color #7CB4A7 in popluar number systems.

HEX7CB4A7
Decimal124180167
Binary11111001011010010100111
Octal174264247

Shades and tints

Shades of #7CB4A7

#7CB4A7
(124,180,167)
#71A498
(113,164,152)
#669489
(102,148,137)
#5B847A
(91,132,122)
#50746B
(80,116,107)
#45645C
(69,100,92)
#3A544D
(58,84,77)
#2F443E
(47,68,62)
#24342F
(36,52,47)
#192420
(25,36,32)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #7CB4A7

#7CB4A7
(124,180,167)
#87BAAF
(135,186,175)
#92C0B7
(146,192,183)
#9DC6BF
(157,198,191)
#A8CCC7
(168,204,199)
#B3D2CF
(179,210,207)
#BED8D7
(190,216,215)
#C9DEDF
(201,222,223)
#D4E4E7
(212,228,231)
#DFEAEF
(223,234,239)
#EAF0F7
(234,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB4A7; }

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

This text font color is #7CB4A7.


Background Color

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

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

This div background color is #7CB4A7.


Border color

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

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

This div border color is #7CB4A7.


Opacity

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

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

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

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

This text has shadow with #7CB4A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB4A7 on black background.


Color preview on white background

This text has color #7CB4A7 on white background.



Black color preview on #7CB4A7 background

This text has black color on #7CB4A7 background.


White color preview on #7CB4A7 background

This text has white color on #7CB4A7 background.