COLOR #7DC9E8

HEX: #7DC9E8
RGB: (125,201,232)

Color info

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

RGB color model

#7DC9E8 color RGB value is (125,201,232).

  • red value is 125;
  • green value is 201;
  • blue value is 232.
RGB:
(125,201,232)
(49%,79%,91%)

RGB channels and saturation

R 125 of 255 = 49%
G 201 of 255 = 79%
B 232 of 255 = 91%

125
201
232

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

Portions of RGB colors in percentages

R + G + B =
125 + 201 + 232 = 558 (100%)
R 125 of 558 ~ 22.4%
G 201 of 558 ~ 36.02%
B 232 of 558 ~ 41.58%

%22.4
%36.02
%41.58

CMYK color model

#7DC9E8 color CMYK value is (46,13,0,9).

  • cyan value is 46.12%
  • magenta value is 13.36%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(46,13,0,9)
C46M13Y0K9 
(46%,13%,0%,9%)
(0.46/0.13/0.00/0.09)	

CMYK percentages

%46.12
%13.36
%0
%9.02

Codes

Color #7DC9E8 in popluar color models

7DC9E8
RGB125201232
HSL197°69.93%70.00%
HSB/HSV197°46.12%90.98%
CMYK46.12%13.36%0.00%
9.02%

Color #7DC9E8 in popluar number systems.

HEX7DC9E8
Decimal125201232
Binary11111011100100111101000
Octal175311350

Shades and tints

Shades of #7DC9E8

#7DC9E8
(125,201,232)
#72B7D3
(114,183,211)
#67A5BE
(103,165,190)
#5C93A9
(92,147,169)
#518194
(81,129,148)
#466F7F
(70,111,127)
#3B5D6A
(59,93,106)
#304B55
(48,75,85)
#253940
(37,57,64)
#1A272B
(26,39,43)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #7DC9E8

#7DC9E8
(125,201,232)
#88CDEA
(136,205,234)
#93D1EC
(147,209,236)
#9ED5EE
(158,213,238)
#A9D9F0
(169,217,240)
#B4DDF2
(180,221,242)
#BFE1F4
(191,225,244)
#CAE5F6
(202,229,246)
#D5E9F8
(213,233,248)
#E0EDFA
(224,237,250)
#EBF1FC
(235,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC9E8 color. Also use rgb(125,201,232) instead hex code.

Text Font Color

.myTextColor { color: #7DC9E8; }

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

This text font color is #7DC9E8.


Background Color

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

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

This div background color is #7DC9E8.


Border color

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

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

This div border color is #7DC9E8.


Opacity

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

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

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

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

This text has shadow with #7DC9E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC9E8 on black background.


Color preview on white background

This text has color #7DC9E8 on white background.



Black color preview on #7DC9E8 background

This text has black color on #7DC9E8 background.


White color preview on #7DC9E8 background

This text has white color on #7DC9E8 background.