COLOR #7CC6D1

HEX: #7CC6D1 RGB: (124,198,209)

Color info

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

RGB color model

#7CC6D1 color RGB value is (124,198,209).

RGB: (124,198,209) (49%, 78%, 82%)

RGB channels and saturation

R 124 of 255 = 49%
G 198 of 255 = 78%
B 209 of 255 = 82%

124
198
209

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

Portions of RGB colors in percentages

R + G + B = 124 + 198 + 209 = 531 (100%)
R 124 of 531 ~ 23.35%
G 198 of 531 ~ 37.29%
B 209 of 531 ~ 39.36'%

%23.35
%37.29
%39.36

CMYK color model

#7CC6D1 color CMYK value is (41,5,0,18).

  • cyan value is 40.67%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (41,5,0,18)
C41M5Y0K18 (41%, 5%, 0%, 18%)
(0.41 / 0.05 / 0.00 / 0.18)

CMYK percentages

%40.67
%5.26
%0
%18.04

Codes

Color #7CC6D1 in popluar color models

7C C6 D1
RGB 124 198 209
HSL 188° 48.02% 65.29%
HSB/HSV 188° 40.67% 81.96%
CMYK 40.67% 5.26% 0.00%
18.04%

Color #7CC6D1 in popluar number systems.

HEX 7C C6 D1
Decimal 124 198 209
Binary 1111100 11000110 11010001
Octal 174 306 321

Shades and tints

Shades of #7CC6D1

#7CC6D1
(124,198,209)
#71B4BE
(113,180,190)
#66A2AB
(102,162,171)
#5B9098
(91,144,152)
#507E85
(80,126,133)
#456C72
(69,108,114)
#3A5A5F
(58,90,95)
#2F484C
(47,72,76)
#243639
(36,54,57)
#192426
(25,36,38)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #7CC6D1

#7CC6D1
(124,198,209)
#87CBD5
(135,203,213)
#92D0D9
(146,208,217)
#9DD5DD
(157,213,221)
#A8DAE1
(168,218,225)
#B3DFE5
(179,223,229)
#BEE4E9
(190,228,233)
#C9E9ED
(201,233,237)
#D4EEF1
(212,238,241)
#DFF3F5
(223,243,245)
#EAF8F9
(234,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC6D1 color. Also use rgb(124,198,209) instead hex code.

Text Font Color

.myTextColor { color: #7CC6D1; }

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

This text font color is #7CC6D1.

Background Color

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

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

This div background color is #7CC6D1.

Border color

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

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

This div border color is #7CC6D1.

Opacity

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

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

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

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

This text has shadow with #7CC6D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CC6D1.

Preview

Color preview on black background

This text has color #7CC6D1 on black background.


Color preview on white background

This text has color #7CC6D1 on white background.


Black color preview on #7CC6D1 background

This text has black color on #7CC6D1 background.


White color preview on #7CC6D1 background

This text has white color on #7CC6D1 background.


Related colors

Complementary color

Complementary color for #hex is #83392E.


I love getcolorcode.com

Triadic colors

1 #D17CC6 and #C6D17C with #7CC6D1 are triadic colors.

2 #D1C67C and #C67CD1 with #7CC6D1 are triadic colors.