COLOR #9BDCA5

HEX: #9BDCA5
RGB: (155,220,165)

Color info

#9BDCA5 contains mainly green and blue colors. Web safe color of #9BDCA5 is #99CC99 (or #9C9).

RGB color model

#9BDCA5 color RGB value is (155,220,165).

  • red value is 155;
  • green value is 220;
  • blue value is 165.
RGB:
(155,220,165)
(61%,86%,65%)

RGB channels and saturation

R 155 of 255 = 61%
G 220 of 255 = 86%
B 165 of 255 = 65%

155
220
165

R + G + B ~ 71%. #9BDCA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 220 + 165 = 540 (100%)
R 155 of 540 ~ 28.7%
G 220 of 540 ~ 40.74%
B 165 of 540 ~ 30.56%

%28.7
%40.74
%30.56

CMYK color model

#9BDCA5 color CMYK value is (30,0,25,14).

  • cyan value is 29.55%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 13.73%
CMYK:
(30,0,25,14)
C30M0Y25K14 
(30%,0%,25%,14%)
(0.30/0.00/0.25/0.14)	

CMYK percentages

%29.55
%0
%25
%13.73

Codes

Color #9BDCA5 in popluar color models

9BDCA5
RGB155220165
HSL129°48.15%73.53%
HSB/HSV129°29.55%86.27%
CMYK29.55%0.00%25.00%
13.73%

Color #9BDCA5 in popluar number systems.

HEX9BDCA5
Decimal155220165
Binary100110111101110010100101
Octal233334245

Shades and tints

Shades of #9BDCA5

#9BDCA5
(155,220,165)
#8DC896
(141,200,150)
#7FB487
(127,180,135)
#71A078
(113,160,120)
#638C69
(99,140,105)
#55785A
(85,120,90)
#47644B
(71,100,75)
#39503C
(57,80,60)
#2B3C2D
(43,60,45)
#1D281E
(29,40,30)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #9BDCA5

#9BDCA5
(155,220,165)
#A4DFAD
(164,223,173)
#ADE2B5
(173,226,181)
#B6E5BD
(182,229,189)
#BFE8C5
(191,232,197)
#C8EBCD
(200,235,205)
#D1EED5
(209,238,213)
#DAF1DD
(218,241,221)
#E3F4E5
(227,244,229)
#ECF7ED
(236,247,237)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BDCA5 color. Also use rgb(155,220,165) instead hex code.

Text Font Color

.myTextColor { color: #9BDCA5; }

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

This text font color is #9BDCA5.


Background Color

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

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

This div background color is #9BDCA5.


Border color

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

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

This div border color is #9BDCA5.


Opacity

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

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

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

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

This text has shadow with #9BDCA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BDCA5 on black background.


Color preview on white background

This text has color #9BDCA5 on white background.



Black color preview on #9BDCA5 background

This text has black color on #9BDCA5 background.


White color preview on #9BDCA5 background

This text has white color on #9BDCA5 background.