COLOR #7CA883

HEX: #7CA883
RGB: (124,168,131)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

124
168
131

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

Portions of RGB colors in percentages

R + G + B =
124 + 168 + 131 = 423 (100%)
R 124 of 423 ~ 29.31%
G 168 of 423 ~ 39.72%
B 131 of 423 ~ 30.97%

%29.31
%39.72
%30.97

CMYK color model

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

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

CMYK percentages

%26.19
%0
%22.02
%34.12

Codes

Color #7CA883 in popluar color models

7CA883
RGB124168131
HSL130°20.18%57.25%
HSB/HSV130°26.19%65.88%
CMYK26.19%0.00%22.02%
34.12%

Color #7CA883 in popluar number systems.

HEX7CA883
Decimal124168131
Binary11111001010100010000011
Octal174250203

Shades and tints

Shades of #7CA883

#7CA883
(124,168,131)
#719978
(113,153,120)
#668A6D
(102,138,109)
#5B7B62
(91,123,98)
#506C57
(80,108,87)
#455D4C
(69,93,76)
#3A4E41
(58,78,65)
#2F3F36
(47,63,54)
#24302B
(36,48,43)
#192120
(25,33,32)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #7CA883

#7CA883
(124,168,131)
#87AF8E
(135,175,142)
#92B699
(146,182,153)
#9DBDA4
(157,189,164)
#A8C4AF
(168,196,175)
#B3CBBA
(179,203,186)
#BED2C5
(190,210,197)
#C9D9D0
(201,217,208)
#D4E0DB
(212,224,219)
#DFE7E6
(223,231,230)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA883; }

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

This text font color is #7CA883.


Background Color

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

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

This div background color is #7CA883.


Border color

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

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

This div border color is #7CA883.


Opacity

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

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

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

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

This text has shadow with #7CA883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA883 on black background.


Color preview on white background

This text has color #7CA883 on white background.



Black color preview on #7CA883 background

This text has black color on #7CA883 background.


White color preview on #7CA883 background

This text has white color on #7CA883 background.