COLOR #7FCCB5

HEX: #7FCCB5 RGB: (127,204,181)

Color info

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

RGB color model

#7FCCB5 color RGB value is (127,204,181).

RGB: (127,204,181) (50%, 80%, 71%)

RGB channels and saturation

R 127 of 255 = 50%
G 204 of 255 = 80%
B 181 of 255 = 71%

127
204
181

R + G + B ~ 67%. #7FCCB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 204 + 181 = 512 (100%)
R 127 of 512 ~ 24.8%
G 204 of 512 ~ 39.84%
B 181 of 512 ~ 35.35'%

%24.8
%39.84
%35.35

CMYK color model

#7FCCB5 color CMYK value is (38,0,11,20).

  • cyan value is 37.75%
  • magenta value is 0.00%
  • yellow value is 11.27%
  • key color value is 20.00%

CMYK: (38,0,11,20)
C38M0Y11K20 (38%, 0%, 11%, 20%)
(0.38 / 0.00 / 0.11 / 0.20)

CMYK percentages

%37.75
%0
%11.27
%20

Codes

Color #7FCCB5 in popluar color models

7F CC B5
RGB 127 204 181
HSL 162° 43.02% 64.90%
HSB/HSV 162° 37.75% 80.00%
CMYK 37.75% 0.00% 11.27%
20.00%

Color #7FCCB5 in popluar number systems.

HEX 7F CC B5
Decimal 127 204 181
Binary 1111111 11001100 10110101
Octal 177 314 265

Shades and tints

Shades of #7FCCB5

#7FCCB5
(127,204,181)
#74BAA5
(116,186,165)
#69A895
(105,168,149)
#5E9685
(94,150,133)
#538475
(83,132,117)
#487265
(72,114,101)
#3D6055
(61,96,85)
#324E45
(50,78,69)
#273C35
(39,60,53)
#1C2A25
(28,42,37)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #7FCCB5

#7FCCB5
(127,204,181)
#8AD0BB
(138,208,187)
#95D4C1
(149,212,193)
#A0D8C7
(160,216,199)
#ABDCCD
(171,220,205)
#B6E0D3
(182,224,211)
#C1E4D9
(193,228,217)
#CCE8DF
(204,232,223)
#D7ECE5
(215,236,229)
#E2F0EB
(226,240,235)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FCCB5; }

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

This text font color is #7FCCB5.

Background Color

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

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

This div background color is #7FCCB5.

Border color

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

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

This div border color is #7FCCB5.

Opacity

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

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

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

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

This text has shadow with #7FCCB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FCCB5.

Preview

Color preview on black background

This text has color #7FCCB5 on black background.


Color preview on white background

This text has color #7FCCB5 on white background.


Black color preview on #7FCCB5 background

This text has black color on #7FCCB5 background.


White color preview on #7FCCB5 background

This text has white color on #7FCCB5 background.


Related colors

Complementary color

Complementary color for #hex is #80334A.


I love getcolorcode.com

Triadic colors

1 #B57FCC and #CCB57F with #7FCCB5 are triadic colors.

2 #B5CC7F and #CC7FB5 with #7FCCB5 are triadic colors.