COLOR #87B4C4

HEX: #87B4C4
RGB: (135,180,196)

Renk bilgisi

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

RGB renk modeli

#87B4C4 color RGB value is (135,180,196).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 180 of 255 = 71%
B 196 of 255 = 77%

135
180
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 180 + 196 = 511 (100%)
R 135 of 511 ~ 26.42%
G 180 of 511 ~ 35.23%
B 196 of 511 ~ 38.36%

%26.42
%35.23
%38.36

CMYK RENK MODELİ

#87B4C4 rengi CMYK tonu (31,8,0,23).

  • camgöbeği tonu 31.12%
  • eflatun tonu 8.16%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(31,8,0,23)
C31M8Y0K23 
(31%,8%,0%,23%)
(0.31/0.08/0.00/0.23)	

CMYK yüzdeleri

%31.12
%8.16
%0
%23.14

Codes

Color #87B4C4 in popluar color models

87B4C4
RGB135180196
HSL196°34.08%64.90%
HSB/HSV196°31.12%76.86%
CMYK31.12%8.16%0.00%
23.14%

Color #87B4C4 in popluar number systems.

HEX87B4C4
Decimal135180196
Binary100001111011010011000100
Octal207264304

Shades and tints

Shades of #87B4C4

#87B4C4
(135,180,196)
#7BA4B3
(123,164,179)
#6F94A2
(111,148,162)
#638491
(99,132,145)
#577480
(87,116,128)
#4B646F
(75,100,111)
#3F545E
(63,84,94)
#33444D
(51,68,77)
#27343C
(39,52,60)
#1B242B
(27,36,43)
#0F141A
(15,20,26)
#000000
(0,0,0)

Tints of #87B4C4

#87B4C4
(135,180,196)
#91BAC9
(145,186,201)
#9BC0CE
(155,192,206)
#A5C6D3
(165,198,211)
#AFCCD8
(175,204,216)
#B9D2DD
(185,210,221)
#C3D8E2
(195,216,226)
#CDDEE7
(205,222,231)
#D7E4EC
(215,228,236)
#E1EAF1
(225,234,241)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B4C4; }

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

This text font color is #87B4C4.


Background Color

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

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

This div background color is #87B4C4.


Border color

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

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

This div border color is #87B4C4.


Opacity

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

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

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

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

This text has shadow with #87B4C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B4C4 on black background.


Color preview on white background

This text has color #87B4C4 on white background.



Black color preview on #87B4C4 background

This text has black color on #87B4C4 background.


White color preview on #87B4C4 background

This text has white color on #87B4C4 background.