COLOR #7CCDCC

HEX: #7CCDCC RGB: (124,205,204)

Color info

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

RGB color model

#7CCDCC color RGB value is (124,205,204).

RGB: (124,205,204) (49%, 80%, 80%)

RGB channels and saturation

R 124 of 255 = 49%
G 205 of 255 = 80%
B 204 of 255 = 80%

124
205
204

R + G + B ~ 70%. #7CCDCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 205 + 204 = 533 (100%)
R 124 of 533 ~ 23.26%
G 205 of 533 ~ 38.46%
B 204 of 533 ~ 38.27'%

%23.26
%38.46
%38.27

CMYK color model

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

  • cyan value is 39.51%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • key color value is 19.61%
CMYK: (40,0,0,20) C40M0Y0K20 (40%,0%,0%,20%) (0.40/0.00/0.00/0.20) 

CMYK percentages

%39.51
%0
%0.49
%19.61

Codes

Color #7CCDCC in popluar color models

7C CD CC
RGB 124 205 204
HSL 179° 44.75% 64.51%
HSB/HSV 179° 39.51% 80.39%
CMYK 39.51% 0.00% 0.49%
19.61%

Color #7CCDCC in popluar number systems.

HEX 7C CD CC
Decimal 124 205 204
Binary 1111100 11001101 11001100
Octal 174 315 314

Shades and tints

Shades of #7CCDCC

#7CCDCC
(124,205,204)
#71BBBA
(113,187,186)
#66A9A8
(102,169,168)
#5B9796
(91,151,150)
#508584
(80,133,132)
#457372
(69,115,114)
#3A6160
(58,97,96)
#2F4F4E
(47,79,78)
#243D3C
(36,61,60)
#192B2A
(25,43,42)
#0E1918
(14,25,24)
#000000
(0,0,0)

Tints of #7CCDCC

#7CCDCC
(124,205,204)
#87D1D0
(135,209,208)
#92D5D4
(146,213,212)
#9DD9D8
(157,217,216)
#A8DDDC
(168,221,220)
#B3E1E0
(179,225,224)
#BEE5E4
(190,229,228)
#C9E9E8
(201,233,232)
#D4EDEC
(212,237,236)
#DFF1F0
(223,241,240)
#EAF5F4
(234,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CCDCC; }

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

This text font color is #7CCDCC.

Background Color

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

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

This div background color is #7CCDCC.

Border color

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

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

This div border color is #7CCDCC.

Opacity

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

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

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

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

This text has shadow with #7CCDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CCDCC.

Preview

Color preview on black background

This text has color #7CCDCC on black background.


Color preview on white background

This text has color #7CCDCC on white background.


Black color preview on #7CCDCC background

This text has black color on #7CCDCC background.


White color preview on #7CCDCC background

This text has white color on #7CCDCC background.


Related colors

Complementary color

Complementary color for #hex is #833233.


I love getcolorcode.com

Triadic colors

1 #CC7CCD and #CDCC7C with #7CCDCC are triadic colors.

2 #CCCD7C and #CD7CCC with #7CCDCC are triadic colors.