COLOR #87C4F9

HEX: #87C4F9
RGB: (135,196,249)

Renk bilgisi

#87C4F9 contains mainly green and blue colors. #87C4F9 ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#87C4F9 color RGB value is (135,196,249).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 196 of 255 = 77%
B 249 of 255 = 98%

135
196
249

R + G + B ~ 76%. #87C4F9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 196 + 249 = 580 (100%)
R 135 of 580 ~ 23.28%
G 196 of 580 ~ 33.79%
B 249 of 580 ~ 42.93%

%23.28
%33.79
%42.93

CMYK RENK MODELİ

#87C4F9 rengi CMYK tonu (46,21,0,2).

  • camgöbeği tonu 45.78%
  • eflatun tonu 21.29%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(46,21,0,2)
C46M21Y0K2 
(46%,21%,0%,2%)
(0.46/0.21/0.00/0.02)	

CMYK yüzdeleri

%45.78
%21.29
%0
%2.35

Codes

Color #87C4F9 in popluar color models

87C4F9
RGB135196249
HSL208°90.48%75.29%
HSB/HSV208°45.78%97.65%
CMYK45.78%21.29%0.00%
2.35%

Color #87C4F9 in popluar number systems.

HEX87C4F9
Decimal135196249
Binary100001111100010011111001
Octal207304371

Shades and tints

Shades of #87C4F9

#87C4F9
(135,196,249)
#7BB3E3
(123,179,227)
#6FA2CD
(111,162,205)
#6391B7
(99,145,183)
#5780A1
(87,128,161)
#4B6F8B
(75,111,139)
#3F5E75
(63,94,117)
#334D5F
(51,77,95)
#273C49
(39,60,73)
#1B2B33
(27,43,51)
#0F1A1D
(15,26,29)
#000000
(0,0,0)

Tints of #87C4F9

#87C4F9
(135,196,249)
#91C9F9
(145,201,249)
#9BCEF9
(155,206,249)
#A5D3F9
(165,211,249)
#AFD8F9
(175,216,249)
#B9DDF9
(185,221,249)
#C3E2F9
(195,226,249)
#CDE7F9
(205,231,249)
#D7ECF9
(215,236,249)
#E1F1F9
(225,241,249)
#EBF6F9
(235,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87C4F9; }

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

This text font color is #87C4F9.


Background Color

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

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

This div background color is #87C4F9.


Border color

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

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

This div border color is #87C4F9.


Opacity

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

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

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

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

This text has shadow with #87C4F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C4F9 on black background.


Color preview on white background

This text has color #87C4F9 on white background.



Black color preview on #87C4F9 background

This text has black color on #87C4F9 background.


White color preview on #87C4F9 background

This text has white color on #87C4F9 background.