COLOR #9BCEA8

HEX: #9BCEA8
RGB: (155,206,168)

Color info

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

RGB color model

#9BCEA8 color RGB value is (155,206,168).

  • red value is 155;
  • green value is 206;
  • blue value is 168.
RGB:
(155,206,168)
(61%,81%,66%)

RGB channels and saturation

R 155 of 255 = 61%
G 206 of 255 = 81%
B 168 of 255 = 66%

155
206
168

R + G + B ~ 69%. #9BCEA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 206 + 168 = 529 (100%)
R 155 of 529 ~ 29.3%
G 206 of 529 ~ 38.94%
B 168 of 529 ~ 31.76%

%29.3
%38.94
%31.76

CMYK color model

#9BCEA8 color CMYK value is (25,0,18,19).

  • cyan value is 24.76%
  • magenta value is 0.00%
  • yellow value is 18.45%
  • key color value is 19.22%
CMYK:
(25,0,18,19)
C25M0Y18K19 
(25%,0%,18%,19%)
(0.25/0.00/0.18/0.19)	

CMYK percentages

%24.76
%0
%18.45
%19.22

Codes

Color #9BCEA8 in popluar color models

9BCEA8
RGB155206168
HSL135°34.23%70.78%
HSB/HSV135°24.76%80.78%
CMYK24.76%0.00%18.45%
19.22%

Color #9BCEA8 in popluar number systems.

HEX9BCEA8
Decimal155206168
Binary100110111100111010101000
Octal233316250

Shades and tints

Shades of #9BCEA8

#9BCEA8
(155,206,168)
#8DBC99
(141,188,153)
#7FAA8A
(127,170,138)
#71987B
(113,152,123)
#63866C
(99,134,108)
#55745D
(85,116,93)
#47624E
(71,98,78)
#39503F
(57,80,63)
#2B3E30
(43,62,48)
#1D2C21
(29,44,33)
#0F1A12
(15,26,18)
#000000
(0,0,0)

Tints of #9BCEA8

#9BCEA8
(155,206,168)
#A4D2AF
(164,210,175)
#ADD6B6
(173,214,182)
#B6DABD
(182,218,189)
#BFDEC4
(191,222,196)
#C8E2CB
(200,226,203)
#D1E6D2
(209,230,210)
#DAEAD9
(218,234,217)
#E3EEE0
(227,238,224)
#ECF2E7
(236,242,231)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BCEA8 color. Also use rgb(155,206,168) instead hex code.

Text Font Color

.myTextColor { color: #9BCEA8; }

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

This text font color is #9BCEA8.


Background Color

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

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

This div background color is #9BCEA8.


Border color

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

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

This div border color is #9BCEA8.


Opacity

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

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

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

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

This text has shadow with #9BCEA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BCEA8 on black background.


Color preview on white background

This text has color #9BCEA8 on white background.



Black color preview on #9BCEA8 background

This text has black color on #9BCEA8 background.


White color preview on #9BCEA8 background

This text has white color on #9BCEA8 background.