COLOR #7DCFE6

HEX: #7DCFE6 RGB: (125,207,230)

Color info

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

RGB color model

#7DCFE6 color RGB value is (125,207,230).

RGB: (125,207,230) (49%, 81%, 90%)

RGB channels and saturation

R 125 of 255 = 49%
G 207 of 255 = 81%
B 230 of 255 = 90%

125
207
230

R + G + B ~ 73%. #7DCFE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 207 + 230 = 562 (100%)
R 125 of 562 ~ 22.24%
G 207 of 562 ~ 36.83%
B 230 of 562 ~ 40.93'%

%22.24
%36.83
%40.93

CMYK color model

#7DCFE6 color CMYK value is (46,10,0,10).

  • cyan value is 45.65%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (46,10,0,10)
C46M10Y0K10 (46%, 10%, 0%, 10%)
(0.46 / 0.10 / 0.00 / 0.10)

CMYK percentages

%45.65
%10
%0
%9.8

Codes

Color #7DCFE6 in popluar color models

7D CF E6
RGB 125 207 230
HSL 193° 67.74% 69.61%
HSB/HSV 193° 45.65% 90.20%
CMYK 45.65% 10.00% 0.00%
9.80%

Color #7DCFE6 in popluar number systems.

HEX 7D CF E6
Decimal 125 207 230
Binary 1111101 11001111 11100110
Octal 175 317 346

Shades and tints

Shades of #7DCFE6

#7DCFE6
(125,207,230)
#72BDD2
(114,189,210)
#67ABBE
(103,171,190)
#5C99AA
(92,153,170)
#518796
(81,135,150)
#467582
(70,117,130)
#3B636E
(59,99,110)
#30515A
(48,81,90)
#253F46
(37,63,70)
#1A2D32
(26,45,50)
#0F1B1E
(15,27,30)
#000000
(0,0,0)

Tints of #7DCFE6

#7DCFE6
(125,207,230)
#88D3E8
(136,211,232)
#93D7EA
(147,215,234)
#9EDBEC
(158,219,236)
#A9DFEE
(169,223,238)
#B4E3F0
(180,227,240)
#BFE7F2
(191,231,242)
#CAEBF4
(202,235,244)
#D5EFF6
(213,239,246)
#E0F3F8
(224,243,248)
#EBF7FA
(235,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DCFE6 color. Also use rgb(125,207,230) instead hex code.

Text Font Color

.myTextColor { color: #7DCFE6; }

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

This text font color is #7DCFE6.

Background Color

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

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

This div background color is #7DCFE6.

Border color

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

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

This div border color is #7DCFE6.

Opacity

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

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

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

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

This text has shadow with #7DCFE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DCFE6.

Preview

Color preview on black background

This text has color #7DCFE6 on black background.


Color preview on white background

This text has color #7DCFE6 on white background.


Black color preview on #7DCFE6 background

This text has black color on #7DCFE6 background.


White color preview on #7DCFE6 background

This text has white color on #7DCFE6 background.


Related colors

Complementary color

Complementary color for #hex is #823019.


I love getcolorcode.com

Triadic colors

1 #E67DCF and #CFE67D with #7DCFE6 are triadic colors.

2 #E6CF7D and #CF7DE6 with #7DCFE6 are triadic colors.