COLOR #7CB8A9

HEX: #7CB8A9
RGB: (124,184,169)

Color info

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

RGB color model

#7CB8A9 color RGB value is (124,184,169).

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

RGB channels and saturation

R 124 of 255 = 49%
G 184 of 255 = 72%
B 169 of 255 = 66%

124
184
169

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

Portions of RGB colors in percentages

R + G + B =
124 + 184 + 169 = 477 (100%)
R 124 of 477 ~ 26%
G 184 of 477 ~ 38.57%
B 169 of 477 ~ 35.43%

%26
%38.57
%35.43

CMYK color model

#7CB8A9 color CMYK value is (33,0,8,28).

  • cyan value is 32.61%
  • magenta value is 0.00%
  • yellow value is 8.15%
  • key color value is 27.84%
CMYK:
(33,0,8,28)
C33M0Y8K28 
(33%,0%,8%,28%)
(0.33/0.00/0.08/0.28)	

CMYK percentages

%32.61
%0
%8.15
%27.84

Codes

Color #7CB8A9 in popluar color models

7CB8A9
RGB124184169
HSL165°29.70%60.39%
HSB/HSV165°32.61%72.16%
CMYK32.61%0.00%8.15%
27.84%

Color #7CB8A9 in popluar number systems.

HEX7CB8A9
Decimal124184169
Binary11111001011100010101001
Octal174270251

Shades and tints

Shades of #7CB8A9

#7CB8A9
(124,184,169)
#71A89A
(113,168,154)
#66988B
(102,152,139)
#5B887C
(91,136,124)
#50786D
(80,120,109)
#45685E
(69,104,94)
#3A584F
(58,88,79)
#2F4840
(47,72,64)
#243831
(36,56,49)
#192822
(25,40,34)
#0E1813
(14,24,19)
#000000
(0,0,0)

Tints of #7CB8A9

#7CB8A9
(124,184,169)
#87BEB0
(135,190,176)
#92C4B7
(146,196,183)
#9DCABE
(157,202,190)
#A8D0C5
(168,208,197)
#B3D6CC
(179,214,204)
#BEDCD3
(190,220,211)
#C9E2DA
(201,226,218)
#D4E8E1
(212,232,225)
#DFEEE8
(223,238,232)
#EAF4EF
(234,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB8A9; }

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

This text font color is #7CB8A9.


Background Color

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

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

This div background color is #7CB8A9.


Border color

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

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

This div border color is #7CB8A9.


Opacity

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

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

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

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

This text has shadow with #7CB8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB8A9 on black background.


Color preview on white background

This text has color #7CB8A9 on white background.



Black color preview on #7CB8A9 background

This text has black color on #7CB8A9 background.


White color preview on #7CB8A9 background

This text has white color on #7CB8A9 background.