COLOR #88C6DC

HEX: #88C6DC
RGB: (136,198,220)

Renk bilgisi

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

RGB renk modeli

#88C6DC color RGB value is (136,198,220).

  • kırmız ton 136;
  • yeşil ton 198;
  • mavi ton 220.
RGB:
(136,198,220)
(53%,78%,86%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 198 of 255 = 78%
B 220 of 255 = 86%

136
198
220

R + G + B ~ 72%. #88C6DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 198 + 220 = 554 (100%)
R 136 of 554 ~ 24.55%
G 198 of 554 ~ 35.74%
B 220 of 554 ~ 39.71%

%24.55
%35.74
%39.71

CMYK RENK MODELİ

#88C6DC rengi CMYK tonu (38,10,0,14).

  • camgöbeği tonu 38.18%
  • eflatun tonu 10.00%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(38,10,0,14)
C38M10Y0K14 
(38%,10%,0%,14%)
(0.38/0.10/0.00/0.14)	

CMYK yüzdeleri

%38.18
%10
%0
%13.73

Codes

Color #88C6DC in popluar color models

88C6DC
RGB136198220
HSL196°54.55%69.80%
HSB/HSV196°38.18%86.27%
CMYK38.18%10.00%0.00%
13.73%

Color #88C6DC in popluar number systems.

HEX88C6DC
Decimal136198220
Binary100010001100011011011100
Octal210306334

Shades and tints

Shades of #88C6DC

#88C6DC
(136,198,220)
#7CB4C8
(124,180,200)
#70A2B4
(112,162,180)
#6490A0
(100,144,160)
#587E8C
(88,126,140)
#4C6C78
(76,108,120)
#405A64
(64,90,100)
#344850
(52,72,80)
#28363C
(40,54,60)
#1C2428
(28,36,40)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #88C6DC

#88C6DC
(136,198,220)
#92CBDF
(146,203,223)
#9CD0E2
(156,208,226)
#A6D5E5
(166,213,229)
#B0DAE8
(176,218,232)
#BADFEB
(186,223,235)
#C4E4EE
(196,228,238)
#CEE9F1
(206,233,241)
#D8EEF4
(216,238,244)
#E2F3F7
(226,243,247)
#ECF8FA
(236,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C6DC color. Also use rgb(136,198,220) instead hex code.

Text Font Color

.myTextColor { color: #88C6DC; }

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

This text font color is #88C6DC.


Background Color

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

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

This div background color is #88C6DC.


Border color

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

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

This div border color is #88C6DC.


Opacity

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

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

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

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

This text has shadow with #88C6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C6DC on black background.


Color preview on white background

This text has color #88C6DC on white background.



Black color preview on #88C6DC background

This text has black color on #88C6DC background.


White color preview on #88C6DC background

This text has white color on #88C6DC background.