COLOR #7DC3EA

HEX: #7DC3EA RGB: (125,195,234)

Color info

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

RGB color model

#7DC3EA color RGB value is (125,195,234).

RGB: (125,195,234) (49%, 76%, 92%)

RGB channels and saturation

R 125 of 255 = 49%
G 195 of 255 = 76%
B 234 of 255 = 92%

125
195
234

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

Portions of RGB colors in percentages

R + G + B = 125 + 195 + 234 = 554 (100%)
R 125 of 554 ~ 22.56%
G 195 of 554 ~ 35.2%
B 234 of 554 ~ 42.24'%

%22.56
%35.2
%42.24

CMYK color model

#7DC3EA color CMYK value is (47,17,0,8).

  • cyan value is 46.58%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (47,17,0,8)
C47M17Y0K8 (47%, 17%, 0%, 8%)
(0.47 / 0.17 / 0.00 / 0.08)

CMYK percentages

%46.58
%16.67
%0
%8.24

Codes

Color #7DC3EA in popluar color models

7D C3 EA
RGB 125 195 234
HSL 201° 72.19% 70.39%
HSB/HSV 201° 46.58% 91.76%
CMYK 46.58% 16.67% 0.00%
8.24%

Color #7DC3EA in popluar number systems.

HEX 7D C3 EA
Decimal 125 195 234
Binary 1111101 11000011 11101010
Octal 175 303 352

Shades and tints

Shades of #7DC3EA

#7DC3EA
(125,195,234)
#72B2D5
(114,178,213)
#67A1C0
(103,161,192)
#5C90AB
(92,144,171)
#517F96
(81,127,150)
#466E81
(70,110,129)
#3B5D6C
(59,93,108)
#304C57
(48,76,87)
#253B42
(37,59,66)
#1A2A2D
(26,42,45)
#0F1918
(15,25,24)
#000000
(0,0,0)

Tints of #7DC3EA

#7DC3EA
(125,195,234)
#88C8EB
(136,200,235)
#93CDEC
(147,205,236)
#9ED2ED
(158,210,237)
#A9D7EE
(169,215,238)
#B4DCEF
(180,220,239)
#BFE1F0
(191,225,240)
#CAE6F1
(202,230,241)
#D5EBF2
(213,235,242)
#E0F0F3
(224,240,243)
#EBF5F4
(235,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DC3EA; }

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

This text font color is #7DC3EA.

Background Color

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

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

This div background color is #7DC3EA.

Border color

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

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

This div border color is #7DC3EA.

Opacity

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

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

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

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

This text has shadow with #7DC3EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DC3EA.

Preview

Color preview on black background

This text has color #7DC3EA on black background.


Color preview on white background

This text has color #7DC3EA on white background.


Black color preview on #7DC3EA background

This text has black color on #7DC3EA background.


White color preview on #7DC3EA background

This text has white color on #7DC3EA background.


Related colors

Complementary color

Complementary color for #hex is #823C15.


I love getcolorcode.com

Triadic colors

1 #EA7DC3 and #C3EA7D with #7DC3EA are triadic colors.

2 #EAC37D and #C37DEA with #7DC3EA are triadic colors.