COLOR #87ACC7

HEX: #87ACC7
RGB: (135,172,199)

Renk bilgisi

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

RGB renk modeli

#87ACC7 color RGB value is (135,172,199).

  • kırmız ton 135;
  • yeşil ton 172;
  • mavi ton 199.
RGB:
(135,172,199)
(53%,67%,78%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 172 of 255 = 67%
B 199 of 255 = 78%

135
172
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 172 + 199 = 506 (100%)
R 135 of 506 ~ 26.68%
G 172 of 506 ~ 33.99%
B 199 of 506 ~ 39.33%

%26.68
%33.99
%39.33

CMYK RENK MODELİ

#87ACC7 rengi CMYK tonu (32,14,0,22).

  • camgöbeği tonu 32.16%
  • eflatun tonu 13.57%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(32,14,0,22)
C32M14Y0K22 
(32%,14%,0%,22%)
(0.32/0.14/0.00/0.22)	

CMYK yüzdeleri

%32.16
%13.57
%0
%21.96

Codes

Color #87ACC7 in popluar color models

87ACC7
RGB135172199
HSL205°36.36%65.49%
HSB/HSV205°32.16%78.04%
CMYK32.16%13.57%0.00%
21.96%

Color #87ACC7 in popluar number systems.

HEX87ACC7
Decimal135172199
Binary100001111010110011000111
Octal207254307

Shades and tints

Shades of #87ACC7

#87ACC7
(135,172,199)
#7B9DB5
(123,157,181)
#6F8EA3
(111,142,163)
#637F91
(99,127,145)
#57707F
(87,112,127)
#4B616D
(75,97,109)
#3F525B
(63,82,91)
#334349
(51,67,73)
#273437
(39,52,55)
#1B2525
(27,37,37)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #87ACC7

#87ACC7
(135,172,199)
#91B3CC
(145,179,204)
#9BBAD1
(155,186,209)
#A5C1D6
(165,193,214)
#AFC8DB
(175,200,219)
#B9CFE0
(185,207,224)
#C3D6E5
(195,214,229)
#CDDDEA
(205,221,234)
#D7E4EF
(215,228,239)
#E1EBF4
(225,235,244)
#EBF2F9
(235,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87ACC7 color. Also use rgb(135,172,199) instead hex code.

Text Font Color

.myTextColor { color: #87ACC7; }

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

This text font color is #87ACC7.


Background Color

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

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

This div background color is #87ACC7.


Border color

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

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

This div border color is #87ACC7.


Opacity

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

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

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

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

This text has shadow with #87ACC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87ACC7 on black background.


Color preview on white background

This text has color #87ACC7 on white background.



Black color preview on #87ACC7 background

This text has black color on #87ACC7 background.


White color preview on #87ACC7 background

This text has white color on #87ACC7 background.