COLOR #7DC3F6

HEX: #7DC3F6
RGB: (125,195,246)

Color info

#7DC3F6 contains mainly green and blue colors. Web safe color of #7DC3F6 is #66CCFF (or #6CF).

RGB color model

#7DC3F6 color RGB value is (125,195,246).

  • red value is 125;
  • green value is 195;
  • blue value is 246.
RGB:
(125,195,246)
(49%,76%,96%)

RGB channels and saturation

R 125 of 255 = 49%
G 195 of 255 = 76%
B 246 of 255 = 96%

125
195
246

R + G + B ~ 74%. #7DC3F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 195 + 246 = 566 (100%)
R 125 of 566 ~ 22.08%
G 195 of 566 ~ 34.45%
B 246 of 566 ~ 43.46%

%22.08
%34.45
%43.46

CMYK color model

#7DC3F6 color CMYK value is (49,21,0,4).

  • cyan value is 49.19%
  • magenta value is 20.73%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(49,21,0,4)
C49M21Y0K4 
(49%,21%,0%,4%)
(0.49/0.21/0.00/0.04)	

CMYK percentages

%49.19
%20.73
%0
%3.53

Codes

Color #7DC3F6 in popluar color models

7DC3F6
RGB125195246
HSL205°87.05%72.75%
HSB/HSV205°49.19%96.47%
CMYK49.19%20.73%0.00%
3.53%

Color #7DC3F6 in popluar number systems.

HEX7DC3F6
Decimal125195246
Binary11111011100001111110110
Octal175303366

Shades and tints

Shades of #7DC3F6

#7DC3F6
(125,195,246)
#72B2E0
(114,178,224)
#67A1CA
(103,161,202)
#5C90B4
(92,144,180)
#517F9E
(81,127,158)
#466E88
(70,110,136)
#3B5D72
(59,93,114)
#304C5C
(48,76,92)
#253B46
(37,59,70)
#1A2A30
(26,42,48)
#0F191A
(15,25,26)
#000000
(0,0,0)

Tints of #7DC3F6

#7DC3F6
(125,195,246)
#88C8F6
(136,200,246)
#93CDF6
(147,205,246)
#9ED2F6
(158,210,246)
#A9D7F6
(169,215,246)
#B4DCF6
(180,220,246)
#BFE1F6
(191,225,246)
#CAE6F6
(202,230,246)
#D5EBF6
(213,235,246)
#E0F0F6
(224,240,246)
#EBF5F6
(235,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC3F6 color. Also use rgb(125,195,246) instead hex code.

Text Font Color

.myTextColor { color: #7DC3F6; }

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

This text font color is #7DC3F6.


Background Color

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

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

This div background color is #7DC3F6.


Border color

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

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

This div border color is #7DC3F6.


Opacity

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

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

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

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

This text has shadow with #7DC3F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC3F6 on black background.


Color preview on white background

This text has color #7DC3F6 on white background.



Black color preview on #7DC3F6 background

This text has black color on #7DC3F6 background.


White color preview on #7DC3F6 background

This text has white color on #7DC3F6 background.