COLOR #7CB7BB

HEX: #7CB7BB RGB: (124,183,187)

Color info

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

RGB color model

#7CB7BB color RGB value is (124,183,187).

RGB: (124,183,187) (49%, 72%, 73%)

RGB channels and saturation

R 124 of 255 = 49%
G 183 of 255 = 72%
B 187 of 255 = 73%

124
183
187

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

Portions of RGB colors in percentages

R + G + B = 124 + 183 + 187 = 494 (100%)
R 124 of 494 ~ 25.1%
G 183 of 494 ~ 37.04%
B 187 of 494 ~ 37.85'%

%25.1
%37.04
%37.85

CMYK color model

#7CB7BB color CMYK value is (34,2,0,27).

  • cyan value is 33.69%
  • magenta value is 2.14%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (34,2,0,27)
C34M2Y0K27 (34%, 2%, 0%, 27%)
(0.34 / 0.02 / 0.00 / 0.27)

CMYK percentages

%33.69
%2.14
%0
%26.67

Codes

Color #7CB7BB in popluar color models

7C B7 BB
RGB 124 183 187
HSL 184° 31.66% 60.98%
HSB/HSV 184° 33.69% 73.33%
CMYK 33.69% 2.14% 0.00%
26.67%

Color #7CB7BB in popluar number systems.

HEX 7C B7 BB
Decimal 124 183 187
Binary 1111100 10110111 10111011
Octal 174 267 273

Shades and tints

Shades of #7CB7BB

#7CB7BB
(124,183,187)
#71A7AA
(113,167,170)
#669799
(102,151,153)
#5B8788
(91,135,136)
#507777
(80,119,119)
#456766
(69,103,102)
#3A5755
(58,87,85)
#2F4744
(47,71,68)
#243733
(36,55,51)
#192722
(25,39,34)
#0E1711
(14,23,17)
#000000
(0,0,0)

Tints of #7CB7BB

#7CB7BB
(124,183,187)
#87BDC1
(135,189,193)
#92C3C7
(146,195,199)
#9DC9CD
(157,201,205)
#A8CFD3
(168,207,211)
#B3D5D9
(179,213,217)
#BEDBDF
(190,219,223)
#C9E1E5
(201,225,229)
#D4E7EB
(212,231,235)
#DFEDF1
(223,237,241)
#EAF3F7
(234,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB7BB color. Also use rgb(124,183,187) instead hex code.

Text Font Color

.myTextColor { color: #7CB7BB; }

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

This text font color is #7CB7BB.

Background Color

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

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

This div background color is #7CB7BB.

Border color

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

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

This div border color is #7CB7BB.

Opacity

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

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

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

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

This text has shadow with #7CB7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CB7BB.

Preview

Color preview on black background

This text has color #7CB7BB on black background.


Color preview on white background

This text has color #7CB7BB on white background.


Black color preview on #7CB7BB background

This text has black color on #7CB7BB background.


White color preview on #7CB7BB background

This text has white color on #7CB7BB background.


Related colors

Complementary color

Complementary color for #hex is #834844.


I love getcolorcode.com

Triadic colors

1 #BB7CB7 and #B7BB7C with #7CB7BB are triadic colors.

2 #BBB77C and #B77CBB with #7CB7BB are triadic colors.