COLOR #7FD4FF

HEX: #7FD4FF
RGB: (127,212,255)

Color info

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

RGB color model

#7FD4FF color RGB value is (127,212,255).

  • red value is 127;
  • green value is 212;
  • blue value is 255.
RGB:
(127,212,255)
(50%,83%,100%)

RGB channels and saturation

R 127 of 255 = 50%
G 212 of 255 = 83%
B 255 of 255 = 100%

127
212
255

R + G + B ~ 78%. #7FD4FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 212 + 255 = 594 (100%)
R 127 of 594 ~ 21.38%
G 212 of 594 ~ 35.69%
B 255 of 594 ~ 42.93%

%21.38
%35.69
%42.93

CMYK color model

#7FD4FF color CMYK value is (50,17,0,0).

  • cyan value is 50.20%
  • magenta value is 16.86%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(50,17,0,0)
C50M17Y0K0 
(50%,17%,0%,0%)
(0.50/0.17/0.00/0.00)	

CMYK percentages

%50.2
%16.86
%0
%0

Codes

Color #7FD4FF in popluar color models

7FD4FF
RGB127212255
HSL200°100.00%74.90%
HSB/HSV200°50.20%100.00%
CMYK50.20%16.86%0.00%
0.00%

Color #7FD4FF in popluar number systems.

HEX7FD4FF
Decimal127212255
Binary11111111101010011111111
Octal177324377

Shades and tints

Shades of #7FD4FF

#7FD4FF
(127,212,255)
#74C1E8
(116,193,232)
#69AED1
(105,174,209)
#5E9BBA
(94,155,186)
#5388A3
(83,136,163)
#48758C
(72,117,140)
#3D6275
(61,98,117)
#324F5E
(50,79,94)
#273C47
(39,60,71)
#1C2930
(28,41,48)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #7FD4FF

#7FD4FF
(127,212,255)
#8AD7FF
(138,215,255)
#95DAFF
(149,218,255)
#A0DDFF
(160,221,255)
#ABE0FF
(171,224,255)
#B6E3FF
(182,227,255)
#C1E6FF
(193,230,255)
#CCE9FF
(204,233,255)
#D7ECFF
(215,236,255)
#E2EFFF
(226,239,255)
#EDF2FF
(237,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FD4FF color. Also use rgb(127,212,255) instead hex code.

Text Font Color

.myTextColor { color: #7FD4FF; }

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

This text font color is #7FD4FF.


Background Color

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

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

This div background color is #7FD4FF.


Border color

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

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

This div border color is #7FD4FF.


Opacity

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

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

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

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

This text has shadow with #7FD4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FD4FF on black background.


Color preview on white background

This text has color #7FD4FF on white background.



Black color preview on #7FD4FF background

This text has black color on #7FD4FF background.


White color preview on #7FD4FF background

This text has white color on #7FD4FF background.