COLOR #88BFBD

HEX: #88BFBD RGB: (136,191,189)

Color info

#88BFBD contains red, green and blue colors in about the same proportion. Web safe color of #88BFBD is #99CCCC (or #9CC).

RGB color model

#88BFBD color RGB value is (136,191,189).

RGB: (136,191,189) (53%, 75%, 74%)

RGB channels and saturation

R 136 of 255 = 53%
G 191 of 255 = 75%
B 189 of 255 = 74%

136
191
189

R + G + B ~ 67%. #88BFBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 191 + 189 = 516 (100%)
R 136 of 516 ~ 26.36%
G 191 of 516 ~ 37.02%
B 189 of 516 ~ 36.63'%

%26.36
%37.02
%36.63

CMYK color model

#88BFBD color CMYK value is (29,0,1,25).

  • cyan value is 28.80%
  • magenta value is 0.00%
  • yellow value is 1.05%
  • key color value is 25.10%

CMYK: (29,0,1,25)
C29M0Y1K25 (29%, 0%, 1%, 25%)
(0.29 / 0.00 / 0.01 / 0.25)

CMYK percentages

%28.8
%0
%1.05
%25.1

Codes

Color #88BFBD in popluar color models

88 BF BD
RGB 136 191 189
HSL 178° 30.05% 64.12%
HSB/HSV 178° 28.80% 74.90%
CMYK 28.80% 0.00% 1.05%
25.10%

Color #88BFBD in popluar number systems.

HEX 88 BF BD
Decimal 136 191 189
Binary 10001000 10111111 10111101
Octal 210 277 275

Shades and tints

Shades of #88BFBD

#88BFBD
(136,191,189)
#7CAEAC
(124,174,172)
#709D9B
(112,157,155)
#648C8A
(100,140,138)
#587B79
(88,123,121)
#4C6A68
(76,106,104)
#405957
(64,89,87)
#344846
(52,72,70)
#283735
(40,55,53)
#1C2624
(28,38,36)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #88BFBD

#88BFBD
(136,191,189)
#92C4C3
(146,196,195)
#9CC9C9
(156,201,201)
#A6CECF
(166,206,207)
#B0D3D5
(176,211,213)
#BAD8DB
(186,216,219)
#C4DDE1
(196,221,225)
#CEE2E7
(206,226,231)
#D8E7ED
(216,231,237)
#E2ECF3
(226,236,243)
#ECF1F9
(236,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88BFBD color. Also use rgb(136,191,189) instead hex code.

Text Font Color

.myTextColor { color: #88BFBD; }

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

This text font color is #88BFBD.

Background Color

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

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

This div background color is #88BFBD.

Border color

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

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

This div border color is #88BFBD.

Opacity

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

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

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

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

This text has shadow with #88BFBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88BFBD.

Preview

Color preview on black background

This text has color #88BFBD on black background.


Color preview on white background

This text has color #88BFBD on white background.


Black color preview on #88BFBD background

This text has black color on #88BFBD background.


White color preview on #88BFBD background

This text has white color on #88BFBD background.


Related colors

Complementary color

Complementary color for #hex is #774042.


I love getcolorcode.com

Triadic colors

1 #BD88BF and #BFBD88 with #88BFBD are triadic colors.

2 #BDBF88 and #BF88BD with #88BFBD are triadic colors.