COLOR #7FCFE5

HEX: #7FCFE5 RGB: (127,207,229)

Color info

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

RGB color model

#7FCFE5 color RGB value is (127,207,229).

RGB: (127,207,229) (50%, 81%, 90%)

RGB channels and saturation

R 127 of 255 = 50%
G 207 of 255 = 81%
B 229 of 255 = 90%

127
207
229

R + G + B ~ 74%. #7FCFE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 207 + 229 = 563 (100%)
R 127 of 563 ~ 22.56%
G 207 of 563 ~ 36.77%
B 229 of 563 ~ 40.67'%

%22.56
%36.77
%40.67

CMYK color model

#7FCFE5 color CMYK value is (45,10,0,10).

  • cyan value is 44.54%
  • magenta value is 9.61%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (45,10,0,10)
C45M10Y0K10 (45%, 10%, 0%, 10%)
(0.45 / 0.10 / 0.00 / 0.10)

CMYK percentages

%44.54
%9.61
%0
%10.2

Codes

Color #7FCFE5 in popluar color models

7F CF E5
RGB 127 207 229
HSL 193° 66.23% 69.80%
HSB/HSV 193° 44.54% 89.80%
CMYK 44.54% 9.61% 0.00%
10.20%

Color #7FCFE5 in popluar number systems.

HEX 7F CF E5
Decimal 127 207 229
Binary 1111111 11001111 11100101
Octal 177 317 345

Shades and tints

Shades of #7FCFE5

#7FCFE5
(127,207,229)
#74BDD1
(116,189,209)
#69ABBD
(105,171,189)
#5E99A9
(94,153,169)
#538795
(83,135,149)
#487581
(72,117,129)
#3D636D
(61,99,109)
#325159
(50,81,89)
#273F45
(39,63,69)
#1C2D31
(28,45,49)
#111B1D
(17,27,29)
#000000
(0,0,0)

Tints of #7FCFE5

#7FCFE5
(127,207,229)
#8AD3E7
(138,211,231)
#95D7E9
(149,215,233)
#A0DBEB
(160,219,235)
#ABDFED
(171,223,237)
#B6E3EF
(182,227,239)
#C1E7F1
(193,231,241)
#CCEBF3
(204,235,243)
#D7EFF5
(215,239,245)
#E2F3F7
(226,243,247)
#EDF7F9
(237,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FCFE5 color. Also use rgb(127,207,229) instead hex code.

Text Font Color

.myTextColor { color: #7FCFE5; }

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

This text font color is #7FCFE5.

Background Color

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

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

This div background color is #7FCFE5.

Border color

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

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

This div border color is #7FCFE5.

Opacity

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

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

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

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

This text has shadow with #7FCFE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FCFE5.

Preview

Color preview on black background

This text has color #7FCFE5 on black background.


Color preview on white background

This text has color #7FCFE5 on white background.


Black color preview on #7FCFE5 background

This text has black color on #7FCFE5 background.


White color preview on #7FCFE5 background

This text has white color on #7FCFE5 background.


Related colors

Complementary color

Complementary color for #hex is #80301A.


I love getcolorcode.com

Triadic colors

1 #E57FCF and #CFE57F with #7FCFE5 are triadic colors.

2 #E5CF7F and #CF7FE5 with #7FCFE5 are triadic colors.