COLOR #88DBBA

HEX: #88DBBA RGB: (136,219,186)

Color info

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

RGB color model

#88DBBA color RGB value is (136,219,186).

RGB: (136,219,186) (53%, 86%, 73%)

RGB channels and saturation

R 136 of 255 = 53%
G 219 of 255 = 86%
B 186 of 255 = 73%

136
219
186

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

Portions of RGB colors in percentages

R + G + B = 136 + 219 + 186 = 541 (100%)
R 136 of 541 ~ 25.14%
G 219 of 541 ~ 40.48%
B 186 of 541 ~ 34.38'%

%25.14
%40.48
%34.38

CMYK color model

#88DBBA color CMYK value is (38,0,15,14).

  • cyan value is 37.90%
  • magenta value is 0.00%
  • yellow value is 15.07%
  • key color value is 14.12%
CMYK: (38,0,15,14) C38M0Y15K14 (38%,0%,15%,14%) (0.38/0.00/0.15/0.14) 

CMYK percentages

%37.9
%0
%15.07
%14.12

Codes

Color #88DBBA in popluar color models

88 DB BA
RGB 136 219 186
HSL 156° 53.55% 69.61%
HSB/HSV 156° 37.90% 85.88%
CMYK 37.90% 0.00% 15.07%
14.12%

Color #88DBBA in popluar number systems.

HEX 88 DB BA
Decimal 136 219 186
Binary 10001000 11011011 10111010
Octal 210 333 272

Shades and tints

Shades of #88DBBA

#88DBBA
(136,219,186)
#7CC8AA
(124,200,170)
#70B59A
(112,181,154)
#64A28A
(100,162,138)
#588F7A
(88,143,122)
#4C7C6A
(76,124,106)
#40695A
(64,105,90)
#34564A
(52,86,74)
#28433A
(40,67,58)
#1C302A
(28,48,42)
#101D1A
(16,29,26)
#000000
(0,0,0)

Tints of #88DBBA

#88DBBA
(136,219,186)
#92DEC0
(146,222,192)
#9CE1C6
(156,225,198)
#A6E4CC
(166,228,204)
#B0E7D2
(176,231,210)
#BAEAD8
(186,234,216)
#C4EDDE
(196,237,222)
#CEF0E4
(206,240,228)
#D8F3EA
(216,243,234)
#E2F6F0
(226,246,240)
#ECF9F6
(236,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88DBBA; }

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

This text font color is #88DBBA.

Background Color

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

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

This div background color is #88DBBA.

Border color

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

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

This div border color is #88DBBA.

Opacity

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

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

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

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

This text has shadow with #88DBBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88DBBA.

Preview

Color preview on black background

This text has color #88DBBA on black background.


Color preview on white background

This text has color #88DBBA on white background.


Black color preview on #88DBBA background

This text has black color on #88DBBA background.


White color preview on #88DBBA background

This text has white color on #88DBBA background.


Related colors

Complementary color

Complementary color for #hex is #772445.


I love getcolorcode.com

Triadic colors

1 #BA88DB and #DBBA88 with #88DBBA are triadic colors.

2 #BADB88 and #DB88BA with #88DBBA are triadic colors.