COLOR #7CB9A8

HEX: #7CB9A8 RGB: (124,185,168)

Color info

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

RGB color model

#7CB9A8 color RGB value is (124,185,168).

RGB: (124,185,168) (49%, 73%, 66%)

RGB channels and saturation

R 124 of 255 = 49%
G 185 of 255 = 73%
B 168 of 255 = 66%

124
185
168

R + G + B ~ 63%. #7CB9A8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 185 + 168 = 477 (100%)
R 124 of 477 ~ 26%
G 185 of 477 ~ 38.78%
B 168 of 477 ~ 35.22'%

%26
%38.78
%35.22

CMYK color model

#7CB9A8 color CMYK value is (33,0,9,27).

  • cyan value is 32.97%
  • magenta value is 0.00%
  • yellow value is 9.19%
  • key color value is 27.45%

CMYK: (33,0,9,27)
C33M0Y9K27 (33%, 0%, 9%, 27%)
(0.33 / 0.00 / 0.09 / 0.27)

CMYK percentages

%32.97
%0
%9.19
%27.45

Codes

Color #7CB9A8 in popluar color models

7C B9 A8
RGB 124 185 168
HSL 163° 30.35% 60.59%
HSB/HSV 163° 32.97% 72.55%
CMYK 32.97% 0.00% 9.19%
27.45%

Color #7CB9A8 in popluar number systems.

HEX 7C B9 A8
Decimal 124 185 168
Binary 1111100 10111001 10101000
Octal 174 271 250

Shades and tints

Shades of #7CB9A8

#7CB9A8
(124,185,168)
#71A999
(113,169,153)
#66998A
(102,153,138)
#5B897B
(91,137,123)
#50796C
(80,121,108)
#45695D
(69,105,93)
#3A594E
(58,89,78)
#2F493F
(47,73,63)
#243930
(36,57,48)
#192921
(25,41,33)
#0E1912
(14,25,18)
#000000
(0,0,0)

Tints of #7CB9A8

#7CB9A8
(124,185,168)
#87BFAF
(135,191,175)
#92C5B6
(146,197,182)
#9DCBBD
(157,203,189)
#A8D1C4
(168,209,196)
#B3D7CB
(179,215,203)
#BEDDD2
(190,221,210)
#C9E3D9
(201,227,217)
#D4E9E0
(212,233,224)
#DFEFE7
(223,239,231)
#EAF5EE
(234,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB9A8; }

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

This text font color is #7CB9A8.

Background Color

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

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

This div background color is #7CB9A8.

Border color

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

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

This div border color is #7CB9A8.

Opacity

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

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

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

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

This text has shadow with #7CB9A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CB9A8.

Preview

Color preview on black background

This text has color #7CB9A8 on black background.


Color preview on white background

This text has color #7CB9A8 on white background.


Black color preview on #7CB9A8 background

This text has black color on #7CB9A8 background.


White color preview on #7CB9A8 background

This text has white color on #7CB9A8 background.


Related colors

Complementary color

Complementary color for #hex is #834657.


I love getcolorcode.com

Triadic colors

1 #A87CB9 and #B9A87C with #7CB9A8 are triadic colors.

2 #A8B97C and #B97CA8 with #7CB9A8 are triadic colors.