COLOR #9BCE93

HEX: #9BCE93 RGB: (155,206,147)

Color info

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

RGB color model

#9BCE93 color RGB value is (155,206,147).

RGB: (155,206,147) (61%, 81%, 58%)

RGB channels and saturation

R 155 of 255 = 61%
G 206 of 255 = 81%
B 147 of 255 = 58%

155
206
147

R + G + B ~ 67%. #9BCE93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 206 + 147 = 508 (100%)
R 155 of 508 ~ 30.51%
G 206 of 508 ~ 40.55%
B 147 of 508 ~ 28.94'%

%30.51
%40.55
%28.94

CMYK color model

#9BCE93 color CMYK value is (25,0,29,19).

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

CMYK: (25,0,29,19)
C25M0Y29K19 (25%, 0%, 29%, 19%)
(0.25 / 0.00 / 0.29 / 0.19)

CMYK percentages

%24.76
%0
%28.64
%19.22

Codes

Color #9BCE93 in popluar color models

9B CE 93
RGB 155 206 147
HSL 112° 37.58% 69.22%
HSB/HSV 112° 28.64% 80.78%
CMYK 24.76% 0.00% 28.64%
19.22%

Color #9BCE93 in popluar number systems.

HEX 9B CE 93
Decimal 155 206 147
Binary 10011011 11001110 10010011
Octal 233 316 223

Shades and tints

Shades of #9BCE93

#9BCE93
(155,206,147)
#8DBC86
(141,188,134)
#7FAA79
(127,170,121)
#71986C
(113,152,108)
#63865F
(99,134,95)
#557452
(85,116,82)
#476245
(71,98,69)
#395038
(57,80,56)
#2B3E2B
(43,62,43)
#1D2C1E
(29,44,30)
#0F1A11
(15,26,17)
#000000
(0,0,0)

Tints of #9BCE93

#9BCE93
(155,206,147)
#A4D29C
(164,210,156)
#ADD6A5
(173,214,165)
#B6DAAE
(182,218,174)
#BFDEB7
(191,222,183)
#C8E2C0
(200,226,192)
#D1E6C9
(209,230,201)
#DAEAD2
(218,234,210)
#E3EEDB
(227,238,219)
#ECF2E4
(236,242,228)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BCE93; }

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

This text font color is #9BCE93.

Background Color

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

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

This div background color is #9BCE93.

Border color

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

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

This div border color is #9BCE93.

Opacity

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

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

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

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

This text has shadow with #9BCE93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BCE93.

Preview

Color preview on black background

This text has color #9BCE93 on black background.


Color preview on white background

This text has color #9BCE93 on white background.


Black color preview on #9BCE93 background

This text has black color on #9BCE93 background.


White color preview on #9BCE93 background

This text has white color on #9BCE93 background.


Related colors

Complementary color

Complementary color for #hex is #64316C.


I love getcolorcode.com

Triadic colors

1 #939BCE and #CE939B with #9BCE93 are triadic colors.

2 #93CE9B and #CE9B93 with #9BCE93 are triadic colors.