COLOR #9BC875

HEX: #9BC875 RGB: (155,200,117)

Color info

#9BC875 contains mainly red and green colors. Web safe color of #9BC875 is #99CC66 (or #9C6).

RGB color model

#9BC875 color RGB value is (155,200,117).

RGB: (155,200,117) (61%, 78%, 46%)

RGB channels and saturation

R 155 of 255 = 61%
G 200 of 255 = 78%
B 117 of 255 = 46%

155
200
117

R + G + B ~ 62%. #9BC875 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 200 + 117 = 472 (100%)
R 155 of 472 ~ 32.84%
G 200 of 472 ~ 42.37%
B 117 of 472 ~ 24.79'%

%32.84
%42.37
%24.79

CMYK color model

#9BC875 color CMYK value is (23,0,42,22).

  • cyan value is 22.50%
  • magenta value is 0.00%
  • yellow value is 41.50%
  • key color value is 21.57%
CMYK: (23,0,42,22) C23M0Y42K22 (23%,0%,42%,22%) (0.23/0.00/0.42/0.22) 

CMYK percentages

%22.5
%0
%41.5
%21.57

Codes

Color #9BC875 in popluar color models

9B C8 75
RGB 155 200 117
HSL 93° 43.01% 62.16%
HSB/HSV 93° 41.50% 78.43%
CMYK 22.50% 0.00% 41.50%
21.57%

Color #9BC875 in popluar number systems.

HEX 9B C8 75
Decimal 155 200 117
Binary 10011011 11001000 1110101
Octal 233 310 165

Shades and tints

Shades of #9BC875

#9BC875
(155,200,117)
#8DB66B
(141,182,107)
#7FA461
(127,164,97)
#719257
(113,146,87)
#63804D
(99,128,77)
#556E43
(85,110,67)
#475C39
(71,92,57)
#394A2F
(57,74,47)
#2B3825
(43,56,37)
#1D261B
(29,38,27)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #9BC875

#9BC875
(155,200,117)
#A4CD81
(164,205,129)
#ADD28D
(173,210,141)
#B6D799
(182,215,153)
#BFDCA5
(191,220,165)
#C8E1B1
(200,225,177)
#D1E6BD
(209,230,189)
#DAEBC9
(218,235,201)
#E3F0D5
(227,240,213)
#ECF5E1
(236,245,225)
#F5FAED
(245,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC875 color. Also use rgb(155,200,117) instead hex code.

Text Font Color

.myTextColor { color: #9BC875; }

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

This text font color is #9BC875.

Background Color

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

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

This div background color is #9BC875.

Border color

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

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

This div border color is #9BC875.

Opacity

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

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

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

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

This text has shadow with #9BC875 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BC875.

Preview

Color preview on black background

This text has color #9BC875 on black background.


Color preview on white background

This text has color #9BC875 on white background.


Black color preview on #9BC875 background

This text has black color on #9BC875 background.


White color preview on #9BC875 background

This text has white color on #9BC875 background.


Related colors

Complementary color

Complementary color for #hex is #64378A.


I love getcolorcode.com

Triadic colors

1 #759BC8 and #C8759B with #9BC875 are triadic colors.

2 #75C89B and #C89B75 with #9BC875 are triadic colors.