COLOR #7FCACD

HEX: #7FCACD
RGB: (127,202,205)

Color info

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

RGB color model

#7FCACD color RGB value is (127,202,205).

  • red value is 127;
  • green value is 202;
  • blue value is 205.
RGB:
(127,202,205)
(50%,79%,80%)

RGB channels and saturation

R 127 of 255 = 50%
G 202 of 255 = 79%
B 205 of 255 = 80%

127
202
205

R + G + B ~ 70%. #7FCACD is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 202 + 205 = 534 (100%)
R 127 of 534 ~ 23.78%
G 202 of 534 ~ 37.83%
B 205 of 534 ~ 38.39%

%23.78
%37.83
%38.39

CMYK color model

#7FCACD color CMYK value is (38,1,0,20).

  • cyan value is 38.05%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(38,1,0,20)
C38M1Y0K20 
(38%,1%,0%,20%)
(0.38/0.01/0.00/0.20)	

CMYK percentages

%38.05
%1.46
%0
%19.61

Codes

Color #7FCACD in popluar color models

7FCACD
RGB127202205
HSL182°43.82%65.10%
HSB/HSV182°38.05%80.39%
CMYK38.05%1.46%0.00%
19.61%

Color #7FCACD in popluar number systems.

HEX7FCACD
Decimal127202205
Binary11111111100101011001101
Octal177312315

Shades and tints

Shades of #7FCACD

#7FCACD
(127,202,205)
#74B8BB
(116,184,187)
#69A6A9
(105,166,169)
#5E9497
(94,148,151)
#538285
(83,130,133)
#487073
(72,112,115)
#3D5E61
(61,94,97)
#324C4F
(50,76,79)
#273A3D
(39,58,61)
#1C282B
(28,40,43)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #7FCACD

#7FCACD
(127,202,205)
#8ACED1
(138,206,209)
#95D2D5
(149,210,213)
#A0D6D9
(160,214,217)
#ABDADD
(171,218,221)
#B6DEE1
(182,222,225)
#C1E2E5
(193,226,229)
#CCE6E9
(204,230,233)
#D7EAED
(215,234,237)
#E2EEF1
(226,238,241)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FCACD color. Also use rgb(127,202,205) instead hex code.

Text Font Color

.myTextColor { color: #7FCACD; }

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

This text font color is #7FCACD.


Background Color

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

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

This div background color is #7FCACD.


Border color

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

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

This div border color is #7FCACD.


Opacity

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

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

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

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

This text has shadow with #7FCACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FCACD on black background.


Color preview on white background

This text has color #7FCACD on white background.



Black color preview on #7FCACD background

This text has black color on #7FCACD background.


White color preview on #7FCACD background

This text has white color on #7FCACD background.