COLOR #7FD3EC

HEX: #7FD3EC
RGB: (127,211,236)

Color info

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

RGB color model

#7FD3EC color RGB value is (127,211,236).

  • red value is 127;
  • green value is 211;
  • blue value is 236.
RGB:
(127,211,236)
(50%,83%,93%)

RGB channels and saturation

R 127 of 255 = 50%
G 211 of 255 = 83%
B 236 of 255 = 93%

127
211
236

R + G + B ~ 75%. #7FD3EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 211 + 236 = 574 (100%)
R 127 of 574 ~ 22.13%
G 211 of 574 ~ 36.76%
B 236 of 574 ~ 41.11%

%22.13
%36.76
%41.11

CMYK color model

#7FD3EC color CMYK value is (46,11,0,7).

  • cyan value is 46.19%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(46,11,0,7)
C46M11Y0K7 
(46%,11%,0%,7%)
(0.46/0.11/0.00/0.07)	

CMYK percentages

%46.19
%10.59
%0
%7.45

Codes

Color #7FD3EC in popluar color models

7FD3EC
RGB127211236
HSL194°74.15%71.18%
HSB/HSV194°46.19%92.55%
CMYK46.19%10.59%0.00%
7.45%

Color #7FD3EC in popluar number systems.

HEX7FD3EC
Decimal127211236
Binary11111111101001111101100
Octal177323354

Shades and tints

Shades of #7FD3EC

#7FD3EC
(127,211,236)
#74C0D7
(116,192,215)
#69ADC2
(105,173,194)
#5E9AAD
(94,154,173)
#538798
(83,135,152)
#487483
(72,116,131)
#3D616E
(61,97,110)
#324E59
(50,78,89)
#273B44
(39,59,68)
#1C282F
(28,40,47)
#11151A
(17,21,26)
#000000
(0,0,0)

Tints of #7FD3EC

#7FD3EC
(127,211,236)
#8AD7ED
(138,215,237)
#95DBEE
(149,219,238)
#A0DFEF
(160,223,239)
#ABE3F0
(171,227,240)
#B6E7F1
(182,231,241)
#C1EBF2
(193,235,242)
#CCEFF3
(204,239,243)
#D7F3F4
(215,243,244)
#E2F7F5
(226,247,245)
#EDFBF6
(237,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FD3EC color. Also use rgb(127,211,236) instead hex code.

Text Font Color

.myTextColor { color: #7FD3EC; }

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

This text font color is #7FD3EC.


Background Color

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

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

This div background color is #7FD3EC.


Border color

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

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

This div border color is #7FD3EC.


Opacity

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

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

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

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

This text has shadow with #7FD3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FD3EC on black background.


Color preview on white background

This text has color #7FD3EC on white background.



Black color preview on #7FD3EC background

This text has black color on #7FD3EC background.


White color preview on #7FD3EC background

This text has white color on #7FD3EC background.