COLOR #81C7A5

HEX: #81C7A5
RGB: (129,199,165)

Color info

#81C7A5 contains mainly green and blue colors. Web safe color of #81C7A5 is #99CC99 (or #9C9).

RGB color model

#81C7A5 color RGB value is (129,199,165).

  • red value is 129;
  • green value is 199;
  • blue value is 165.
RGB: (129,199,165) (51%,78%,65%)

RGB channels and saturation

R 129 of 255 = 51%
G 199 of 255 = 78%
B 165 of 255 = 65%

129
199
165

R + G + B ~ 65%. #81C7A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 199 + 165 = 493 (100%)
R 129 of 493 ~ 26.17%
G 199 of 493 ~ 40.37%
B 165 of 493 ~ 33.47%

%26.17
%40.37
%33.47

CMYK color model

#81C7A5 color CMYK value is (35,0,17,22).

  • cyan value is 35.18%
  • magenta value is 0.00%
  • yellow value is 17.09%
  • key color value is 21.96%
CMYK: (35,0,17,22) C35M0Y17K22 (35%,0%,17%,22%) (0.35/0.00/0.17/0.22)

CMYK percentages

%35.18
%0
%17.09
%21.96

Codes

Color #81C7A5 in popluar color models

81C7A5
RGB129199165
HSL151°38.46%64.31%
HSB/HSV151°35.18%78.04%
CMYK35.18%0.00%17.09%
21.96%

Color #81C7A5 in popluar number systems.

HEX81C7A5
Decimal129199165
Binary100000011100011110100101
Octal201307245

Shades and tints

Shades of #81C7A5

#81C7A5
(129,199,165)
#76B596
(118,181,150)
#6BA387
(107,163,135)
#609178
(96,145,120)
#557F69
(85,127,105)
#4A6D5A
(74,109,90)
#3F5B4B
(63,91,75)
#34493C
(52,73,60)
#29372D
(41,55,45)
#1E251E
(30,37,30)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #81C7A5

#81C7A5
(129,199,165)
#8CCCAD
(140,204,173)
#97D1B5
(151,209,181)
#A2D6BD
(162,214,189)
#ADDBC5
(173,219,197)
#B8E0CD
(184,224,205)
#C3E5D5
(195,229,213)
#CEEADD
(206,234,221)
#D9EFE5
(217,239,229)
#E4F4ED
(228,244,237)
#EFF9F5
(239,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81C7A5 color. Also use rgb(129,199,165) instead hex code.

Text Font Color

.myTextColor { color: #81C7A5; }

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

This text font color is #81C7A5.


Background Color

.myBgColor { background-color: #81C7A5; }

<div style="background-color:#81C7A5">Inner text</div>

This div background color is #81C7A5.


Border color

.myBorderColor { border: 1px solid #81C7A5; }

<div style="border:3px solid #81C7A5">Div</div>

This div border color is #81C7A5.


Opacity

.myOpacity80 { color: #81C7A5; opacity: 0.8; }

<p style="color:#81C7A5;opacity:0.8;">80%</p>

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

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

This text has shadow with #81C7A5 color.

.textShadow {text-shadow: 3px 3px 1px #81C7A5, 3px 3px 1px red;}

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

This text has shadow with #81C7A5 primary color and red secondary color.


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

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

This text has shadow with #81C7A5 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #81C7A5; -webkit-box-shadow:	1px 1px 3px 2px #81C7A5; box-shadow:	1px 1px 3px 2px #81C7A5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #81C7A5; -webkit-box-shadow: 1px 1px 3px 2px #81C7A5; box-shadow:1px 1px 3px 2px #81C7A5;">
Div content here</div>
This div box has shadow with color #81C7A5.

Preview

Color preview on black background

This text has color #81C7A5 on black background.


Color preview on white background

This text has color #81C7A5 on white background.



Black color preview on #81C7A5 background

This text has black color on #81C7A5 background.


White color preview on #81C7A5 background

This text has white color on #81C7A5 background.