COLOR #7CCFDD

HEX: #7CCFDD
RGB: (124,207,221)

Color info

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

RGB color model

#7CCFDD color RGB value is (124,207,221).

  • red value is 124;
  • green value is 207;
  • blue value is 221.
RGB:
(124,207,221)
(49%,81%,87%)

RGB channels and saturation

R 124 of 255 = 49%
G 207 of 255 = 81%
B 221 of 255 = 87%

124
207
221

R + G + B ~ 72%. #7CCFDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 207 + 221 = 552 (100%)
R 124 of 552 ~ 22.46%
G 207 of 552 ~ 37.5%
B 221 of 552 ~ 40.04%

%22.46
%37.5
%40.04

CMYK color model

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

  • cyan value is 43.89%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(44,6,0,13)
C44M6Y0K13 
(44%,6%,0%,13%)
(0.44/0.06/0.00/0.13)	

CMYK percentages

%43.89
%6.33
%0
%13.33

Codes

Color #7CCFDD in popluar color models

7CCFDD
RGB124207221
HSL189°58.79%67.65%
HSB/HSV189°43.89%86.67%
CMYK43.89%6.33%0.00%
13.33%

Color #7CCFDD in popluar number systems.

HEX7CCFDD
Decimal124207221
Binary11111001100111111011101
Octal174317335

Shades and tints

Shades of #7CCFDD

#7CCFDD
(124,207,221)
#71BDC9
(113,189,201)
#66ABB5
(102,171,181)
#5B99A1
(91,153,161)
#50878D
(80,135,141)
#457579
(69,117,121)
#3A6365
(58,99,101)
#2F5151
(47,81,81)
#243F3D
(36,63,61)
#192D29
(25,45,41)
#0E1B15
(14,27,21)
#000000
(0,0,0)

Tints of #7CCFDD

#7CCFDD
(124,207,221)
#87D3E0
(135,211,224)
#92D7E3
(146,215,227)
#9DDBE6
(157,219,230)
#A8DFE9
(168,223,233)
#B3E3EC
(179,227,236)
#BEE7EF
(190,231,239)
#C9EBF2
(201,235,242)
#D4EFF5
(212,239,245)
#DFF3F8
(223,243,248)
#EAF7FB
(234,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CCFDD; }

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

This text font color is #7CCFDD.


Background Color

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

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

This div background color is #7CCFDD.


Border color

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

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

This div border color is #7CCFDD.


Opacity

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

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

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

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

This text has shadow with #7CCFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CCFDD on black background.


Color preview on white background

This text has color #7CCFDD on white background.



Black color preview on #7CCFDD background

This text has black color on #7CCFDD background.


White color preview on #7CCFDD background

This text has white color on #7CCFDD background.