COLOR #88CEDB

HEX: #88CEDB RGB: (136,206,219)

Color info

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

RGB color model

#88CEDB color RGB value is (136,206,219).

RGB: (136,206,219) (53%, 81%, 86%)

RGB channels and saturation

R 136 of 255 = 53%
G 206 of 255 = 81%
B 219 of 255 = 86%

136
206
219

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

Portions of RGB colors in percentages

R + G + B = 136 + 206 + 219 = 561 (100%)
R 136 of 561 ~ 24.24%
G 206 of 561 ~ 36.72%
B 219 of 561 ~ 39.04'%

%24.24
%36.72
%39.04

CMYK color model

#88CEDB color CMYK value is (38,6,0,14).

  • cyan value is 37.90%
  • magenta value is 5.94%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (38,6,0,14) C38M6Y0K14 (38%,6%,0%,14%) (0.38/0.06/0.00/0.14) 

CMYK percentages

%37.9
%5.94
%0
%14.12

Codes

Color #88CEDB in popluar color models

88 CE DB
RGB 136 206 219
HSL 189° 53.55% 69.61%
HSB/HSV 189° 37.90% 85.88%
CMYK 37.90% 5.94% 0.00%
14.12%

Color #88CEDB in popluar number systems.

HEX 88 CE DB
Decimal 136 206 219
Binary 10001000 11001110 11011011
Octal 210 316 333

Shades and tints

Shades of #88CEDB

#88CEDB
(136,206,219)
#7CBCC8
(124,188,200)
#70AAB5
(112,170,181)
#6498A2
(100,152,162)
#58868F
(88,134,143)
#4C747C
(76,116,124)
#406269
(64,98,105)
#345056
(52,80,86)
#283E43
(40,62,67)
#1C2C30
(28,44,48)
#101A1D
(16,26,29)
#000000
(0,0,0)

Tints of #88CEDB

#88CEDB
(136,206,219)
#92D2DE
(146,210,222)
#9CD6E1
(156,214,225)
#A6DAE4
(166,218,228)
#B0DEE7
(176,222,231)
#BAE2EA
(186,226,234)
#C4E6ED
(196,230,237)
#CEEAF0
(206,234,240)
#D8EEF3
(216,238,243)
#E2F2F6
(226,242,246)
#ECF6F9
(236,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88CEDB; }

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

This text font color is #88CEDB.

Background Color

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

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

This div background color is #88CEDB.

Border color

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

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

This div border color is #88CEDB.

Opacity

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

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

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

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

This text has shadow with #88CEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88CEDB.

Preview

Color preview on black background

This text has color #88CEDB on black background.


Color preview on white background

This text has color #88CEDB on white background.


Black color preview on #88CEDB background

This text has black color on #88CEDB background.


White color preview on #88CEDB background

This text has white color on #88CEDB background.


Related colors

Complementary color

Complementary color for #hex is #773124.


I love getcolorcode.com

Triadic colors

1 #DB88CE and #CEDB88 with #88CEDB are triadic colors.

2 #DBCE88 and #CE88DB with #88CEDB are triadic colors.