COLOR #88C7DD

HEX: #88C7DD
RGB: (136,199,221)

Renk bilgisi

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

RGB renk modeli

#88C7DD color RGB value is (136,199,221).

  • kırmız ton 136;
  • yeşil ton 199;
  • mavi ton 221.
RGB:
(136,199,221)
(53%,78%,87%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 199 of 255 = 78%
B 221 of 255 = 87%

136
199
221

R + G + B ~ 73%. #88C7DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 199 + 221 = 556 (100%)
R 136 of 556 ~ 24.46%
G 199 of 556 ~ 35.79%
B 221 of 556 ~ 39.75%

%24.46
%35.79
%39.75

CMYK RENK MODELİ

#88C7DD rengi CMYK tonu (38,10,0,13).

  • camgöbeği tonu 38.46%
  • eflatun tonu 9.95%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(38,10,0,13)
C38M10Y0K13 
(38%,10%,0%,13%)
(0.38/0.10/0.00/0.13)	

CMYK yüzdeleri

%38.46
%9.95
%0
%13.33

Codes

Color #88C7DD in popluar color models

88C7DD
RGB136199221
HSL196°55.56%70.00%
HSB/HSV196°38.46%86.67%
CMYK38.46%9.95%0.00%
13.33%

Color #88C7DD in popluar number systems.

HEX88C7DD
Decimal136199221
Binary100010001100011111011101
Octal210307335

Shades and tints

Shades of #88C7DD

#88C7DD
(136,199,221)
#7CB5C9
(124,181,201)
#70A3B5
(112,163,181)
#6491A1
(100,145,161)
#587F8D
(88,127,141)
#4C6D79
(76,109,121)
#405B65
(64,91,101)
#344951
(52,73,81)
#28373D
(40,55,61)
#1C2529
(28,37,41)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #88C7DD

#88C7DD
(136,199,221)
#92CCE0
(146,204,224)
#9CD1E3
(156,209,227)
#A6D6E6
(166,214,230)
#B0DBE9
(176,219,233)
#BAE0EC
(186,224,236)
#C4E5EF
(196,229,239)
#CEEAF2
(206,234,242)
#D8EFF5
(216,239,245)
#E2F4F8
(226,244,248)
#ECF9FB
(236,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C7DD color. Also use rgb(136,199,221) instead hex code.

Text Font Color

.myTextColor { color: #88C7DD; }

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

This text font color is #88C7DD.


Background Color

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

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

This div background color is #88C7DD.


Border color

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

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

This div border color is #88C7DD.


Opacity

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

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

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

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

This text has shadow with #88C7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C7DD on black background.


Color preview on white background

This text has color #88C7DD on white background.



Black color preview on #88C7DD background

This text has black color on #88C7DD background.


White color preview on #88C7DD background

This text has white color on #88C7DD background.