COLOR #87A4C9

HEX: #87A4C9
RGB: (135,164,201)

Renk bilgisi

#87A4C9 contains mainly green and blue colors. #87A4C9 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#87A4C9 color RGB value is (135,164,201).

  • kırmız ton 135;
  • yeşil ton 164;
  • mavi ton 201.
RGB:
(135,164,201)
(53%,64%,79%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 164 of 255 = 64%
B 201 of 255 = 79%

135
164
201

R + G + B ~ 65%. #87A4C9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 164 + 201 = 500 (100%)
R 135 of 500 ~ 27%
G 164 of 500 ~ 32.8%
B 201 of 500 ~ 40.2%

%27
%32.8
%40.2

CMYK RENK MODELİ

#87A4C9 rengi CMYK tonu (33,18,0,21).

  • camgöbeği tonu 32.84%
  • eflatun tonu 18.41%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(33,18,0,21)
C33M18Y0K21 
(33%,18%,0%,21%)
(0.33/0.18/0.00/0.21)	

CMYK yüzdeleri

%32.84
%18.41
%0
%21.18

Codes

Color #87A4C9 in popluar color models

87A4C9
RGB135164201
HSL214°37.93%65.88%
HSB/HSV214°32.84%78.82%
CMYK32.84%18.41%0.00%
21.18%

Color #87A4C9 in popluar number systems.

HEX87A4C9
Decimal135164201
Binary100001111010010011001001
Octal207244311

Shades and tints

Shades of #87A4C9

#87A4C9
(135,164,201)
#7B96B7
(123,150,183)
#6F88A5
(111,136,165)
#637A93
(99,122,147)
#576C81
(87,108,129)
#4B5E6F
(75,94,111)
#3F505D
(63,80,93)
#33424B
(51,66,75)
#273439
(39,52,57)
#1B2627
(27,38,39)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #87A4C9

#87A4C9
(135,164,201)
#91ACCD
(145,172,205)
#9BB4D1
(155,180,209)
#A5BCD5
(165,188,213)
#AFC4D9
(175,196,217)
#B9CCDD
(185,204,221)
#C3D4E1
(195,212,225)
#CDDCE5
(205,220,229)
#D7E4E9
(215,228,233)
#E1ECED
(225,236,237)
#EBF4F1
(235,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A4C9 color. Also use rgb(135,164,201) instead hex code.

Text Font Color

.myTextColor { color: #87A4C9; }

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

This text font color is #87A4C9.


Background Color

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

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

This div background color is #87A4C9.


Border color

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

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

This div border color is #87A4C9.


Opacity

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

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

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

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

This text has shadow with #87A4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A4C9 on black background.


Color preview on white background

This text has color #87A4C9 on white background.



Black color preview on #87A4C9 background

This text has black color on #87A4C9 background.


White color preview on #87A4C9 background

This text has white color on #87A4C9 background.