COLOR #88ABD2

HEX: #88ABD2
RGB: (136,171,210)

Renk bilgisi

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

RGB renk modeli

#88ABD2 color RGB value is (136,171,210).

  • kırmız ton 136;
  • yeşil ton 171;
  • mavi ton 210.
RGB:
(136,171,210)
(53%,67%,82%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 171 of 255 = 67%
B 210 of 255 = 82%

136
171
210

R + G + B ~ 67%. #88ABD2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 171 + 210 = 517 (100%)
R 136 of 517 ~ 26.31%
G 171 of 517 ~ 33.08%
B 210 of 517 ~ 40.62%

%26.31
%33.08
%40.62

CMYK RENK MODELİ

#88ABD2 rengi CMYK tonu (35,19,0,18).

  • camgöbeği tonu 35.24%
  • eflatun tonu 18.57%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(35,19,0,18)
C35M19Y0K18 
(35%,19%,0%,18%)
(0.35/0.19/0.00/0.18)	

CMYK yüzdeleri

%35.24
%18.57
%0
%17.65

Codes

Color #88ABD2 in popluar color models

88ABD2
RGB136171210
HSL212°45.12%67.84%
HSB/HSV212°35.24%82.35%
CMYK35.24%18.57%0.00%
17.65%

Color #88ABD2 in popluar number systems.

HEX88ABD2
Decimal136171210
Binary100010001010101111010010
Octal210253322

Shades and tints

Shades of #88ABD2

#88ABD2
(136,171,210)
#7C9CBF
(124,156,191)
#708DAC
(112,141,172)
#647E99
(100,126,153)
#586F86
(88,111,134)
#4C6073
(76,96,115)
#405160
(64,81,96)
#34424D
(52,66,77)
#28333A
(40,51,58)
#1C2427
(28,36,39)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #88ABD2

#88ABD2
(136,171,210)
#92B2D6
(146,178,214)
#9CB9DA
(156,185,218)
#A6C0DE
(166,192,222)
#B0C7E2
(176,199,226)
#BACEE6
(186,206,230)
#C4D5EA
(196,213,234)
#CEDCEE
(206,220,238)
#D8E3F2
(216,227,242)
#E2EAF6
(226,234,246)
#ECF1FA
(236,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88ABD2 color. Also use rgb(136,171,210) instead hex code.

Text Font Color

.myTextColor { color: #88ABD2; }

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

This text font color is #88ABD2.


Background Color

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

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

This div background color is #88ABD2.


Border color

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

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

This div border color is #88ABD2.


Opacity

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

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

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

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

This text has shadow with #88ABD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88ABD2 on black background.


Color preview on white background

This text has color #88ABD2 on white background.



Black color preview on #88ABD2 background

This text has black color on #88ABD2 background.


White color preview on #88ABD2 background

This text has white color on #88ABD2 background.