COLOR #87C2D3

HEX: #87C2D3
RGB: (135,194,211)

Renk bilgisi

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

RGB renk modeli

#87C2D3 color RGB value is (135,194,211).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 194 of 255 = 76%
B 211 of 255 = 83%

135
194
211

R + G + B ~ 71%. #87C2D3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 194 + 211 = 540 (100%)
R 135 of 540 ~ 25%
G 194 of 540 ~ 35.93%
B 211 of 540 ~ 39.07%

%25
%35.93
%39.07

CMYK RENK MODELİ

#87C2D3 rengi CMYK tonu (36,8,0,17).

  • camgöbeği tonu 36.02%
  • eflatun tonu 8.06%
  • sarı tonu 0.00%
  • ana renk tonu 17.25%
CMYK:
(36,8,0,17)
C36M8Y0K17 
(36%,8%,0%,17%)
(0.36/0.08/0.00/0.17)	

CMYK yüzdeleri

%36.02
%8.06
%0
%17.25

Codes

Color #87C2D3 in popluar color models

87C2D3
RGB135194211
HSL193°46.34%67.84%
HSB/HSV193°36.02%82.75%
CMYK36.02%8.06%0.00%
17.25%

Color #87C2D3 in popluar number systems.

HEX87C2D3
Decimal135194211
Binary100001111100001011010011
Octal207302323

Shades and tints

Shades of #87C2D3

#87C2D3
(135,194,211)
#7BB1C0
(123,177,192)
#6FA0AD
(111,160,173)
#638F9A
(99,143,154)
#577E87
(87,126,135)
#4B6D74
(75,109,116)
#3F5C61
(63,92,97)
#334B4E
(51,75,78)
#273A3B
(39,58,59)
#1B2928
(27,41,40)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #87C2D3

#87C2D3
(135,194,211)
#91C7D7
(145,199,215)
#9BCCDB
(155,204,219)
#A5D1DF
(165,209,223)
#AFD6E3
(175,214,227)
#B9DBE7
(185,219,231)
#C3E0EB
(195,224,235)
#CDE5EF
(205,229,239)
#D7EAF3
(215,234,243)
#E1EFF7
(225,239,247)
#EBF4FB
(235,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87C2D3; }

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

This text font color is #87C2D3.


Background Color

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

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

This div background color is #87C2D3.


Border color

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

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

This div border color is #87C2D3.


Opacity

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

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

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

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

This text has shadow with #87C2D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C2D3 on black background.


Color preview on white background

This text has color #87C2D3 on white background.



Black color preview on #87C2D3 background

This text has black color on #87C2D3 background.


White color preview on #87C2D3 background

This text has white color on #87C2D3 background.