COLOR #87A4DD

HEX: #87A4DD
RGB: (135,164,221)

Renk bilgisi

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

RGB renk modeli

#87A4DD color RGB value is (135,164,221).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 164 of 255 = 64%
B 221 of 255 = 87%

135
164
221

R + G + B ~ 68%. #87A4DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 164 + 221 = 520 (100%)
R 135 of 520 ~ 25.96%
G 164 of 520 ~ 31.54%
B 221 of 520 ~ 42.5%

%25.96
%31.54
%42.5

CMYK RENK MODELİ

#87A4DD rengi CMYK tonu (39,26,0,13).

  • camgöbeği tonu 38.91%
  • eflatun tonu 25.79%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(39,26,0,13)
C39M26Y0K13 
(39%,26%,0%,13%)
(0.39/0.26/0.00/0.13)	

CMYK yüzdeleri

%38.91
%25.79
%0
%13.33

Codes

Color #87A4DD in popluar color models

87A4DD
RGB135164221
HSL220°55.84%69.80%
HSB/HSV220°38.91%86.67%
CMYK38.91%25.79%0.00%
13.33%

Color #87A4DD in popluar number systems.

HEX87A4DD
Decimal135164221
Binary100001111010010011011101
Octal207244335

Shades and tints

Shades of #87A4DD

#87A4DD
(135,164,221)
#7B96C9
(123,150,201)
#6F88B5
(111,136,181)
#637AA1
(99,122,161)
#576C8D
(87,108,141)
#4B5E79
(75,94,121)
#3F5065
(63,80,101)
#334251
(51,66,81)
#27343D
(39,52,61)
#1B2629
(27,38,41)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #87A4DD

#87A4DD
(135,164,221)
#91ACE0
(145,172,224)
#9BB4E3
(155,180,227)
#A5BCE6
(165,188,230)
#AFC4E9
(175,196,233)
#B9CCEC
(185,204,236)
#C3D4EF
(195,212,239)
#CDDCF2
(205,220,242)
#D7E4F5
(215,228,245)
#E1ECF8
(225,236,248)
#EBF4FB
(235,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A4DD; }

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

This text font color is #87A4DD.


Background Color

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

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

This div background color is #87A4DD.


Border color

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

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

This div border color is #87A4DD.


Opacity

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

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

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

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

This text has shadow with #87A4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A4DD on black background.


Color preview on white background

This text has color #87A4DD on white background.



Black color preview on #87A4DD background

This text has black color on #87A4DD background.


White color preview on #87A4DD background

This text has white color on #87A4DD background.