COLOR #88D5DA

HEX: #88D5DA
RGB: (136,213,218)

Color info

#88D5DA contains mainly green and blue colors. Web safe color of #88D5DA is #99CCCC (or #9CC).

RGB color model

#88D5DA color RGB value is (136,213,218).

  • red value is 136;
  • green value is 213;
  • blue value is 218.
RGB:
(136,213,218)
(53%,84%,85%)

RGB channels and saturation

R 136 of 255 = 53%
G 213 of 255 = 84%
B 218 of 255 = 85%

136
213
218

R + G + B ~ 74%. #88D5DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 213 + 218 = 567 (100%)
R 136 of 567 ~ 23.99%
G 213 of 567 ~ 37.57%
B 218 of 567 ~ 38.45%

%23.99
%37.57
%38.45

CMYK color model

#88D5DA color CMYK value is (38,2,0,15).

  • cyan value is 37.61%
  • magenta value is 2.29%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(38,2,0,15)
C38M2Y0K15 
(38%,2%,0%,15%)
(0.38/0.02/0.00/0.15)	

CMYK percentages

%37.61
%2.29
%0
%14.51

Codes

Color #88D5DA in popluar color models

88D5DA
RGB136213218
HSL184°52.56%69.41%
HSB/HSV184°37.61%85.49%
CMYK37.61%2.29%0.00%
14.51%

Color #88D5DA in popluar number systems.

HEX88D5DA
Decimal136213218
Binary100010001101010111011010
Octal210325332

Shades and tints

Shades of #88D5DA

#88D5DA
(136,213,218)
#7CC2C7
(124,194,199)
#70AFB4
(112,175,180)
#649CA1
(100,156,161)
#58898E
(88,137,142)
#4C767B
(76,118,123)
#406368
(64,99,104)
#345055
(52,80,85)
#283D42
(40,61,66)
#1C2A2F
(28,42,47)
#10171C
(16,23,28)
#000000
(0,0,0)

Tints of #88D5DA

#88D5DA
(136,213,218)
#92D8DD
(146,216,221)
#9CDBE0
(156,219,224)
#A6DEE3
(166,222,227)
#B0E1E6
(176,225,230)
#BAE4E9
(186,228,233)
#C4E7EC
(196,231,236)
#CEEAEF
(206,234,239)
#D8EDF2
(216,237,242)
#E2F0F5
(226,240,245)
#ECF3F8
(236,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88D5DA color. Also use rgb(136,213,218) instead hex code.

Text Font Color

.myTextColor { color: #88D5DA; }

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

This text font color is #88D5DA.


Background Color

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

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

This div background color is #88D5DA.


Border color

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

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

This div border color is #88D5DA.


Opacity

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

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

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

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

This text has shadow with #88D5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88D5DA on black background.


Color preview on white background

This text has color #88D5DA on white background.



Black color preview on #88D5DA background

This text has black color on #88D5DA background.


White color preview on #88D5DA background

This text has white color on #88D5DA background.