COLOR #88CCC9

HEX: #88CCC9 RGB: (136,204,201)

Color info

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

RGB color model

#88CCC9 color RGB value is (136,204,201).

RGB: (136,204,201) (53%, 80%, 79%)

RGB channels and saturation

R 136 of 255 = 53%
G 204 of 255 = 80%
B 201 of 255 = 79%

136
204
201

R + G + B ~ 71%. #88CCC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 204 + 201 = 541 (100%)
R 136 of 541 ~ 25.14%
G 204 of 541 ~ 37.71%
B 201 of 541 ~ 37.15'%

%25.14
%37.71
%37.15

CMYK color model

#88CCC9 color CMYK value is (33,0,1,20).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 1.47%
  • key color value is 20.00%

CMYK: (33,0,1,20)
C33M0Y1K20 (33%, 0%, 1%, 20%)
(0.33 / 0.00 / 0.01 / 0.20)

CMYK percentages

%33.33
%0
%1.47
%20

Codes

Color #88CCC9 in popluar color models

88 CC C9
RGB 136 204 201
HSL 177° 40.00% 66.67%
HSB/HSV 177° 33.33% 80.00%
CMYK 33.33% 0.00% 1.47%
20.00%

Color #88CCC9 in popluar number systems.

HEX 88 CC C9
Decimal 136 204 201
Binary 10001000 11001100 11001001
Octal 210 314 311

Shades and tints

Shades of #88CCC9

#88CCC9
(136,204,201)
#7CBAB7
(124,186,183)
#70A8A5
(112,168,165)
#649693
(100,150,147)
#588481
(88,132,129)
#4C726F
(76,114,111)
#40605D
(64,96,93)
#344E4B
(52,78,75)
#283C39
(40,60,57)
#1C2A27
(28,42,39)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #88CCC9

#88CCC9
(136,204,201)
#92D0CD
(146,208,205)
#9CD4D1
(156,212,209)
#A6D8D5
(166,216,213)
#B0DCD9
(176,220,217)
#BAE0DD
(186,224,221)
#C4E4E1
(196,228,225)
#CEE8E5
(206,232,229)
#D8ECE9
(216,236,233)
#E2F0ED
(226,240,237)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88CCC9 color. Also use rgb(136,204,201) instead hex code.

Text Font Color

.myTextColor { color: #88CCC9; }

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

This text font color is #88CCC9.

Background Color

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

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

This div background color is #88CCC9.

Border color

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

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

This div border color is #88CCC9.

Opacity

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

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

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

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

This text has shadow with #88CCC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88CCC9.

Preview

Color preview on black background

This text has color #88CCC9 on black background.


Color preview on white background

This text has color #88CCC9 on white background.


Black color preview on #88CCC9 background

This text has black color on #88CCC9 background.


White color preview on #88CCC9 background

This text has white color on #88CCC9 background.


Related colors

Complementary color

Complementary color for #hex is #773336.


I love getcolorcode.com

Triadic colors

1 #C988CC and #CCC988 with #88CCC9 are triadic colors.

2 #C9CC88 and #CC88C9 with #88CCC9 are triadic colors.