COLOR #7CCDBC

HEX: #7CCDBC RGB: (124,205,188)

Color info

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

RGB color model

#7CCDBC color RGB value is (124,205,188).

RGB: (124,205,188) (49%, 80%, 74%)

RGB channels and saturation

R 124 of 255 = 49%
G 205 of 255 = 80%
B 188 of 255 = 74%

124
205
188

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

Portions of RGB colors in percentages

R + G + B = 124 + 205 + 188 = 517 (100%)
R 124 of 517 ~ 23.98%
G 205 of 517 ~ 39.65%
B 188 of 517 ~ 36.36'%

%23.98
%39.65
%36.36

CMYK color model

#7CCDBC color CMYK value is (40,0,8,20).

  • cyan value is 39.51%
  • magenta value is 0.00%
  • yellow value is 8.29%
  • key color value is 19.61%

CMYK: (40,0,8,20)
C40M0Y8K20 (40%, 0%, 8%, 20%)
(0.40 / 0.00 / 0.08 / 0.20)

CMYK percentages

%39.51
%0
%8.29
%19.61

Codes

Color #7CCDBC in popluar color models

7C CD BC
RGB 124 205 188
HSL 167° 44.75% 64.51%
HSB/HSV 167° 39.51% 80.39%
CMYK 39.51% 0.00% 8.29%
19.61%

Color #7CCDBC in popluar number systems.

HEX 7C CD BC
Decimal 124 205 188
Binary 1111100 11001101 10111100
Octal 174 315 274

Shades and tints

Shades of #7CCDBC

#7CCDBC
(124,205,188)
#71BBAB
(113,187,171)
#66A99A
(102,169,154)
#5B9789
(91,151,137)
#508578
(80,133,120)
#457367
(69,115,103)
#3A6156
(58,97,86)
#2F4F45
(47,79,69)
#243D34
(36,61,52)
#192B23
(25,43,35)
#0E1912
(14,25,18)
#000000
(0,0,0)

Tints of #7CCDBC

#7CCDBC
(124,205,188)
#87D1C2
(135,209,194)
#92D5C8
(146,213,200)
#9DD9CE
(157,217,206)
#A8DDD4
(168,221,212)
#B3E1DA
(179,225,218)
#BEE5E0
(190,229,224)
#C9E9E6
(201,233,230)
#D4EDEC
(212,237,236)
#DFF1F2
(223,241,242)
#EAF5F8
(234,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CCDBC; }

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

This text font color is #7CCDBC.

Background Color

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

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

This div background color is #7CCDBC.

Border color

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

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

This div border color is #7CCDBC.

Opacity

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

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

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

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

This text has shadow with #7CCDBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CCDBC.

Preview

Color preview on black background

This text has color #7CCDBC on black background.


Color preview on white background

This text has color #7CCDBC on white background.


Black color preview on #7CCDBC background

This text has black color on #7CCDBC background.


White color preview on #7CCDBC background

This text has white color on #7CCDBC background.


Related colors

Complementary color

Complementary color for #hex is #833243.


I love getcolorcode.com

Triadic colors

1 #BC7CCD and #CDBC7C with #7CCDBC are triadic colors.

2 #BCCD7C and #CD7CBC with #7CCDBC are triadic colors.