COLOR #88C6DA

HEX: #88C6DA RGB: (136,198,218)

Color info

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

RGB color model

#88C6DA color RGB value is (136,198,218).

RGB: (136,198,218) (53%, 78%, 85%)

RGB channels and saturation

R 136 of 255 = 53%
G 198 of 255 = 78%
B 218 of 255 = 85%

136
198
218

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

Portions of RGB colors in percentages

R + G + B = 136 + 198 + 218 = 552 (100%)
R 136 of 552 ~ 24.64%
G 198 of 552 ~ 35.87%
B 218 of 552 ~ 39.49'%

%24.64
%35.87
%39.49

CMYK color model

#88C6DA color CMYK value is (38,9,0,15).

  • cyan value is 37.61%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (38,9,0,15)
C38M9Y0K15 (38%, 9%, 0%, 15%)
(0.38 / 0.09 / 0.00 / 0.15)

CMYK percentages

%37.61
%9.17
%0
%14.51

Codes

Color #88C6DA in popluar color models

88 C6 DA
RGB 136 198 218
HSL 195° 52.56% 69.41%
HSB/HSV 195° 37.61% 85.49%
CMYK 37.61% 9.17% 0.00%
14.51%

Color #88C6DA in popluar number systems.

HEX 88 C6 DA
Decimal 136 198 218
Binary 10001000 11000110 11011010
Octal 210 306 332

Shades and tints

Shades of #88C6DA

#88C6DA
(136,198,218)
#7CB4C7
(124,180,199)
#70A2B4
(112,162,180)
#6490A1
(100,144,161)
#587E8E
(88,126,142)
#4C6C7B
(76,108,123)
#405A68
(64,90,104)
#344855
(52,72,85)
#283642
(40,54,66)
#1C242F
(28,36,47)
#10121C
(16,18,28)
#000000
(0,0,0)

Tints of #88C6DA

#88C6DA
(136,198,218)
#92CBDD
(146,203,221)
#9CD0E0
(156,208,224)
#A6D5E3
(166,213,227)
#B0DAE6
(176,218,230)
#BADFE9
(186,223,233)
#C4E4EC
(196,228,236)
#CEE9EF
(206,233,239)
#D8EEF2
(216,238,242)
#E2F3F5
(226,243,245)
#ECF8F8
(236,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C6DA; }

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

This text font color is #88C6DA.

Background Color

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

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

This div background color is #88C6DA.

Border color

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

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

This div border color is #88C6DA.

Opacity

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

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

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

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

This text has shadow with #88C6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C6DA.

Preview

Color preview on black background

This text has color #88C6DA on black background.


Color preview on white background

This text has color #88C6DA on white background.


Black color preview on #88C6DA background

This text has black color on #88C6DA background.


White color preview on #88C6DA background

This text has white color on #88C6DA background.


Related colors

Complementary color

Complementary color for #hex is #773925.


I love getcolorcode.com

Triadic colors

1 #DA88C6 and #C6DA88 with #88C6DA are triadic colors.

2 #DAC688 and #C688DA with #88C6DA are triadic colors.