COLOR #9BAE88

HEX: #9BAE88 RGB: (155,174,136)

Color info

#9BAE88 contains red, green and blue colors in about the same proportion. Web safe color of #9BAE88 is #999999 (or #999).

RGB color model

#9BAE88 color RGB value is (155,174,136).

RGB: (155,174,136) (61%, 68%, 53%)

RGB channels and saturation

R 155 of 255 = 61%
G 174 of 255 = 68%
B 136 of 255 = 53%

155
174
136

R + G + B ~ 61%. #9BAE88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 174 + 136 = 465 (100%)
R 155 of 465 ~ 33.33%
G 174 of 465 ~ 37.42%
B 136 of 465 ~ 29.25'%

%33.33
%37.42
%29.25

CMYK color model

#9BAE88 color CMYK value is (11,0,22,32).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 21.84%
  • key color value is 31.76%

CMYK: (11,0,22,32)
C11M0Y22K32 (11%, 0%, 22%, 32%)
(0.11 / 0.00 / 0.22 / 0.32)

CMYK percentages

%10.92
%0
%21.84
%31.76

Codes

Color #9BAE88 in popluar color models

9B AE 88
RGB 155 174 136
HSL 90° 19.00% 60.78%
HSB/HSV 90° 21.84% 68.24%
CMYK 10.92% 0.00% 21.84%
31.76%

Color #9BAE88 in popluar number systems.

HEX 9B AE 88
Decimal 155 174 136
Binary 10011011 10101110 10001000
Octal 233 256 210

Shades and tints

Shades of #9BAE88

#9BAE88
(155,174,136)
#8D9F7C
(141,159,124)
#7F9070
(127,144,112)
#718164
(113,129,100)
#637258
(99,114,88)
#55634C
(85,99,76)
#475440
(71,84,64)
#394534
(57,69,52)
#2B3628
(43,54,40)
#1D271C
(29,39,28)
#0F1810
(15,24,16)
#000000
(0,0,0)

Tints of #9BAE88

#9BAE88
(155,174,136)
#A4B592
(164,181,146)
#ADBC9C
(173,188,156)
#B6C3A6
(182,195,166)
#BFCAB0
(191,202,176)
#C8D1BA
(200,209,186)
#D1D8C4
(209,216,196)
#DADFCE
(218,223,206)
#E3E6D8
(227,230,216)
#ECEDE2
(236,237,226)
#F5F4EC
(245,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BAE88 color. Also use rgb(155,174,136) instead hex code.

Text Font Color

.myTextColor { color: #9BAE88; }

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

This text font color is #9BAE88.

Background Color

.myBgColor { background-color: #9BAE88; }

<div style="background-color:#9BAE88">Inner text</div>

This div background color is #9BAE88.

Border color

.myBorderColor { border: 1px solid #9BAE88; }

<div style="border:3px solid #9BAE88">Div</div>

This div border color is #9BAE88.

Opacity

.myOpacity80 { color: #9BAE88; opacity: 0.8; }

<p style="color:#9BAE88;opacity:0.8;">80%</p>

Text with #9BAE88 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 #9BAE88;}

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

This text has shadow with #9BAE88 color.


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

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

This text has shadow with #9BAE88 primary color and red secondary color.


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

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

This text has shadow with #9BAE88 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9BAE88.

Preview

Color preview on black background

This text has color #9BAE88 on black background.


Color preview on white background

This text has color #9BAE88 on white background.


Black color preview on #9BAE88 background

This text has black color on #9BAE88 background.


White color preview on #9BAE88 background

This text has white color on #9BAE88 background.


Related colors

Complementary color

Complementary color for #hex is #645177.


I love getcolorcode.com

Triadic colors

1 #889BAE and #AE889B with #9BAE88 are triadic colors.

2 #88AE9B and #AE9B88 with #9BAE88 are triadic colors.