COLOR #96BB88

HEX: #96BB88 RGB: (150,187,136)

Color info

#96BB88 contains red, green and blue colors in about the same proportion. Web safe color of #96BB88 is #99CC99 (or #9C9).

RGB color model

#96BB88 color RGB value is (150,187,136).

RGB: (150,187,136) (59%, 73%, 53%)

RGB channels and saturation

R 150 of 255 = 59%
G 187 of 255 = 73%
B 136 of 255 = 53%

150
187
136

R + G + B ~ 62%. #96BB88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 187 + 136 = 473 (100%)
R 150 of 473 ~ 31.71%
G 187 of 473 ~ 39.53%
B 136 of 473 ~ 28.75'%

%31.71
%39.53
%28.75

CMYK color model

#96BB88 color CMYK value is (20,0,27,27).

  • cyan value is 19.79%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 26.67%
CMYK: (20,0,27,27) C20M0Y27K27 (20%,0%,27%,27%) (0.20/0.00/0.27/0.27) 

CMYK percentages

%19.79
%0
%27.27
%26.67

Codes

Color #96BB88 in popluar color models

96 BB 88
RGB 150 187 136
HSL 104° 27.27% 63.33%
HSB/HSV 104° 27.27% 73.33%
CMYK 19.79% 0.00% 27.27%
26.67%

Color #96BB88 in popluar number systems.

HEX 96 BB 88
Decimal 150 187 136
Binary 10010110 10111011 10001000
Octal 226 273 210

Shades and tints

Shades of #96BB88

#96BB88
(150,187,136)
#89AA7C
(137,170,124)
#7C9970
(124,153,112)
#6F8864
(111,136,100)
#627758
(98,119,88)
#55664C
(85,102,76)
#485540
(72,85,64)
#3B4434
(59,68,52)
#2E3328
(46,51,40)
#21221C
(33,34,28)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #96BB88

#96BB88
(150,187,136)
#9FC192
(159,193,146)
#A8C79C
(168,199,156)
#B1CDA6
(177,205,166)
#BAD3B0
(186,211,176)
#C3D9BA
(195,217,186)
#CCDFC4
(204,223,196)
#D5E5CE
(213,229,206)
#DEEBD8
(222,235,216)
#E7F1E2
(231,241,226)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BB88 color. Also use rgb(150,187,136) instead hex code.

Text Font Color

.myTextColor { color: #96BB88; }

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

This text font color is #96BB88.

Background Color

.myBgColor { background-color: #96BB88; }

<div style="background-color:#96BB88">Inner text</div>

This div background color is #96BB88.

Border color

.myBorderColor { border: 1px solid #96BB88; }

<div style="border:3px solid #96BB88">Div</div>

This div border color is #96BB88.

Opacity

.myOpacity80 { color: #96BB88; opacity: 0.8; }

<p style="color:#96BB88;opacity:0.8;">80%</p>

Text with #96BB88 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 #96BB88;}

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

This text has shadow with #96BB88 color.


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

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

This text has shadow with #96BB88 primary color and red secondary color.


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

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

This text has shadow with #96BB88 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96BB88.

Preview

Color preview on black background

This text has color #96BB88 on black background.


Color preview on white background

This text has color #96BB88 on white background.


Black color preview on #96BB88 background

This text has black color on #96BB88 background.


White color preview on #96BB88 background

This text has white color on #96BB88 background.


Related colors

Complementary color

Complementary color for #hex is #694477.


I love getcolorcode.com

Triadic colors

1 #8896BB and #BB8896 with #96BB88 are triadic colors.

2 #88BB96 and #BB9688 with #96BB88 are triadic colors.