COLOR #7CB895

HEX: #7CB895
RGB: (124,184,149)

Color info

#7CB895 contains mainly green and blue colors. Web safe color of #7CB895 is #66CC99 (or #6C9).

RGB color model

#7CB895 color RGB value is (124,184,149).

  • red value is 124;
  • green value is 184;
  • blue value is 149.
RGB:
(124,184,149)
(49%,72%,58%)

RGB channels and saturation

R 124 of 255 = 49%
G 184 of 255 = 72%
B 149 of 255 = 58%

124
184
149

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

Portions of RGB colors in percentages

R + G + B =
124 + 184 + 149 = 457 (100%)
R 124 of 457 ~ 27.13%
G 184 of 457 ~ 40.26%
B 149 of 457 ~ 32.6%

%27.13
%40.26
%32.6

CMYK color model

#7CB895 color CMYK value is (33,0,19,28).

  • cyan value is 32.61%
  • magenta value is 0.00%
  • yellow value is 19.02%
  • key color value is 27.84%
CMYK:
(33,0,19,28)
C33M0Y19K28 
(33%,0%,19%,28%)
(0.33/0.00/0.19/0.28)	

CMYK percentages

%32.61
%0
%19.02
%27.84

Codes

Color #7CB895 in popluar color models

7CB895
RGB124184149
HSL145°29.70%60.39%
HSB/HSV145°32.61%72.16%
CMYK32.61%0.00%19.02%
27.84%

Color #7CB895 in popluar number systems.

HEX7CB895
Decimal124184149
Binary11111001011100010010101
Octal174270225

Shades and tints

Shades of #7CB895

#7CB895
(124,184,149)
#71A888
(113,168,136)
#66987B
(102,152,123)
#5B886E
(91,136,110)
#507861
(80,120,97)
#456854
(69,104,84)
#3A5847
(58,88,71)
#2F483A
(47,72,58)
#24382D
(36,56,45)
#192820
(25,40,32)
#0E1813
(14,24,19)
#000000
(0,0,0)

Tints of #7CB895

#7CB895
(124,184,149)
#87BE9E
(135,190,158)
#92C4A7
(146,196,167)
#9DCAB0
(157,202,176)
#A8D0B9
(168,208,185)
#B3D6C2
(179,214,194)
#BEDCCB
(190,220,203)
#C9E2D4
(201,226,212)
#D4E8DD
(212,232,221)
#DFEEE6
(223,238,230)
#EAF4EF
(234,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB895 color. Also use rgb(124,184,149) instead hex code.

Text Font Color

.myTextColor { color: #7CB895; }

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

This text font color is #7CB895.


Background Color

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

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

This div background color is #7CB895.


Border color

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

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

This div border color is #7CB895.


Opacity

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

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

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

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

This text has shadow with #7CB895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB895 on black background.


Color preview on white background

This text has color #7CB895 on white background.



Black color preview on #7CB895 background

This text has black color on #7CB895 background.


White color preview on #7CB895 background

This text has white color on #7CB895 background.