COLOR #7CC3D2

HEX: #7CC3D2
RGB: (124,195,210)

Color info

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

RGB color model

#7CC3D2 color RGB value is (124,195,210).

  • red value is 124;
  • green value is 195;
  • blue value is 210.
RGB:
(124,195,210)
(49%,76%,82%)

RGB channels and saturation

R 124 of 255 = 49%
G 195 of 255 = 76%
B 210 of 255 = 82%

124
195
210

R + G + B ~ 69%. #7CC3D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 195 + 210 = 529 (100%)
R 124 of 529 ~ 23.44%
G 195 of 529 ~ 36.86%
B 210 of 529 ~ 39.7%

%23.44
%36.86
%39.7

CMYK color model

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

  • cyan value is 40.95%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(41,7,0,18)
C41M7Y0K18 
(41%,7%,0%,18%)
(0.41/0.07/0.00/0.18)	

CMYK percentages

%40.95
%7.14
%0
%17.65

Codes

Color #7CC3D2 in popluar color models

7CC3D2
RGB124195210
HSL190°48.86%65.49%
HSB/HSV190°40.95%82.35%
CMYK40.95%7.14%0.00%
17.65%

Color #7CC3D2 in popluar number systems.

HEX7CC3D2
Decimal124195210
Binary11111001100001111010010
Octal174303322

Shades and tints

Shades of #7CC3D2

#7CC3D2
(124,195,210)
#71B2BF
(113,178,191)
#66A1AC
(102,161,172)
#5B9099
(91,144,153)
#507F86
(80,127,134)
#456E73
(69,110,115)
#3A5D60
(58,93,96)
#2F4C4D
(47,76,77)
#243B3A
(36,59,58)
#192A27
(25,42,39)
#0E1914
(14,25,20)
#000000
(0,0,0)

Tints of #7CC3D2

#7CC3D2
(124,195,210)
#87C8D6
(135,200,214)
#92CDDA
(146,205,218)
#9DD2DE
(157,210,222)
#A8D7E2
(168,215,226)
#B3DCE6
(179,220,230)
#BEE1EA
(190,225,234)
#C9E6EE
(201,230,238)
#D4EBF2
(212,235,242)
#DFF0F6
(223,240,246)
#EAF5FA
(234,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC3D2 color. Also use rgb(124,195,210) instead hex code.

Text Font Color

.myTextColor { color: #7CC3D2; }

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

This text font color is #7CC3D2.


Background Color

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

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

This div background color is #7CC3D2.


Border color

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

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

This div border color is #7CC3D2.


Opacity

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

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

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

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

This text has shadow with #7CC3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC3D2 on black background.


Color preview on white background

This text has color #7CC3D2 on white background.



Black color preview on #7CC3D2 background

This text has black color on #7CC3D2 background.


White color preview on #7CC3D2 background

This text has white color on #7CC3D2 background.