COLOR #87C4CC

HEX: #87C4CC
RGB: (135,196,204)

Renk bilgisi

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

RGB renk modeli

#87C4CC color RGB value is (135,196,204).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 196 of 255 = 77%
B 204 of 255 = 80%

135
196
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 196 + 204 = 535 (100%)
R 135 of 535 ~ 25.23%
G 196 of 535 ~ 36.64%
B 204 of 535 ~ 38.13%

%25.23
%36.64
%38.13

CMYK RENK MODELİ

#87C4CC rengi CMYK tonu (34,4,0,20).

  • camgöbeği tonu 33.82%
  • eflatun tonu 3.92%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(34,4,0,20)
C34M4Y0K20 
(34%,4%,0%,20%)
(0.34/0.04/0.00/0.20)	

CMYK yüzdeleri

%33.82
%3.92
%0
%20

Codes

Color #87C4CC in popluar color models

87C4CC
RGB135196204
HSL187°40.35%66.47%
HSB/HSV187°33.82%80.00%
CMYK33.82%3.92%0.00%
20.00%

Color #87C4CC in popluar number systems.

HEX87C4CC
Decimal135196204
Binary100001111100010011001100
Octal207304314

Shades and tints

Shades of #87C4CC

#87C4CC
(135,196,204)
#7BB3BA
(123,179,186)
#6FA2A8
(111,162,168)
#639196
(99,145,150)
#578084
(87,128,132)
#4B6F72
(75,111,114)
#3F5E60
(63,94,96)
#334D4E
(51,77,78)
#273C3C
(39,60,60)
#1B2B2A
(27,43,42)
#0F1A18
(15,26,24)
#000000
(0,0,0)

Tints of #87C4CC

#87C4CC
(135,196,204)
#91C9D0
(145,201,208)
#9BCED4
(155,206,212)
#A5D3D8
(165,211,216)
#AFD8DC
(175,216,220)
#B9DDE0
(185,221,224)
#C3E2E4
(195,226,228)
#CDE7E8
(205,231,232)
#D7ECEC
(215,236,236)
#E1F1F0
(225,241,240)
#EBF6F4
(235,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87C4CC; }

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

This text font color is #87C4CC.


Background Color

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

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

This div background color is #87C4CC.


Border color

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

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

This div border color is #87C4CC.


Opacity

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

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

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

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

This text has shadow with #87C4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C4CC on black background.


Color preview on white background

This text has color #87C4CC on white background.



Black color preview on #87C4CC background

This text has black color on #87C4CC background.


White color preview on #87C4CC background

This text has white color on #87C4CC background.