COLOR #9BCE9E

HEX: #9BCE9E RGB: (155,206,158)

Color info

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

RGB color model

#9BCE9E color RGB value is (155,206,158).

RGB: (155,206,158) (61%, 81%, 62%)

RGB channels and saturation

R 155 of 255 = 61%
G 206 of 255 = 81%
B 158 of 255 = 62%

155
206
158

R + G + B ~ 68%. #9BCE9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 206 + 158 = 519 (100%)
R 155 of 519 ~ 29.87%
G 206 of 519 ~ 39.69%
B 158 of 519 ~ 30.44'%

%29.87
%39.69
%30.44

CMYK color model

#9BCE9E color CMYK value is (25,0,23,19).

  • cyan value is 24.76%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 19.22%

CMYK: (25,0,23,19)
C25M0Y23K19 (25%, 0%, 23%, 19%)
(0.25 / 0.00 / 0.23 / 0.19)

CMYK percentages

%24.76
%0
%23.3
%19.22

Codes

Color #9BCE9E in popluar color models

9B CE 9E
RGB 155 206 158
HSL 124° 34.23% 70.78%
HSB/HSV 124° 24.76% 80.78%
CMYK 24.76% 0.00% 23.30%
19.22%

Color #9BCE9E in popluar number systems.

HEX 9B CE 9E
Decimal 155 206 158
Binary 10011011 11001110 10011110
Octal 233 316 236

Shades and tints

Shades of #9BCE9E

#9BCE9E
(155,206,158)
#8DBC90
(141,188,144)
#7FAA82
(127,170,130)
#719874
(113,152,116)
#638666
(99,134,102)
#557458
(85,116,88)
#47624A
(71,98,74)
#39503C
(57,80,60)
#2B3E2E
(43,62,46)
#1D2C20
(29,44,32)
#0F1A12
(15,26,18)
#000000
(0,0,0)

Tints of #9BCE9E

#9BCE9E
(155,206,158)
#A4D2A6
(164,210,166)
#ADD6AE
(173,214,174)
#B6DAB6
(182,218,182)
#BFDEBE
(191,222,190)
#C8E2C6
(200,226,198)
#D1E6CE
(209,230,206)
#DAEAD6
(218,234,214)
#E3EEDE
(227,238,222)
#ECF2E6
(236,242,230)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BCE9E; }

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

This text font color is #9BCE9E.

Background Color

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

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

This div background color is #9BCE9E.

Border color

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

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

This div border color is #9BCE9E.

Opacity

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

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

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

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

This text has shadow with #9BCE9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BCE9E.

Preview

Color preview on black background

This text has color #9BCE9E on black background.


Color preview on white background

This text has color #9BCE9E on white background.


Black color preview on #9BCE9E background

This text has black color on #9BCE9E background.


White color preview on #9BCE9E background

This text has white color on #9BCE9E background.


Related colors

Complementary color

Complementary color for #hex is #643161.


I love getcolorcode.com

Triadic colors

1 #9E9BCE and #CE9E9B with #9BCE9E are triadic colors.

2 #9ECE9B and #CE9B9E with #9BCE9E are triadic colors.