COLOR #87CEA5

HEX: #87CEA5
RGB: (135,206,165)

Renk bilgisi

#87CEA5 contains mainly green and blue colors. #87CEA5 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#87CEA5 color RGB value is (135,206,165).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 206 of 255 = 81%
B 165 of 255 = 65%

135
206
165

R + G + B ~ 66%. #87CEA5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 206 + 165 = 506 (100%)
R 135 of 506 ~ 26.68%
G 206 of 506 ~ 40.71%
B 165 of 506 ~ 32.61%

%26.68
%40.71
%32.61

CMYK RENK MODELİ

#87CEA5 rengi CMYK tonu (34,0,20,19).

  • camgöbeği tonu 34.47%
  • eflatun tonu 0.00%
  • sarı tonu 19.90%
  • ana renk tonu 19.22%
CMYK:
(34,0,20,19)
C34M0Y20K19 
(34%,0%,20%,19%)
(0.34/0.00/0.20/0.19)	

CMYK yüzdeleri

%34.47
%0
%19.9
%19.22

Codes

Color #87CEA5 in popluar color models

87CEA5
RGB135206165
HSL145°42.01%66.86%
HSB/HSV145°34.47%80.78%
CMYK34.47%0.00%19.90%
19.22%

Color #87CEA5 in popluar number systems.

HEX87CEA5
Decimal135206165
Binary100001111100111010100101
Octal207316245

Shades and tints

Shades of #87CEA5

#87CEA5
(135,206,165)
#7BBC96
(123,188,150)
#6FAA87
(111,170,135)
#639878
(99,152,120)
#578669
(87,134,105)
#4B745A
(75,116,90)
#3F624B
(63,98,75)
#33503C
(51,80,60)
#273E2D
(39,62,45)
#1B2C1E
(27,44,30)
#0F1A0F
(15,26,15)
#000000
(0,0,0)

Tints of #87CEA5

#87CEA5
(135,206,165)
#91D2AD
(145,210,173)
#9BD6B5
(155,214,181)
#A5DABD
(165,218,189)
#AFDEC5
(175,222,197)
#B9E2CD
(185,226,205)
#C3E6D5
(195,230,213)
#CDEADD
(205,234,221)
#D7EEE5
(215,238,229)
#E1F2ED
(225,242,237)
#EBF6F5
(235,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87CEA5; }

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

This text font color is #87CEA5.


Background Color

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

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

This div background color is #87CEA5.


Border color

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

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

This div border color is #87CEA5.


Opacity

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

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

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

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

This text has shadow with #87CEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87CEA5 on black background.


Color preview on white background

This text has color #87CEA5 on white background.



Black color preview on #87CEA5 background

This text has black color on #87CEA5 background.


White color preview on #87CEA5 background

This text has white color on #87CEA5 background.