COLOR #87B5CC

HEX: #87B5CC
RGB: (135,181,204)

Renk bilgisi

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

RGB renk modeli

#87B5CC color RGB value is (135,181,204).

  • kırmız ton 135;
  • yeşil ton 181;
  • mavi ton 204.
RGB:
(135,181,204)
(53%,71%,80%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 181 of 255 = 71%
B 204 of 255 = 80%

135
181
204

R + G + B ~ 68%. #87B5CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 181 + 204 = 520 (100%)
R 135 of 520 ~ 25.96%
G 181 of 520 ~ 34.81%
B 204 of 520 ~ 39.23%

%25.96
%34.81
%39.23

CMYK RENK MODELİ

#87B5CC rengi CMYK tonu (34,11,0,20).

  • camgöbeği tonu 33.82%
  • eflatun tonu 11.27%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(34,11,0,20)
C34M11Y0K20 
(34%,11%,0%,20%)
(0.34/0.11/0.00/0.20)	

CMYK yüzdeleri

%33.82
%11.27
%0
%20

Codes

Color #87B5CC in popluar color models

87B5CC
RGB135181204
HSL200°40.35%66.47%
HSB/HSV200°33.82%80.00%
CMYK33.82%11.27%0.00%
20.00%

Color #87B5CC in popluar number systems.

HEX87B5CC
Decimal135181204
Binary100001111011010111001100
Octal207265314

Shades and tints

Shades of #87B5CC

#87B5CC
(135,181,204)
#7BA5BA
(123,165,186)
#6F95A8
(111,149,168)
#638596
(99,133,150)
#577584
(87,117,132)
#4B6572
(75,101,114)
#3F5560
(63,85,96)
#33454E
(51,69,78)
#27353C
(39,53,60)
#1B252A
(27,37,42)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #87B5CC

#87B5CC
(135,181,204)
#91BBD0
(145,187,208)
#9BC1D4
(155,193,212)
#A5C7D8
(165,199,216)
#AFCDDC
(175,205,220)
#B9D3E0
(185,211,224)
#C3D9E4
(195,217,228)
#CDDFE8
(205,223,232)
#D7E5EC
(215,229,236)
#E1EBF0
(225,235,240)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B5CC color. Also use rgb(135,181,204) instead hex code.

Text Font Color

.myTextColor { color: #87B5CC; }

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

This text font color is #87B5CC.


Background Color

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

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

This div background color is #87B5CC.


Border color

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

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

This div border color is #87B5CC.


Opacity

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

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

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

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

This text has shadow with #87B5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B5CC on black background.


Color preview on white background

This text has color #87B5CC on white background.



Black color preview on #87B5CC background

This text has black color on #87B5CC background.


White color preview on #87B5CC background

This text has white color on #87B5CC background.