COLOR #88A6DA

HEX: #88A6DA
RGB: (136,166,218)

Renk bilgisi

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

RGB renk modeli

#88A6DA color RGB value is (136,166,218).

  • kırmız ton 136;
  • yeşil ton 166;
  • mavi ton 218.
RGB:
(136,166,218)
(53%,65%,85%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 166 of 255 = 65%
B 218 of 255 = 85%

136
166
218

R + G + B ~ 68%. #88A6DA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 166 + 218 = 520 (100%)
R 136 of 520 ~ 26.15%
G 166 of 520 ~ 31.92%
B 218 of 520 ~ 41.92%

%26.15
%31.92
%41.92

CMYK RENK MODELİ

#88A6DA rengi CMYK tonu (38,24,0,15).

  • camgöbeği tonu 37.61%
  • eflatun tonu 23.85%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(38,24,0,15)
C38M24Y0K15 
(38%,24%,0%,15%)
(0.38/0.24/0.00/0.15)	

CMYK yüzdeleri

%37.61
%23.85
%0
%14.51

Codes

Color #88A6DA in popluar color models

88A6DA
RGB136166218
HSL218°52.56%69.41%
HSB/HSV218°37.61%85.49%
CMYK37.61%23.85%0.00%
14.51%

Color #88A6DA in popluar number systems.

HEX88A6DA
Decimal136166218
Binary100010001010011011011010
Octal210246332

Shades and tints

Shades of #88A6DA

#88A6DA
(136,166,218)
#7C97C7
(124,151,199)
#7088B4
(112,136,180)
#6479A1
(100,121,161)
#586A8E
(88,106,142)
#4C5B7B
(76,91,123)
#404C68
(64,76,104)
#343D55
(52,61,85)
#282E42
(40,46,66)
#1C1F2F
(28,31,47)
#10101C
(16,16,28)
#000000
(0,0,0)

Tints of #88A6DA

#88A6DA
(136,166,218)
#92AEDD
(146,174,221)
#9CB6E0
(156,182,224)
#A6BEE3
(166,190,227)
#B0C6E6
(176,198,230)
#BACEE9
(186,206,233)
#C4D6EC
(196,214,236)
#CEDEEF
(206,222,239)
#D8E6F2
(216,230,242)
#E2EEF5
(226,238,245)
#ECF6F8
(236,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A6DA color. Also use rgb(136,166,218) instead hex code.

Text Font Color

.myTextColor { color: #88A6DA; }

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

This text font color is #88A6DA.


Background Color

.myBgColor { background-color: #88A6DA; }

<div style="background-color:#88A6DA">Inner text</div>

This div background color is #88A6DA.


Border color

.myBorderColor { border: 1px solid #88A6DA; }

<div style="border:3px solid #88A6DA">Div</div>

This div border color is #88A6DA.


Opacity

.myOpacity80 { color: #88A6DA; opacity: 0.8; }

<p style="color:#88A6DA;opacity:0.8;">80%</p>

Text with #88A6DA 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 #88A6DA;}

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

This text has shadow with #88A6DA color.

.textShadow {text-shadow: 3px 3px 1px #88A6DA, 3px 3px 1px red;}

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

This text has shadow with #88A6DA primary color and red secondary color.


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

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

This text has shadow with #88A6DA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A6DA on black background.


Color preview on white background

This text has color #88A6DA on white background.



Black color preview on #88A6DA background

This text has black color on #88A6DA background.


White color preview on #88A6DA background

This text has white color on #88A6DA background.