COLOR #7FDFE4

HEX: #7FDFE4 RGB: (127,223,228)

Color info

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

RGB color model

#7FDFE4 color RGB value is (127,223,228).

RGB: (127,223,228) (50%, 87%, 89%)

RGB channels and saturation

R 127 of 255 = 50%
G 223 of 255 = 87%
B 228 of 255 = 89%

127
223
228

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

Portions of RGB colors in percentages

R + G + B = 127 + 223 + 228 = 578 (100%)
R 127 of 578 ~ 21.97%
G 223 of 578 ~ 38.58%
B 228 of 578 ~ 39.45'%

%21.97
%38.58
%39.45

CMYK color model

#7FDFE4 color CMYK value is (44,2,0,11).

  • cyan value is 44.30%
  • magenta value is 2.19%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (44,2,0,11)
C44M2Y0K11 (44%, 2%, 0%, 11%)
(0.44 / 0.02 / 0.00 / 0.11)

CMYK percentages

%44.3
%2.19
%0
%10.59

Codes

Color #7FDFE4 in popluar color models

7F DF E4
RGB 127 223 228
HSL 183° 65.16% 69.61%
HSB/HSV 183° 44.30% 89.41%
CMYK 44.30% 2.19% 0.00%
10.59%

Color #7FDFE4 in popluar number systems.

HEX 7F DF E4
Decimal 127 223 228
Binary 1111111 11011111 11100100
Octal 177 337 344

Shades and tints

Shades of #7FDFE4

#7FDFE4
(127,223,228)
#74CBD0
(116,203,208)
#69B7BC
(105,183,188)
#5EA3A8
(94,163,168)
#538F94
(83,143,148)
#487B80
(72,123,128)
#3D676C
(61,103,108)
#325358
(50,83,88)
#273F44
(39,63,68)
#1C2B30
(28,43,48)
#11171C
(17,23,28)
#000000
(0,0,0)

Tints of #7FDFE4

#7FDFE4
(127,223,228)
#8AE1E6
(138,225,230)
#95E3E8
(149,227,232)
#A0E5EA
(160,229,234)
#ABE7EC
(171,231,236)
#B6E9EE
(182,233,238)
#C1EBF0
(193,235,240)
#CCEDF2
(204,237,242)
#D7EFF4
(215,239,244)
#E2F1F6
(226,241,246)
#EDF3F8
(237,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FDFE4 color. Also use rgb(127,223,228) instead hex code.

Text Font Color

.myTextColor { color: #7FDFE4; }

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

This text font color is #7FDFE4.

Background Color

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

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

This div background color is #7FDFE4.

Border color

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

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

This div border color is #7FDFE4.

Opacity

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

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

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

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

This text has shadow with #7FDFE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FDFE4.

Preview

Color preview on black background

This text has color #7FDFE4 on black background.


Color preview on white background

This text has color #7FDFE4 on white background.


Black color preview on #7FDFE4 background

This text has black color on #7FDFE4 background.


White color preview on #7FDFE4 background

This text has white color on #7FDFE4 background.


Related colors

Complementary color

Complementary color for #hex is #80201B.


I love getcolorcode.com

Triadic colors

1 #E47FDF and #DFE47F with #7FDFE4 are triadic colors.

2 #E4DF7F and #DF7FE4 with #7FDFE4 are triadic colors.