COLOR #7FCCD8

HEX: #7FCCD8
RGB: (127,204,216)

Color info

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

RGB color model

#7FCCD8 color RGB value is (127,204,216).

  • red value is 127;
  • green value is 204;
  • blue value is 216.
RGB:
(127,204,216)
(50%,80%,85%)

RGB channels and saturation

R 127 of 255 = 50%
G 204 of 255 = 80%
B 216 of 255 = 85%

127
204
216

R + G + B ~ 72%. #7FCCD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 204 + 216 = 547 (100%)
R 127 of 547 ~ 23.22%
G 204 of 547 ~ 37.29%
B 216 of 547 ~ 39.49%

%23.22
%37.29
%39.49

CMYK color model

#7FCCD8 color CMYK value is (41,6,0,15).

  • cyan value is 41.20%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(41,6,0,15)
C41M6Y0K15 
(41%,6%,0%,15%)
(0.41/0.06/0.00/0.15)	

CMYK percentages

%41.2
%5.56
%0
%15.29

Codes

Color #7FCCD8 in popluar color models

7FCCD8
RGB127204216
HSL188°53.29%67.25%
HSB/HSV188°41.20%84.71%
CMYK41.20%5.56%0.00%
15.29%

Color #7FCCD8 in popluar number systems.

HEX7FCCD8
Decimal127204216
Binary11111111100110011011000
Octal177314330

Shades and tints

Shades of #7FCCD8

#7FCCD8
(127,204,216)
#74BAC5
(116,186,197)
#69A8B2
(105,168,178)
#5E969F
(94,150,159)
#53848C
(83,132,140)
#487279
(72,114,121)
#3D6066
(61,96,102)
#324E53
(50,78,83)
#273C40
(39,60,64)
#1C2A2D
(28,42,45)
#11181A
(17,24,26)
#000000
(0,0,0)

Tints of #7FCCD8

#7FCCD8
(127,204,216)
#8AD0DB
(138,208,219)
#95D4DE
(149,212,222)
#A0D8E1
(160,216,225)
#ABDCE4
(171,220,228)
#B6E0E7
(182,224,231)
#C1E4EA
(193,228,234)
#CCE8ED
(204,232,237)
#D7ECF0
(215,236,240)
#E2F0F3
(226,240,243)
#EDF4F6
(237,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FCCD8 color. Also use rgb(127,204,216) instead hex code.

Text Font Color

.myTextColor { color: #7FCCD8; }

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

This text font color is #7FCCD8.


Background Color

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

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

This div background color is #7FCCD8.


Border color

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

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

This div border color is #7FCCD8.


Opacity

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

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

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

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

This text has shadow with #7FCCD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FCCD8 on black background.


Color preview on white background

This text has color #7FCCD8 on white background.



Black color preview on #7FCCD8 background

This text has black color on #7FCCD8 background.


White color preview on #7FCCD8 background

This text has white color on #7FCCD8 background.