COLOR #87C2D2

HEX: #87C2D2
RGB: (135,194,210)

Renk bilgisi

#87C2D2 contains mainly green and blue colors. #87C2D2 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#87C2D2 color RGB value is (135,194,210).

  • kırmız ton 135;
  • yeşil ton 194;
  • mavi ton 210.
RGB:
(135,194,210)
(53%,76%,82%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 194 of 255 = 76%
B 210 of 255 = 82%

135
194
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 194 + 210 = 539 (100%)
R 135 of 539 ~ 25.05%
G 194 of 539 ~ 35.99%
B 210 of 539 ~ 38.96%

%25.05
%35.99
%38.96

CMYK RENK MODELİ

#87C2D2 rengi CMYK tonu (36,8,0,18).

  • camgöbeği tonu 35.71%
  • eflatun tonu 7.62%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(36,8,0,18)
C36M8Y0K18 
(36%,8%,0%,18%)
(0.36/0.08/0.00/0.18)	

CMYK yüzdeleri

%35.71
%7.62
%0
%17.65

Codes

Color #87C2D2 in popluar color models

87C2D2
RGB135194210
HSL193°45.45%67.65%
HSB/HSV193°35.71%82.35%
CMYK35.71%7.62%0.00%
17.65%

Color #87C2D2 in popluar number systems.

HEX87C2D2
Decimal135194210
Binary100001111100001011010010
Octal207302322

Shades and tints

Shades of #87C2D2

#87C2D2
(135,194,210)
#7BB1BF
(123,177,191)
#6FA0AC
(111,160,172)
#638F99
(99,143,153)
#577E86
(87,126,134)
#4B6D73
(75,109,115)
#3F5C60
(63,92,96)
#334B4D
(51,75,77)
#273A3A
(39,58,58)
#1B2927
(27,41,39)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #87C2D2

#87C2D2
(135,194,210)
#91C7D6
(145,199,214)
#9BCCDA
(155,204,218)
#A5D1DE
(165,209,222)
#AFD6E2
(175,214,226)
#B9DBE6
(185,219,230)
#C3E0EA
(195,224,234)
#CDE5EE
(205,229,238)
#D7EAF2
(215,234,242)
#E1EFF6
(225,239,246)
#EBF4FA
(235,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87C2D2; }

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

This text font color is #87C2D2.


Background Color

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

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

This div background color is #87C2D2.


Border color

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

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

This div border color is #87C2D2.


Opacity

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

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

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

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

This text has shadow with #87C2D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C2D2 on black background.


Color preview on white background

This text has color #87C2D2 on white background.



Black color preview on #87C2D2 background

This text has black color on #87C2D2 background.


White color preview on #87C2D2 background

This text has white color on #87C2D2 background.