COLOR #9BC694

HEX: #9BC694
RGB: (155,198,148)

Color info

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

RGB color model

#9BC694 color RGB value is (155,198,148).

  • red value is 155;
  • green value is 198;
  • blue value is 148.
RGB:
(155,198,148)
(61%,78%,58%)

RGB channels and saturation

R 155 of 255 = 61%
G 198 of 255 = 78%
B 148 of 255 = 58%

155
198
148

R + G + B ~ 66%. #9BC694 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 198 + 148 = 501 (100%)
R 155 of 501 ~ 30.94%
G 198 of 501 ~ 39.52%
B 148 of 501 ~ 29.54%

%30.94
%39.52
%29.54

CMYK color model

#9BC694 color CMYK value is (22,0,25,22).

  • cyan value is 21.72%
  • magenta value is 0.00%
  • yellow value is 25.25%
  • key color value is 22.35%
CMYK:
(22,0,25,22)
C22M0Y25K22 
(22%,0%,25%,22%)
(0.22/0.00/0.25/0.22)	

CMYK percentages

%21.72
%0
%25.25
%22.35

Codes

Color #9BC694 in popluar color models

9BC694
RGB155198148
HSL112°30.49%67.84%
HSB/HSV112°25.25%77.65%
CMYK21.72%0.00%25.25%
22.35%

Color #9BC694 in popluar number systems.

HEX9BC694
Decimal155198148
Binary100110111100011010010100
Octal233306224

Shades and tints

Shades of #9BC694

#9BC694
(155,198,148)
#8DB487
(141,180,135)
#7FA27A
(127,162,122)
#71906D
(113,144,109)
#637E60
(99,126,96)
#556C53
(85,108,83)
#475A46
(71,90,70)
#394839
(57,72,57)
#2B362C
(43,54,44)
#1D241F
(29,36,31)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #9BC694

#9BC694
(155,198,148)
#A4CB9D
(164,203,157)
#ADD0A6
(173,208,166)
#B6D5AF
(182,213,175)
#BFDAB8
(191,218,184)
#C8DFC1
(200,223,193)
#D1E4CA
(209,228,202)
#DAE9D3
(218,233,211)
#E3EEDC
(227,238,220)
#ECF3E5
(236,243,229)
#F5F8EE
(245,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC694 color. Also use rgb(155,198,148) instead hex code.

Text Font Color

.myTextColor { color: #9BC694; }

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

This text font color is #9BC694.


Background Color

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

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

This div background color is #9BC694.


Border color

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

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

This div border color is #9BC694.


Opacity

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

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

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

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

This text has shadow with #9BC694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC694 on black background.


Color preview on white background

This text has color #9BC694 on white background.



Black color preview on #9BC694 background

This text has black color on #9BC694 background.


White color preview on #9BC694 background

This text has white color on #9BC694 background.