COLOR #7CB9BA

HEX: #7CB9BA RGB: (124,185,186)

Color info

#7CB9BA contains mainly green and blue colors. Web safe color of #7CB9BA is #66CCCC (or #6CC).

RGB color model

#7CB9BA color RGB value is (124,185,186).

RGB: (124,185,186) (49%, 73%, 73%)

RGB channels and saturation

R 124 of 255 = 49%
G 185 of 255 = 73%
B 186 of 255 = 73%

124
185
186

R + G + B ~ 65%. #7CB9BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 185 + 186 = 495 (100%)
R 124 of 495 ~ 25.05%
G 185 of 495 ~ 37.37%
B 186 of 495 ~ 37.58'%

%25.05
%37.37
%37.58

CMYK color model

#7CB9BA color CMYK value is (33,1,0,27).

  • cyan value is 33.33%
  • magenta value is 0.54%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (33,1,0,27)
C33M1Y0K27 (33%, 1%, 0%, 27%)
(0.33 / 0.01 / 0.00 / 0.27)

CMYK percentages

%33.33
%0.54
%0
%27.06

Codes

Color #7CB9BA in popluar color models

7C B9 BA
RGB 124 185 186
HSL 181° 31.00% 60.78%
HSB/HSV 181° 33.33% 72.94%
CMYK 33.33% 0.54% 0.00%
27.06%

Color #7CB9BA in popluar number systems.

HEX 7C B9 BA
Decimal 124 185 186
Binary 1111100 10111001 10111010
Octal 174 271 272

Shades and tints

Shades of #7CB9BA

#7CB9BA
(124,185,186)
#71A9AA
(113,169,170)
#66999A
(102,153,154)
#5B898A
(91,137,138)
#50797A
(80,121,122)
#45696A
(69,105,106)
#3A595A
(58,89,90)
#2F494A
(47,73,74)
#24393A
(36,57,58)
#19292A
(25,41,42)
#0E191A
(14,25,26)
#000000
(0,0,0)

Tints of #7CB9BA

#7CB9BA
(124,185,186)
#87BFC0
(135,191,192)
#92C5C6
(146,197,198)
#9DCBCC
(157,203,204)
#A8D1D2
(168,209,210)
#B3D7D8
(179,215,216)
#BEDDDE
(190,221,222)
#C9E3E4
(201,227,228)
#D4E9EA
(212,233,234)
#DFEFF0
(223,239,240)
#EAF5F6
(234,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB9BA; }

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

This text font color is #7CB9BA.

Background Color

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

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

This div background color is #7CB9BA.

Border color

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

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

This div border color is #7CB9BA.

Opacity

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

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

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

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

This text has shadow with #7CB9BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CB9BA.

Preview

Color preview on black background

This text has color #7CB9BA on black background.


Color preview on white background

This text has color #7CB9BA on white background.


Black color preview on #7CB9BA background

This text has black color on #7CB9BA background.


White color preview on #7CB9BA background

This text has white color on #7CB9BA background.


Related colors

Complementary color

Complementary color for #hex is #834645.


I love getcolorcode.com

Triadic colors

1 #BA7CB9 and #B9BA7C with #7CB9BA are triadic colors.

2 #BAB97C and #B97CBA with #7CB9BA are triadic colors.