COLOR #7CD0B1

HEX: #7CD0B1
RGB: (124,208,177)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

124
208
177

R + G + B ~ 67%. #7CD0B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 208 + 177 = 509 (100%)
R 124 of 509 ~ 24.36%
G 208 of 509 ~ 40.86%
B 177 of 509 ~ 34.77%

%24.36
%40.86
%34.77

CMYK color model

#7CD0B1 color CMYK value is (40,0,15,18).

  • cyan value is 40.38%
  • magenta value is 0.00%
  • yellow value is 14.90%
  • key color value is 18.43%
CMYK:
(40,0,15,18)
C40M0Y15K18 
(40%,0%,15%,18%)
(0.40/0.00/0.15/0.18)	

CMYK percentages

%40.38
%0
%14.9
%18.43

Codes

Color #7CD0B1 in popluar color models

7CD0B1
RGB124208177
HSL158°47.19%65.10%
HSB/HSV158°40.38%81.57%
CMYK40.38%0.00%14.90%
18.43%

Color #7CD0B1 in popluar number systems.

HEX7CD0B1
Decimal124208177
Binary11111001101000010110001
Octal174320261

Shades and tints

Shades of #7CD0B1

#7CD0B1
(124,208,177)
#71BEA1
(113,190,161)
#66AC91
(102,172,145)
#5B9A81
(91,154,129)
#508871
(80,136,113)
#457661
(69,118,97)
#3A6451
(58,100,81)
#2F5241
(47,82,65)
#244031
(36,64,49)
#192E21
(25,46,33)
#0E1C11
(14,28,17)
#000000
(0,0,0)

Tints of #7CD0B1

#7CD0B1
(124,208,177)
#87D4B8
(135,212,184)
#92D8BF
(146,216,191)
#9DDCC6
(157,220,198)
#A8E0CD
(168,224,205)
#B3E4D4
(179,228,212)
#BEE8DB
(190,232,219)
#C9ECE2
(201,236,226)
#D4F0E9
(212,240,233)
#DFF4F0
(223,244,240)
#EAF8F7
(234,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CD0B1; }

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

This text font color is #7CD0B1.


Background Color

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

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

This div background color is #7CD0B1.


Border color

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

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

This div border color is #7CD0B1.


Opacity

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

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

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

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

This text has shadow with #7CD0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CD0B1 on black background.


Color preview on white background

This text has color #7CD0B1 on white background.



Black color preview on #7CD0B1 background

This text has black color on #7CD0B1 background.


White color preview on #7CD0B1 background

This text has white color on #7CD0B1 background.