COLOR #7CBBA5

HEX: #7CBBA5
RGB: (124,187,165)

Color info

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

RGB color model

#7CBBA5 color RGB value is (124,187,165).

  • red value is 124;
  • green value is 187;
  • blue value is 165.
RGB:
(124,187,165)
(49%,73%,65%)

RGB channels and saturation

R 124 of 255 = 49%
G 187 of 255 = 73%
B 165 of 255 = 65%

124
187
165

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

Portions of RGB colors in percentages

R + G + B =
124 + 187 + 165 = 476 (100%)
R 124 of 476 ~ 26.05%
G 187 of 476 ~ 39.29%
B 165 of 476 ~ 34.66%

%26.05
%39.29
%34.66

CMYK color model

#7CBBA5 color CMYK value is (34,0,12,27).

  • cyan value is 33.69%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 26.67%
CMYK:
(34,0,12,27)
C34M0Y12K27 
(34%,0%,12%,27%)
(0.34/0.00/0.12/0.27)	

CMYK percentages

%33.69
%0
%11.76
%26.67

Codes

Color #7CBBA5 in popluar color models

7CBBA5
RGB124187165
HSL159°31.66%60.98%
HSB/HSV159°33.69%73.33%
CMYK33.69%0.00%11.76%
26.67%

Color #7CBBA5 in popluar number systems.

HEX7CBBA5
Decimal124187165
Binary11111001011101110100101
Octal174273245

Shades and tints

Shades of #7CBBA5

#7CBBA5
(124,187,165)
#71AA96
(113,170,150)
#669987
(102,153,135)
#5B8878
(91,136,120)
#507769
(80,119,105)
#45665A
(69,102,90)
#3A554B
(58,85,75)
#2F443C
(47,68,60)
#24332D
(36,51,45)
#19221E
(25,34,30)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #7CBBA5

#7CBBA5
(124,187,165)
#87C1AD
(135,193,173)
#92C7B5
(146,199,181)
#9DCDBD
(157,205,189)
#A8D3C5
(168,211,197)
#B3D9CD
(179,217,205)
#BEDFD5
(190,223,213)
#C9E5DD
(201,229,221)
#D4EBE5
(212,235,229)
#DFF1ED
(223,241,237)
#EAF7F5
(234,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CBBA5; }

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

This text font color is #7CBBA5.


Background Color

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

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

This div background color is #7CBBA5.


Border color

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

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

This div border color is #7CBBA5.


Opacity

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

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

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

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

This text has shadow with #7CBBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CBBA5 on black background.


Color preview on white background

This text has color #7CBBA5 on white background.



Black color preview on #7CBBA5 background

This text has black color on #7CBBA5 background.


White color preview on #7CBBA5 background

This text has white color on #7CBBA5 background.