COLOR #88CF9B

HEX: #88CF9B RGB: (136,207,155)

Color info

#88CF9B contains mainly green and blue colors. Web safe color of #88CF9B is #99CC99 (or #9C9).

RGB color model

#88CF9B color RGB value is (136,207,155).

RGB: (136,207,155) (53%, 81%, 61%)

RGB channels and saturation

R 136 of 255 = 53%
G 207 of 255 = 81%
B 155 of 255 = 61%

136
207
155

R + G + B ~ 65%. #88CF9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 207 + 155 = 498 (100%)
R 136 of 498 ~ 27.31%
G 207 of 498 ~ 41.57%
B 155 of 498 ~ 31.12'%

%27.31
%41.57
%31.12

CMYK color model

#88CF9B color CMYK value is (34,0,25,19).

  • cyan value is 34.30%
  • magenta value is 0.00%
  • yellow value is 25.12%
  • key color value is 18.82%
CMYK: (34,0,25,19) C34M0Y25K19 (34%,0%,25%,19%) (0.34/0.00/0.25/0.19) 

CMYK percentages

%34.3
%0
%25.12
%18.82

Codes

Color #88CF9B in popluar color models

88 CF 9B
RGB 136 207 155
HSL 136° 42.51% 67.25%
HSB/HSV 136° 34.30% 81.18%
CMYK 34.30% 0.00% 25.12%
18.82%

Color #88CF9B in popluar number systems.

HEX 88 CF 9B
Decimal 136 207 155
Binary 10001000 11001111 10011011
Octal 210 317 233

Shades and tints

Shades of #88CF9B

#88CF9B
(136,207,155)
#7CBD8D
(124,189,141)
#70AB7F
(112,171,127)
#649971
(100,153,113)
#588763
(88,135,99)
#4C7555
(76,117,85)
#406347
(64,99,71)
#345139
(52,81,57)
#283F2B
(40,63,43)
#1C2D1D
(28,45,29)
#101B0F
(16,27,15)
#000000
(0,0,0)

Tints of #88CF9B

#88CF9B
(136,207,155)
#92D3A4
(146,211,164)
#9CD7AD
(156,215,173)
#A6DBB6
(166,219,182)
#B0DFBF
(176,223,191)
#BAE3C8
(186,227,200)
#C4E7D1
(196,231,209)
#CEEBDA
(206,235,218)
#D8EFE3
(216,239,227)
#E2F3EC
(226,243,236)
#ECF7F5
(236,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88CF9B color. Also use rgb(136,207,155) instead hex code.

Text Font Color

.myTextColor { color: #88CF9B; }

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

This text font color is #88CF9B.

Background Color

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

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

This div background color is #88CF9B.

Border color

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

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

This div border color is #88CF9B.

Opacity

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

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

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

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

This text has shadow with #88CF9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88CF9B.

Preview

Color preview on black background

This text has color #88CF9B on black background.


Color preview on white background

This text has color #88CF9B on white background.


Black color preview on #88CF9B background

This text has black color on #88CF9B background.


White color preview on #88CF9B background

This text has white color on #88CF9B background.


Related colors

Complementary color

Complementary color for #hex is #773064.


I love getcolorcode.com

Triadic colors

1 #9B88CF and #CF9B88 with #88CF9B are triadic colors.

2 #9BCF88 and #CF889B with #88CF9B are triadic colors.