COLOR #7FD4F4

HEX: #7FD4F4
RGB: (127,212,244)

Color info

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

RGB color model

#7FD4F4 color RGB value is (127,212,244).

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

RGB channels and saturation

R 127 of 255 = 50%
G 212 of 255 = 83%
B 244 of 255 = 96%

127
212
244

R + G + B ~ 76%. #7FD4F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 212 + 244 = 583 (100%)
R 127 of 583 ~ 21.78%
G 212 of 583 ~ 36.36%
B 244 of 583 ~ 41.85%

%21.78
%36.36
%41.85

CMYK color model

#7FD4F4 color CMYK value is (48,13,0,4).

  • cyan value is 47.95%
  • magenta value is 13.11%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(48,13,0,4)
C48M13Y0K4 
(48%,13%,0%,4%)
(0.48/0.13/0.00/0.04)	

CMYK percentages

%47.95
%13.11
%0
%4.31

Codes

Color #7FD4F4 in popluar color models

7FD4F4
RGB127212244
HSL196°84.17%72.75%
HSB/HSV196°47.95%95.69%
CMYK47.95%13.11%0.00%
4.31%

Color #7FD4F4 in popluar number systems.

HEX7FD4F4
Decimal127212244
Binary11111111101010011110100
Octal177324364

Shades and tints

Shades of #7FD4F4

#7FD4F4
(127,212,244)
#74C1DE
(116,193,222)
#69AEC8
(105,174,200)
#5E9BB2
(94,155,178)
#53889C
(83,136,156)
#487586
(72,117,134)
#3D6270
(61,98,112)
#324F5A
(50,79,90)
#273C44
(39,60,68)
#1C292E
(28,41,46)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #7FD4F4

#7FD4F4
(127,212,244)
#8AD7F5
(138,215,245)
#95DAF6
(149,218,246)
#A0DDF7
(160,221,247)
#ABE0F8
(171,224,248)
#B6E3F9
(182,227,249)
#C1E6FA
(193,230,250)
#CCE9FB
(204,233,251)
#D7ECFC
(215,236,252)
#E2EFFD
(226,239,253)
#EDF2FE
(237,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FD4F4; }

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

This text font color is #7FD4F4.


Background Color

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

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

This div background color is #7FD4F4.


Border color

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

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

This div border color is #7FD4F4.


Opacity

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

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

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

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

This text has shadow with #7FD4F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FD4F4 on black background.


Color preview on white background

This text has color #7FD4F4 on white background.



Black color preview on #7FD4F4 background

This text has black color on #7FD4F4 background.


White color preview on #7FD4F4 background

This text has white color on #7FD4F4 background.