COLOR #7CC1DD

HEX: #7CC1DD RGB: (124,193,221)

Color info

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

RGB color model

#7CC1DD color RGB value is (124,193,221).

RGB: (124,193,221) (49%, 76%, 87%)

RGB channels and saturation

R 124 of 255 = 49%
G 193 of 255 = 76%
B 221 of 255 = 87%

124
193
221

R + G + B ~ 71%. #7CC1DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 193 + 221 = 538 (100%)
R 124 of 538 ~ 23.05%
G 193 of 538 ~ 35.87%
B 221 of 538 ~ 41.08'%

%23.05
%35.87
%41.08

CMYK color model

#7CC1DD color CMYK value is (44,13,0,13).

  • cyan value is 43.89%
  • magenta value is 12.67%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (44,13,0,13)
C44M13Y0K13 (44%, 13%, 0%, 13%)
(0.44 / 0.13 / 0.00 / 0.13)

CMYK percentages

%43.89
%12.67
%0
%13.33

Codes

Color #7CC1DD in popluar color models

7C C1 DD
RGB 124 193 221
HSL 197° 58.79% 67.65%
HSB/HSV 197° 43.89% 86.67%
CMYK 43.89% 12.67% 0.00%
13.33%

Color #7CC1DD in popluar number systems.

HEX 7C C1 DD
Decimal 124 193 221
Binary 1111100 11000001 11011101
Octal 174 301 335

Shades and tints

Shades of #7CC1DD

#7CC1DD
(124,193,221)
#71B0C9
(113,176,201)
#669FB5
(102,159,181)
#5B8EA1
(91,142,161)
#507D8D
(80,125,141)
#456C79
(69,108,121)
#3A5B65
(58,91,101)
#2F4A51
(47,74,81)
#24393D
(36,57,61)
#192829
(25,40,41)
#0E1715
(14,23,21)
#000000
(0,0,0)

Tints of #7CC1DD

#7CC1DD
(124,193,221)
#87C6E0
(135,198,224)
#92CBE3
(146,203,227)
#9DD0E6
(157,208,230)
#A8D5E9
(168,213,233)
#B3DAEC
(179,218,236)
#BEDFEF
(190,223,239)
#C9E4F2
(201,228,242)
#D4E9F5
(212,233,245)
#DFEEF8
(223,238,248)
#EAF3FB
(234,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC1DD color. Also use rgb(124,193,221) instead hex code.

Text Font Color

.myTextColor { color: #7CC1DD; }

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

This text font color is #7CC1DD.

Background Color

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

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

This div background color is #7CC1DD.

Border color

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

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

This div border color is #7CC1DD.

Opacity

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

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

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

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

This text has shadow with #7CC1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CC1DD.

Preview

Color preview on black background

This text has color #7CC1DD on black background.


Color preview on white background

This text has color #7CC1DD on white background.


Black color preview on #7CC1DD background

This text has black color on #7CC1DD background.


White color preview on #7CC1DD background

This text has white color on #7CC1DD background.


Related colors

Complementary color

Complementary color for #hex is #833E22.


I love getcolorcode.com

Triadic colors

1 #DD7CC1 and #C1DD7C with #7CC1DD are triadic colors.

2 #DDC17C and #C17CDD with #7CC1DD are triadic colors.