COLOR #87A8D4

HEX: #87A8D4
RGB: (135,168,212)

Renk bilgisi

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

RGB renk modeli

#87A8D4 color RGB value is (135,168,212).

  • kırmız ton 135;
  • yeşil ton 168;
  • mavi ton 212.
RGB:
(135,168,212)
(53%,66%,83%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 168 of 255 = 66%
B 212 of 255 = 83%

135
168
212

R + G + B ~ 67%. #87A8D4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 168 + 212 = 515 (100%)
R 135 of 515 ~ 26.21%
G 168 of 515 ~ 32.62%
B 212 of 515 ~ 41.17%

%26.21
%32.62
%41.17

CMYK RENK MODELİ

#87A8D4 rengi CMYK tonu (36,21,0,17).

  • camgöbeği tonu 36.32%
  • eflatun tonu 20.75%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(36,21,0,17)
C36M21Y0K17 
(36%,21%,0%,17%)
(0.36/0.21/0.00/0.17)	

CMYK yüzdeleri

%36.32
%20.75
%0
%16.86

Codes

Color #87A8D4 in popluar color models

87A8D4
RGB135168212
HSL214°47.24%68.04%
HSB/HSV214°36.32%83.14%
CMYK36.32%20.75%0.00%
16.86%

Color #87A8D4 in popluar number systems.

HEX87A8D4
Decimal135168212
Binary100001111010100011010100
Octal207250324

Shades and tints

Shades of #87A8D4

#87A8D4
(135,168,212)
#7B99C1
(123,153,193)
#6F8AAE
(111,138,174)
#637B9B
(99,123,155)
#576C88
(87,108,136)
#4B5D75
(75,93,117)
#3F4E62
(63,78,98)
#333F4F
(51,63,79)
#27303C
(39,48,60)
#1B2129
(27,33,41)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #87A8D4

#87A8D4
(135,168,212)
#91AFD7
(145,175,215)
#9BB6DA
(155,182,218)
#A5BDDD
(165,189,221)
#AFC4E0
(175,196,224)
#B9CBE3
(185,203,227)
#C3D2E6
(195,210,230)
#CDD9E9
(205,217,233)
#D7E0EC
(215,224,236)
#E1E7EF
(225,231,239)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A8D4 color. Also use rgb(135,168,212) instead hex code.

Text Font Color

.myTextColor { color: #87A8D4; }

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

This text font color is #87A8D4.


Background Color

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

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

This div background color is #87A8D4.


Border color

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

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

This div border color is #87A8D4.


Opacity

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

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

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

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

This text has shadow with #87A8D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A8D4 on black background.


Color preview on white background

This text has color #87A8D4 on white background.



Black color preview on #87A8D4 background

This text has black color on #87A8D4 background.


White color preview on #87A8D4 background

This text has white color on #87A8D4 background.