COLOR #88ACD8

HEX: #88ACD8
RGB: (136,172,216)

Renk bilgisi

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

RGB renk modeli

#88ACD8 color RGB value is (136,172,216).

  • kırmız ton 136;
  • yeşil ton 172;
  • mavi ton 216.
RGB:
(136,172,216)
(53%,67%,85%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 172 of 255 = 67%
B 216 of 255 = 85%

136
172
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 172 + 216 = 524 (100%)
R 136 of 524 ~ 25.95%
G 172 of 524 ~ 32.82%
B 216 of 524 ~ 41.22%

%25.95
%32.82
%41.22

CMYK RENK MODELİ

#88ACD8 rengi CMYK tonu (37,20,0,15).

  • camgöbeği tonu 37.04%
  • eflatun tonu 20.37%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(37,20,0,15)
C37M20Y0K15 
(37%,20%,0%,15%)
(0.37/0.20/0.00/0.15)	

CMYK yüzdeleri

%37.04
%20.37
%0
%15.29

Codes

Color #88ACD8 in popluar color models

88ACD8
RGB136172216
HSL213°50.63%69.02%
HSB/HSV213°37.04%84.71%
CMYK37.04%20.37%0.00%
15.29%

Color #88ACD8 in popluar number systems.

HEX88ACD8
Decimal136172216
Binary100010001010110011011000
Octal210254330

Shades and tints

Shades of #88ACD8

#88ACD8
(136,172,216)
#7C9DC5
(124,157,197)
#708EB2
(112,142,178)
#647F9F
(100,127,159)
#58708C
(88,112,140)
#4C6179
(76,97,121)
#405266
(64,82,102)
#344353
(52,67,83)
#283440
(40,52,64)
#1C252D
(28,37,45)
#10161A
(16,22,26)
#000000
(0,0,0)

Tints of #88ACD8

#88ACD8
(136,172,216)
#92B3DB
(146,179,219)
#9CBADE
(156,186,222)
#A6C1E1
(166,193,225)
#B0C8E4
(176,200,228)
#BACFE7
(186,207,231)
#C4D6EA
(196,214,234)
#CEDDED
(206,221,237)
#D8E4F0
(216,228,240)
#E2EBF3
(226,235,243)
#ECF2F6
(236,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88ACD8 color. Also use rgb(136,172,216) instead hex code.

Text Font Color

.myTextColor { color: #88ACD8; }

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

This text font color is #88ACD8.


Background Color

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

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

This div background color is #88ACD8.


Border color

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

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

This div border color is #88ACD8.


Opacity

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

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

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

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

This text has shadow with #88ACD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88ACD8 on black background.


Color preview on white background

This text has color #88ACD8 on white background.



Black color preview on #88ACD8 background

This text has black color on #88ACD8 background.


White color preview on #88ACD8 background

This text has white color on #88ACD8 background.