COLOR #7CA192

HEX: #7CA192
RGB: (124,161,146)

Color info

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

RGB color model

#7CA192 color RGB value is (124,161,146).

  • red value is 124;
  • green value is 161;
  • blue value is 146.
RGB:
(124,161,146)
(49%,63%,57%)

RGB channels and saturation

R 124 of 255 = 49%
G 161 of 255 = 63%
B 146 of 255 = 57%

124
161
146

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

Portions of RGB colors in percentages

R + G + B =
124 + 161 + 146 = 431 (100%)
R 124 of 431 ~ 28.77%
G 161 of 431 ~ 37.35%
B 146 of 431 ~ 33.87%

%28.77
%37.35
%33.87

CMYK color model

#7CA192 color CMYK value is (23,0,9,37).

  • cyan value is 22.98%
  • magenta value is 0.00%
  • yellow value is 9.32%
  • key color value is 36.86%
CMYK:
(23,0,9,37)
C23M0Y9K37 
(23%,0%,9%,37%)
(0.23/0.00/0.09/0.37)	

CMYK percentages

%22.98
%0
%9.32
%36.86

Codes

Color #7CA192 in popluar color models

7CA192
RGB124161146
HSL156°16.44%55.88%
HSB/HSV156°22.98%63.14%
CMYK22.98%0.00%9.32%
36.86%

Color #7CA192 in popluar number systems.

HEX7CA192
Decimal124161146
Binary11111001010000110010010
Octal174241222

Shades and tints

Shades of #7CA192

#7CA192
(124,161,146)
#719385
(113,147,133)
#668578
(102,133,120)
#5B776B
(91,119,107)
#50695E
(80,105,94)
#455B51
(69,91,81)
#3A4D44
(58,77,68)
#2F3F37
(47,63,55)
#24312A
(36,49,42)
#19231D
(25,35,29)
#0E1510
(14,21,16)
#000000
(0,0,0)

Tints of #7CA192

#7CA192
(124,161,146)
#87A99B
(135,169,155)
#92B1A4
(146,177,164)
#9DB9AD
(157,185,173)
#A8C1B6
(168,193,182)
#B3C9BF
(179,201,191)
#BED1C8
(190,209,200)
#C9D9D1
(201,217,209)
#D4E1DA
(212,225,218)
#DFE9E3
(223,233,227)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA192 color. Also use rgb(124,161,146) instead hex code.

Text Font Color

.myTextColor { color: #7CA192; }

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

This text font color is #7CA192.


Background Color

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

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

This div background color is #7CA192.


Border color

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

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

This div border color is #7CA192.


Opacity

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

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

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

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

This text has shadow with #7CA192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA192 on black background.


Color preview on white background

This text has color #7CA192 on white background.



Black color preview on #7CA192 background

This text has black color on #7CA192 background.


White color preview on #7CA192 background

This text has white color on #7CA192 background.