COLOR #9BC595

HEX: #9BC595 RGB: (155,197,149)

Color info

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

RGB color model

#9BC595 color RGB value is (155,197,149).

RGB: (155,197,149) (61%, 77%, 58%)

RGB channels and saturation

R 155 of 255 = 61%
G 197 of 255 = 77%
B 149 of 255 = 58%

155
197
149

R + G + B ~ 65%. #9BC595 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 197 + 149 = 501 (100%)
R 155 of 501 ~ 30.94%
G 197 of 501 ~ 39.32%
B 149 of 501 ~ 29.74'%

%30.94
%39.32
%29.74

CMYK color model

#9BC595 color CMYK value is (21,0,24,23).

  • cyan value is 21.32%
  • magenta value is 0.00%
  • yellow value is 24.37%
  • key color value is 22.75%

CMYK: (21,0,24,23)
C21M0Y24K23 (21%, 0%, 24%, 23%)
(0.21 / 0.00 / 0.24 / 0.23)

CMYK percentages

%21.32
%0
%24.37
%22.75

Codes

Color #9BC595 in popluar color models

9B C5 95
RGB 155 197 149
HSL 113° 29.27% 67.84%
HSB/HSV 113° 24.37% 77.25%
CMYK 21.32% 0.00% 24.37%
22.75%

Color #9BC595 in popluar number systems.

HEX 9B C5 95
Decimal 155 197 149
Binary 10011011 11000101 10010101
Octal 233 305 225

Shades and tints

Shades of #9BC595

#9BC595
(155,197,149)
#8DB488
(141,180,136)
#7FA37B
(127,163,123)
#71926E
(113,146,110)
#638161
(99,129,97)
#557054
(85,112,84)
#475F47
(71,95,71)
#394E3A
(57,78,58)
#2B3D2D
(43,61,45)
#1D2C20
(29,44,32)
#0F1B13
(15,27,19)
#000000
(0,0,0)

Tints of #9BC595

#9BC595
(155,197,149)
#A4CA9E
(164,202,158)
#ADCFA7
(173,207,167)
#B6D4B0
(182,212,176)
#BFD9B9
(191,217,185)
#C8DEC2
(200,222,194)
#D1E3CB
(209,227,203)
#DAE8D4
(218,232,212)
#E3EDDD
(227,237,221)
#ECF2E6
(236,242,230)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC595 color. Also use rgb(155,197,149) instead hex code.

Text Font Color

.myTextColor { color: #9BC595; }

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

This text font color is #9BC595.

Background Color

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

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

This div background color is #9BC595.

Border color

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

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

This div border color is #9BC595.

Opacity

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

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

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

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

This text has shadow with #9BC595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BC595.

Preview

Color preview on black background

This text has color #9BC595 on black background.


Color preview on white background

This text has color #9BC595 on white background.


Black color preview on #9BC595 background

This text has black color on #9BC595 background.


White color preview on #9BC595 background

This text has white color on #9BC595 background.


Related colors

Complementary color

Complementary color for #hex is #643A6A.


I love getcolorcode.com

Triadic colors

1 #959BC5 and #C5959B with #9BC595 are triadic colors.

2 #95C59B and #C59B95 with #9BC595 are triadic colors.