COLOR #7FCEE3

HEX: #7FCEE3
RGB: (127,206,227)

Color info

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

RGB color model

#7FCEE3 color RGB value is (127,206,227).

  • red value is 127;
  • green value is 206;
  • blue value is 227.
RGB:
(127,206,227)
(50%,81%,89%)

RGB channels and saturation

R 127 of 255 = 50%
G 206 of 255 = 81%
B 227 of 255 = 89%

127
206
227

R + G + B ~ 73%. #7FCEE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 206 + 227 = 560 (100%)
R 127 of 560 ~ 22.68%
G 206 of 560 ~ 36.79%
B 227 of 560 ~ 40.54%

%22.68
%36.79
%40.54

CMYK color model

#7FCEE3 color CMYK value is (44,9,0,11).

  • cyan value is 44.05%
  • magenta value is 9.25%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(44,9,0,11)
C44M9Y0K11 
(44%,9%,0%,11%)
(0.44/0.09/0.00/0.11)	

CMYK percentages

%44.05
%9.25
%0
%10.98

Codes

Color #7FCEE3 in popluar color models

7FCEE3
RGB127206227
HSL193°64.10%69.41%
HSB/HSV193°44.05%89.02%
CMYK44.05%9.25%0.00%
10.98%

Color #7FCEE3 in popluar number systems.

HEX7FCEE3
Decimal127206227
Binary11111111100111011100011
Octal177316343

Shades and tints

Shades of #7FCEE3

#7FCEE3
(127,206,227)
#74BCCF
(116,188,207)
#69AABB
(105,170,187)
#5E98A7
(94,152,167)
#538693
(83,134,147)
#48747F
(72,116,127)
#3D626B
(61,98,107)
#325057
(50,80,87)
#273E43
(39,62,67)
#1C2C2F
(28,44,47)
#111A1B
(17,26,27)
#000000
(0,0,0)

Tints of #7FCEE3

#7FCEE3
(127,206,227)
#8AD2E5
(138,210,229)
#95D6E7
(149,214,231)
#A0DAE9
(160,218,233)
#ABDEEB
(171,222,235)
#B6E2ED
(182,226,237)
#C1E6EF
(193,230,239)
#CCEAF1
(204,234,241)
#D7EEF3
(215,238,243)
#E2F2F5
(226,242,245)
#EDF6F7
(237,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FCEE3 color. Also use rgb(127,206,227) instead hex code.

Text Font Color

.myTextColor { color: #7FCEE3; }

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

This text font color is #7FCEE3.


Background Color

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

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

This div background color is #7FCEE3.


Border color

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

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

This div border color is #7FCEE3.


Opacity

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

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

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

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

This text has shadow with #7FCEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FCEE3 on black background.


Color preview on white background

This text has color #7FCEE3 on white background.



Black color preview on #7FCEE3 background

This text has black color on #7FCEE3 background.


White color preview on #7FCEE3 background

This text has white color on #7FCEE3 background.