COLOR #87CACE

HEX: #87CACE
RGB: (135,202,206)

Renk bilgisi

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

RGB renk modeli

#87CACE color RGB value is (135,202,206).

  • kırmız ton 135;
  • yeşil ton 202;
  • mavi ton 206.
RGB:
(135,202,206)
(53%,79%,81%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 202 of 255 = 79%
B 206 of 255 = 81%

135
202
206

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 202 + 206 = 543 (100%)
R 135 of 543 ~ 24.86%
G 202 of 543 ~ 37.2%
B 206 of 543 ~ 37.94%

%24.86
%37.2
%37.94

CMYK RENK MODELİ

#87CACE rengi CMYK tonu (34,2,0,19).

  • camgöbeği tonu 34.47%
  • eflatun tonu 1.94%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(34,2,0,19)
C34M2Y0K19 
(34%,2%,0%,19%)
(0.34/0.02/0.00/0.19)	

CMYK yüzdeleri

%34.47
%1.94
%0
%19.22

Codes

Color #87CACE in popluar color models

87CACE
RGB135202206
HSL183°42.01%66.86%
HSB/HSV183°34.47%80.78%
CMYK34.47%1.94%0.00%
19.22%

Color #87CACE in popluar number systems.

HEX87CACE
Decimal135202206
Binary100001111100101011001110
Octal207312316

Shades and tints

Shades of #87CACE

#87CACE
(135,202,206)
#7BB8BC
(123,184,188)
#6FA6AA
(111,166,170)
#639498
(99,148,152)
#578286
(87,130,134)
#4B7074
(75,112,116)
#3F5E62
(63,94,98)
#334C50
(51,76,80)
#273A3E
(39,58,62)
#1B282C
(27,40,44)
#0F161A
(15,22,26)
#000000
(0,0,0)

Tints of #87CACE

#87CACE
(135,202,206)
#91CED2
(145,206,210)
#9BD2D6
(155,210,214)
#A5D6DA
(165,214,218)
#AFDADE
(175,218,222)
#B9DEE2
(185,222,226)
#C3E2E6
(195,226,230)
#CDE6EA
(205,230,234)
#D7EAEE
(215,234,238)
#E1EEF2
(225,238,242)
#EBF2F6
(235,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87CACE color. Also use rgb(135,202,206) instead hex code.

Text Font Color

.myTextColor { color: #87CACE; }

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

This text font color is #87CACE.


Background Color

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

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

This div background color is #87CACE.


Border color

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

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

This div border color is #87CACE.


Opacity

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

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

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

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

This text has shadow with #87CACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87CACE on black background.


Color preview on white background

This text has color #87CACE on white background.



Black color preview on #87CACE background

This text has black color on #87CACE background.


White color preview on #87CACE background

This text has white color on #87CACE background.