COLOR #88D8DB

HEX: #88D8DB
RGB: (136,216,219)

Renk bilgisi

#88D8DB contains mainly green and blue colors. #88D8DB ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#88D8DB color RGB value is (136,216,219).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 216 of 255 = 85%
B 219 of 255 = 86%

136
216
219

R + G + B ~ 75%. #88D8DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 216 + 219 = 571 (100%)
R 136 of 571 ~ 23.82%
G 216 of 571 ~ 37.83%
B 219 of 571 ~ 38.35%

%23.82
%37.83
%38.35

CMYK RENK MODELİ

#88D8DB rengi CMYK tonu (38,1,0,14).

  • camgöbeği tonu 37.90%
  • eflatun tonu 1.37%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(38,1,0,14)
C38M1Y0K14 
(38%,1%,0%,14%)
(0.38/0.01/0.00/0.14)	

CMYK yüzdeleri

%37.9
%1.37
%0
%14.12

Codes

Color #88D8DB in popluar color models

88D8DB
RGB136216219
HSL182°53.55%69.61%
HSB/HSV182°37.90%85.88%
CMYK37.90%1.37%0.00%
14.12%

Color #88D8DB in popluar number systems.

HEX88D8DB
Decimal136216219
Binary100010001101100011011011
Octal210330333

Shades and tints

Shades of #88D8DB

#88D8DB
(136,216,219)
#7CC5C8
(124,197,200)
#70B2B5
(112,178,181)
#649FA2
(100,159,162)
#588C8F
(88,140,143)
#4C797C
(76,121,124)
#406669
(64,102,105)
#345356
(52,83,86)
#284043
(40,64,67)
#1C2D30
(28,45,48)
#101A1D
(16,26,29)
#000000
(0,0,0)

Tints of #88D8DB

#88D8DB
(136,216,219)
#92DBDE
(146,219,222)
#9CDEE1
(156,222,225)
#A6E1E4
(166,225,228)
#B0E4E7
(176,228,231)
#BAE7EA
(186,231,234)
#C4EAED
(196,234,237)
#CEEDF0
(206,237,240)
#D8F0F3
(216,240,243)
#E2F3F6
(226,243,246)
#ECF6F9
(236,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88D8DB; }

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

This text font color is #88D8DB.


Background Color

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

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

This div background color is #88D8DB.


Border color

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

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

This div border color is #88D8DB.


Opacity

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

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

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

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

This text has shadow with #88D8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88D8DB on black background.


Color preview on white background

This text has color #88D8DB on white background.



Black color preview on #88D8DB background

This text has black color on #88D8DB background.


White color preview on #88D8DB background

This text has white color on #88D8DB background.