COLOR #7CB9B2

HEX: #7CB9B2
RGB: (124,185,178)

Color info

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

RGB color model

#7CB9B2 color RGB value is (124,185,178).

  • red value is 124;
  • green value is 185;
  • blue value is 178.
RGB:
(124,185,178)
(49%,73%,70%)

RGB channels and saturation

R 124 of 255 = 49%
G 185 of 255 = 73%
B 178 of 255 = 70%

124
185
178

R + G + B ~ 64%. #7CB9B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 185 + 178 = 487 (100%)
R 124 of 487 ~ 25.46%
G 185 of 487 ~ 37.99%
B 178 of 487 ~ 36.55%

%25.46
%37.99
%36.55

CMYK color model

#7CB9B2 color CMYK value is (33,0,4,27).

  • cyan value is 32.97%
  • magenta value is 0.00%
  • yellow value is 3.78%
  • key color value is 27.45%
CMYK:
(33,0,4,27)
C33M0Y4K27 
(33%,0%,4%,27%)
(0.33/0.00/0.04/0.27)	

CMYK percentages

%32.97
%0
%3.78
%27.45

Codes

Color #7CB9B2 in popluar color models

7CB9B2
RGB124185178
HSL173°30.35%60.59%
HSB/HSV173°32.97%72.55%
CMYK32.97%0.00%3.78%
27.45%

Color #7CB9B2 in popluar number systems.

HEX7CB9B2
Decimal124185178
Binary11111001011100110110010
Octal174271262

Shades and tints

Shades of #7CB9B2

#7CB9B2
(124,185,178)
#71A9A2
(113,169,162)
#669992
(102,153,146)
#5B8982
(91,137,130)
#507972
(80,121,114)
#456962
(69,105,98)
#3A5952
(58,89,82)
#2F4942
(47,73,66)
#243932
(36,57,50)
#192922
(25,41,34)
#0E1912
(14,25,18)
#000000
(0,0,0)

Tints of #7CB9B2

#7CB9B2
(124,185,178)
#87BFB9
(135,191,185)
#92C5C0
(146,197,192)
#9DCBC7
(157,203,199)
#A8D1CE
(168,209,206)
#B3D7D5
(179,215,213)
#BEDDDC
(190,221,220)
#C9E3E3
(201,227,227)
#D4E9EA
(212,233,234)
#DFEFF1
(223,239,241)
#EAF5F8
(234,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB9B2; }

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

This text font color is #7CB9B2.


Background Color

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

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

This div background color is #7CB9B2.


Border color

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

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

This div border color is #7CB9B2.


Opacity

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

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

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

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

This text has shadow with #7CB9B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB9B2 on black background.


Color preview on white background

This text has color #7CB9B2 on white background.



Black color preview on #7CB9B2 background

This text has black color on #7CB9B2 background.


White color preview on #7CB9B2 background

This text has white color on #7CB9B2 background.