COLOR #7CD5B5

HEX: #7CD5B5 RGB: (124,213,181)

Color info

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

RGB color model

#7CD5B5 color RGB value is (124,213,181).

RGB: (124,213,181) (49%, 84%, 71%)

RGB channels and saturation

R 124 of 255 = 49%
G 213 of 255 = 84%
B 181 of 255 = 71%

124
213
181

R + G + B ~ 68%. #7CD5B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 213 + 181 = 518 (100%)
R 124 of 518 ~ 23.94%
G 213 of 518 ~ 41.12%
B 181 of 518 ~ 34.94'%

%23.94
%41.12
%34.94

CMYK color model

#7CD5B5 color CMYK value is (42,0,15,16).

  • cyan value is 41.78%
  • magenta value is 0.00%
  • yellow value is 15.02%
  • key color value is 16.47%

CMYK: (42,0,15,16)
C42M0Y15K16 (42%, 0%, 15%, 16%)
(0.42 / 0.00 / 0.15 / 0.16)

CMYK percentages

%41.78
%0
%15.02
%16.47

Codes

Color #7CD5B5 in popluar color models

7C D5 B5
RGB 124 213 181
HSL 158° 51.45% 66.08%
HSB/HSV 158° 41.78% 83.53%
CMYK 41.78% 0.00% 15.02%
16.47%

Color #7CD5B5 in popluar number systems.

HEX 7C D5 B5
Decimal 124 213 181
Binary 1111100 11010101 10110101
Octal 174 325 265

Shades and tints

Shades of #7CD5B5

#7CD5B5
(124,213,181)
#71C2A5
(113,194,165)
#66AF95
(102,175,149)
#5B9C85
(91,156,133)
#508975
(80,137,117)
#457665
(69,118,101)
#3A6355
(58,99,85)
#2F5045
(47,80,69)
#243D35
(36,61,53)
#192A25
(25,42,37)
#0E1715
(14,23,21)
#000000
(0,0,0)

Tints of #7CD5B5

#7CD5B5
(124,213,181)
#87D8BB
(135,216,187)
#92DBC1
(146,219,193)
#9DDEC7
(157,222,199)
#A8E1CD
(168,225,205)
#B3E4D3
(179,228,211)
#BEE7D9
(190,231,217)
#C9EADF
(201,234,223)
#D4EDE5
(212,237,229)
#DFF0EB
(223,240,235)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CD5B5; }

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

This text font color is #7CD5B5.

Background Color

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

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

This div background color is #7CD5B5.

Border color

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

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

This div border color is #7CD5B5.

Opacity

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

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

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

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

This text has shadow with #7CD5B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CD5B5.

Preview

Color preview on black background

This text has color #7CD5B5 on black background.


Color preview on white background

This text has color #7CD5B5 on white background.


Black color preview on #7CD5B5 background

This text has black color on #7CD5B5 background.


White color preview on #7CD5B5 background

This text has white color on #7CD5B5 background.


Related colors

Complementary color

Complementary color for #hex is #832A4A.


I love getcolorcode.com

Triadic colors

1 #B57CD5 and #D5B57C with #7CD5B5 are triadic colors.

2 #B5D57C and #D57CB5 with #7CD5B5 are triadic colors.