COLOR #7DC7E5

HEX: #7DC7E5 RGB: (125,199,229)

Color info

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

RGB color model

#7DC7E5 color RGB value is (125,199,229).

RGB: (125,199,229) (49%, 78%, 90%)

RGB channels and saturation

R 125 of 255 = 49%
G 199 of 255 = 78%
B 229 of 255 = 90%

125
199
229

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

Portions of RGB colors in percentages

R + G + B = 125 + 199 + 229 = 553 (100%)
R 125 of 553 ~ 22.6%
G 199 of 553 ~ 35.99%
B 229 of 553 ~ 41.41'%

%22.6
%35.99
%41.41

CMYK color model

#7DC7E5 color CMYK value is (45,13,0,10).

  • cyan value is 45.41%
  • magenta value is 13.10%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (45,13,0,10)
C45M13Y0K10 (45%, 13%, 0%, 10%)
(0.45 / 0.13 / 0.00 / 0.10)

CMYK percentages

%45.41
%13.1
%0
%10.2

Codes

Color #7DC7E5 in popluar color models

7D C7 E5
RGB 125 199 229
HSL 197° 66.67% 69.41%
HSB/HSV 197° 45.41% 89.80%
CMYK 45.41% 13.10% 0.00%
10.20%

Color #7DC7E5 in popluar number systems.

HEX 7D C7 E5
Decimal 125 199 229
Binary 1111101 11000111 11100101
Octal 175 307 345

Shades and tints

Shades of #7DC7E5

#7DC7E5
(125,199,229)
#72B5D1
(114,181,209)
#67A3BD
(103,163,189)
#5C91A9
(92,145,169)
#517F95
(81,127,149)
#466D81
(70,109,129)
#3B5B6D
(59,91,109)
#304959
(48,73,89)
#253745
(37,55,69)
#1A2531
(26,37,49)
#0F131D
(15,19,29)
#000000
(0,0,0)

Tints of #7DC7E5

#7DC7E5
(125,199,229)
#88CCE7
(136,204,231)
#93D1E9
(147,209,233)
#9ED6EB
(158,214,235)
#A9DBED
(169,219,237)
#B4E0EF
(180,224,239)
#BFE5F1
(191,229,241)
#CAEAF3
(202,234,243)
#D5EFF5
(213,239,245)
#E0F4F7
(224,244,247)
#EBF9F9
(235,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC7E5 color. Also use rgb(125,199,229) instead hex code.

Text Font Color

.myTextColor { color: #7DC7E5; }

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

This text font color is #7DC7E5.

Background Color

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

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

This div background color is #7DC7E5.

Border color

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

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

This div border color is #7DC7E5.

Opacity

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

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

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

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

This text has shadow with #7DC7E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DC7E5.

Preview

Color preview on black background

This text has color #7DC7E5 on black background.


Color preview on white background

This text has color #7DC7E5 on white background.


Black color preview on #7DC7E5 background

This text has black color on #7DC7E5 background.


White color preview on #7DC7E5 background

This text has white color on #7DC7E5 background.


Related colors

Complementary color

Complementary color for #hex is #82381A.


I love getcolorcode.com

Triadic colors

1 #E57DC7 and #C7E57D with #7DC7E5 are triadic colors.

2 #E5C77D and #C77DE5 with #7DC7E5 are triadic colors.