COLOR #7CB1B1

HEX: #7CB1B1
RGB: (124,177,177)

Color info

#7CB1B1 contains red, green and blue colors in about the same proportion. Web safe color of #7CB1B1 is #669999 (or #699).

RGB color model

#7CB1B1 color RGB value is (124,177,177).

  • red value is 124;
  • green value is 177;
  • blue value is 177.
RGB:
(124,177,177)
(49%,69%,69%)

RGB channels and saturation

R 124 of 255 = 49%
G 177 of 255 = 69%
B 177 of 255 = 69%

124
177
177

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

Portions of RGB colors in percentages

R + G + B =
124 + 177 + 177 = 478 (100%)
R 124 of 478 ~ 25.94%
G 177 of 478 ~ 37.03%
B 177 of 478 ~ 37.03%

%25.94
%37.03
%37.03

CMYK color model

#7CB1B1 color CMYK value is (30,0,0,31).

  • cyan value is 29.94%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(30,0,0,31)
C30M0Y0K31 
(30%,0%,0%,31%)
(0.30/0.00/0.00/0.31)	

CMYK percentages

%29.94
%0
%0
%30.59

Codes

Color #7CB1B1 in popluar color models

7CB1B1
RGB124177177
HSL180°25.36%59.02%
HSB/HSV180°29.94%69.41%
CMYK29.94%0.00%0.00%
30.59%

Color #7CB1B1 in popluar number systems.

HEX7CB1B1
Decimal124177177
Binary11111001011000110110001
Octal174261261

Shades and tints

Shades of #7CB1B1

#7CB1B1
(124,177,177)
#71A1A1
(113,161,161)
#669191
(102,145,145)
#5B8181
(91,129,129)
#507171
(80,113,113)
#456161
(69,97,97)
#3A5151
(58,81,81)
#2F4141
(47,65,65)
#243131
(36,49,49)
#192121
(25,33,33)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #7CB1B1

#7CB1B1
(124,177,177)
#87B8B8
(135,184,184)
#92BFBF
(146,191,191)
#9DC6C6
(157,198,198)
#A8CDCD
(168,205,205)
#B3D4D4
(179,212,212)
#BEDBDB
(190,219,219)
#C9E2E2
(201,226,226)
#D4E9E9
(212,233,233)
#DFF0F0
(223,240,240)
#EAF7F7
(234,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB1B1; }

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

This text font color is #7CB1B1.


Background Color

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

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

This div background color is #7CB1B1.


Border color

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

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

This div border color is #7CB1B1.


Opacity

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

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

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

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

This text has shadow with #7CB1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB1B1 on black background.


Color preview on white background

This text has color #7CB1B1 on white background.



Black color preview on #7CB1B1 background

This text has black color on #7CB1B1 background.


White color preview on #7CB1B1 background

This text has white color on #7CB1B1 background.