COLOR #87CFC2

HEX: #87CFC2
RGB: (135,207,194)

Color info

#87CFC2 contains mainly green and blue colors. Web safe color of #87CFC2 is #99CCCC (or #9CC).

RGB color model

#87CFC2 color RGB value is (135,207,194).

  • red value is 135;
  • green value is 207;
  • blue value is 194.
RGB:
(135,207,194)
(53%,81%,76%)

RGB channels and saturation

R 135 of 255 = 53%
G 207 of 255 = 81%
B 194 of 255 = 76%

135
207
194

R + G + B ~ 70%. #87CFC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 207 + 194 = 536 (100%)
R 135 of 536 ~ 25.19%
G 207 of 536 ~ 38.62%
B 194 of 536 ~ 36.19%

%25.19
%38.62
%36.19

CMYK color model

#87CFC2 color CMYK value is (35,0,6,19).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 6.28%
  • key color value is 18.82%
CMYK:
(35,0,6,19)
C35M0Y6K19 
(35%,0%,6%,19%)
(0.35/0.00/0.06/0.19)	

CMYK percentages

%34.78
%0
%6.28
%18.82

Codes

Color #87CFC2 in popluar color models

87CFC2
RGB135207194
HSL169°42.86%67.06%
HSB/HSV169°34.78%81.18%
CMYK34.78%0.00%6.28%
18.82%

Color #87CFC2 in popluar number systems.

HEX87CFC2
Decimal135207194
Binary100001111100111111000010
Octal207317302

Shades and tints

Shades of #87CFC2

#87CFC2
(135,207,194)
#7BBDB1
(123,189,177)
#6FABA0
(111,171,160)
#63998F
(99,153,143)
#57877E
(87,135,126)
#4B756D
(75,117,109)
#3F635C
(63,99,92)
#33514B
(51,81,75)
#273F3A
(39,63,58)
#1B2D29
(27,45,41)
#0F1B18
(15,27,24)
#000000
(0,0,0)

Tints of #87CFC2

#87CFC2
(135,207,194)
#91D3C7
(145,211,199)
#9BD7CC
(155,215,204)
#A5DBD1
(165,219,209)
#AFDFD6
(175,223,214)
#B9E3DB
(185,227,219)
#C3E7E0
(195,231,224)
#CDEBE5
(205,235,229)
#D7EFEA
(215,239,234)
#E1F3EF
(225,243,239)
#EBF7F4
(235,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87CFC2 color. Also use rgb(135,207,194) instead hex code.

Text Font Color

.myTextColor { color: #87CFC2; }

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

This text font color is #87CFC2.


Background Color

.myBgColor { background-color: #87CFC2; }

<div style="background-color:#87CFC2">Inner text</div>

This div background color is #87CFC2.


Border color

.myBorderColor { border: 1px solid #87CFC2; }

<div style="border:3px solid #87CFC2">Div</div>

This div border color is #87CFC2.


Opacity

.myOpacity80 { color: #87CFC2; opacity: 0.8; }

<p style="color:#87CFC2;opacity:0.8;">80%</p>

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

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

This text has shadow with #87CFC2 color.

.textShadow {text-shadow: 3px 3px 1px #87CFC2, 3px 3px 1px red;}

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

This text has shadow with #87CFC2 primary color and red secondary color.


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

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

This text has shadow with #87CFC2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87CFC2 on black background.


Color preview on white background

This text has color #87CFC2 on white background.



Black color preview on #87CFC2 background

This text has black color on #87CFC2 background.


White color preview on #87CFC2 background

This text has white color on #87CFC2 background.