COLOR #7CC7D8

HEX: #7CC7D8
RGB: (124,199,216)

Color info

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

RGB color model

#7CC7D8 color RGB value is (124,199,216).

  • red value is 124;
  • green value is 199;
  • blue value is 216.
RGB:
(124,199,216)
(49%,78%,85%)

RGB channels and saturation

R 124 of 255 = 49%
G 199 of 255 = 78%
B 216 of 255 = 85%

124
199
216

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

Portions of RGB colors in percentages

R + G + B =
124 + 199 + 216 = 539 (100%)
R 124 of 539 ~ 23.01%
G 199 of 539 ~ 36.92%
B 216 of 539 ~ 40.07%

%23.01
%36.92
%40.07

CMYK color model

#7CC7D8 color CMYK value is (43,8,0,15).

  • cyan value is 42.59%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(43,8,0,15)
C43M8Y0K15 
(43%,8%,0%,15%)
(0.43/0.08/0.00/0.15)	

CMYK percentages

%42.59
%7.87
%0
%15.29

Codes

Color #7CC7D8 in popluar color models

7CC7D8
RGB124199216
HSL191°54.12%66.67%
HSB/HSV191°42.59%84.71%
CMYK42.59%7.87%0.00%
15.29%

Color #7CC7D8 in popluar number systems.

HEX7CC7D8
Decimal124199216
Binary11111001100011111011000
Octal174307330

Shades and tints

Shades of #7CC7D8

#7CC7D8
(124,199,216)
#71B5C5
(113,181,197)
#66A3B2
(102,163,178)
#5B919F
(91,145,159)
#507F8C
(80,127,140)
#456D79
(69,109,121)
#3A5B66
(58,91,102)
#2F4953
(47,73,83)
#243740
(36,55,64)
#19252D
(25,37,45)
#0E131A
(14,19,26)
#000000
(0,0,0)

Tints of #7CC7D8

#7CC7D8
(124,199,216)
#87CCDB
(135,204,219)
#92D1DE
(146,209,222)
#9DD6E1
(157,214,225)
#A8DBE4
(168,219,228)
#B3E0E7
(179,224,231)
#BEE5EA
(190,229,234)
#C9EAED
(201,234,237)
#D4EFF0
(212,239,240)
#DFF4F3
(223,244,243)
#EAF9F6
(234,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC7D8 color. Also use rgb(124,199,216) instead hex code.

Text Font Color

.myTextColor { color: #7CC7D8; }

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

This text font color is #7CC7D8.


Background Color

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

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

This div background color is #7CC7D8.


Border color

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

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

This div border color is #7CC7D8.


Opacity

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

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

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

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

This text has shadow with #7CC7D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC7D8 on black background.


Color preview on white background

This text has color #7CC7D8 on white background.



Black color preview on #7CC7D8 background

This text has black color on #7CC7D8 background.


White color preview on #7CC7D8 background

This text has white color on #7CC7D8 background.