COLOR #7DC2E0

HEX: #7DC2E0
RGB: (125,194,224)

Color info

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

RGB color model

#7DC2E0 color RGB value is (125,194,224).

  • red value is 125;
  • green value is 194;
  • blue value is 224.
RGB:
(125,194,224)
(49%,76%,88%)

RGB channels and saturation

R 125 of 255 = 49%
G 194 of 255 = 76%
B 224 of 255 = 88%

125
194
224

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

Portions of RGB colors in percentages

R + G + B =
125 + 194 + 224 = 543 (100%)
R 125 of 543 ~ 23.02%
G 194 of 543 ~ 35.73%
B 224 of 543 ~ 41.25%

%23.02
%35.73
%41.25

CMYK color model

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

  • cyan value is 44.20%
  • magenta value is 13.39%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(44,13,0,12)
C44M13Y0K12 
(44%,13%,0%,12%)
(0.44/0.13/0.00/0.12)	

CMYK percentages

%44.2
%13.39
%0
%12.16

Codes

Color #7DC2E0 in popluar color models

7DC2E0
RGB125194224
HSL198°61.49%68.43%
HSB/HSV198°44.20%87.84%
CMYK44.20%13.39%0.00%
12.16%

Color #7DC2E0 in popluar number systems.

HEX7DC2E0
Decimal125194224
Binary11111011100001011100000
Octal175302340

Shades and tints

Shades of #7DC2E0

#7DC2E0
(125,194,224)
#72B1CC
(114,177,204)
#67A0B8
(103,160,184)
#5C8FA4
(92,143,164)
#517E90
(81,126,144)
#466D7C
(70,109,124)
#3B5C68
(59,92,104)
#304B54
(48,75,84)
#253A40
(37,58,64)
#1A292C
(26,41,44)
#0F1818
(15,24,24)
#000000
(0,0,0)

Tints of #7DC2E0

#7DC2E0
(125,194,224)
#88C7E2
(136,199,226)
#93CCE4
(147,204,228)
#9ED1E6
(158,209,230)
#A9D6E8
(169,214,232)
#B4DBEA
(180,219,234)
#BFE0EC
(191,224,236)
#CAE5EE
(202,229,238)
#D5EAF0
(213,234,240)
#E0EFF2
(224,239,242)
#EBF4F4
(235,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC2E0 color. Also use rgb(125,194,224) instead hex code.

Text Font Color

.myTextColor { color: #7DC2E0; }

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

This text font color is #7DC2E0.


Background Color

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

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

This div background color is #7DC2E0.


Border color

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

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

This div border color is #7DC2E0.


Opacity

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

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

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

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

This text has shadow with #7DC2E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC2E0 on black background.


Color preview on white background

This text has color #7DC2E0 on white background.



Black color preview on #7DC2E0 background

This text has black color on #7DC2E0 background.


White color preview on #7DC2E0 background

This text has white color on #7DC2E0 background.