COLOR #7FCAAB

HEX: #7FCAAB
RGB: (127,202,171)

Color info

#7FCAAB contains mainly green and blue colors. Web safe color of #7FCAAB is #66CC99 (or #6C9).

RGB color model

#7FCAAB color RGB value is (127,202,171).

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

RGB channels and saturation

R 127 of 255 = 50%
G 202 of 255 = 79%
B 171 of 255 = 67%

127
202
171

R + G + B ~ 65%. #7FCAAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 202 + 171 = 500 (100%)
R 127 of 500 ~ 25.4%
G 202 of 500 ~ 40.4%
B 171 of 500 ~ 34.2%

%25.4
%40.4
%34.2

CMYK color model

#7FCAAB color CMYK value is (37,0,15,21).

  • cyan value is 37.13%
  • magenta value is 0.00%
  • yellow value is 15.35%
  • key color value is 20.78%
CMYK:
(37,0,15,21)
C37M0Y15K21 
(37%,0%,15%,21%)
(0.37/0.00/0.15/0.21)	

CMYK percentages

%37.13
%0
%15.35
%20.78

Codes

Color #7FCAAB in popluar color models

7FCAAB
RGB127202171
HSL155°41.44%64.51%
HSB/HSV155°37.13%79.22%
CMYK37.13%0.00%15.35%
20.78%

Color #7FCAAB in popluar number systems.

HEX7FCAAB
Decimal127202171
Binary11111111100101010101011
Octal177312253

Shades and tints

Shades of #7FCAAB

#7FCAAB
(127,202,171)
#74B89C
(116,184,156)
#69A68D
(105,166,141)
#5E947E
(94,148,126)
#53826F
(83,130,111)
#487060
(72,112,96)
#3D5E51
(61,94,81)
#324C42
(50,76,66)
#273A33
(39,58,51)
#1C2824
(28,40,36)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #7FCAAB

#7FCAAB
(127,202,171)
#8ACEB2
(138,206,178)
#95D2B9
(149,210,185)
#A0D6C0
(160,214,192)
#ABDAC7
(171,218,199)
#B6DECE
(182,222,206)
#C1E2D5
(193,226,213)
#CCE6DC
(204,230,220)
#D7EAE3
(215,234,227)
#E2EEEA
(226,238,234)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FCAAB; }

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

This text font color is #7FCAAB.


Background Color

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

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

This div background color is #7FCAAB.


Border color

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

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

This div border color is #7FCAAB.


Opacity

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

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

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

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

This text has shadow with #7FCAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FCAAB on black background.


Color preview on white background

This text has color #7FCAAB on white background.



Black color preview on #7FCAAB background

This text has black color on #7FCAAB background.


White color preview on #7FCAAB background

This text has white color on #7FCAAB background.