COLOR #9BD1A5

HEX: #9BD1A5
RGB: (155,209,165)

Color info

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

RGB color model

#9BD1A5 color RGB value is (155,209,165).

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

RGB channels and saturation

R 155 of 255 = 61%
G 209 of 255 = 82%
B 165 of 255 = 65%

155
209
165

R + G + B ~ 69%. #9BD1A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 209 + 165 = 529 (100%)
R 155 of 529 ~ 29.3%
G 209 of 529 ~ 39.51%
B 165 of 529 ~ 31.19%

%29.3
%39.51
%31.19

CMYK color model

#9BD1A5 color CMYK value is (26,0,21,18).

  • cyan value is 25.84%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 18.04%
CMYK:
(26,0,21,18)
C26M0Y21K18 
(26%,0%,21%,18%)
(0.26/0.00/0.21/0.18)	

CMYK percentages

%25.84
%0
%21.05
%18.04

Codes

Color #9BD1A5 in popluar color models

9BD1A5
RGB155209165
HSL131°36.99%71.37%
HSB/HSV131°25.84%81.96%
CMYK25.84%0.00%21.05%
18.04%

Color #9BD1A5 in popluar number systems.

HEX9BD1A5
Decimal155209165
Binary100110111101000110100101
Octal233321245

Shades and tints

Shades of #9BD1A5

#9BD1A5
(155,209,165)
#8DBE96
(141,190,150)
#7FAB87
(127,171,135)
#719878
(113,152,120)
#638569
(99,133,105)
#55725A
(85,114,90)
#475F4B
(71,95,75)
#394C3C
(57,76,60)
#2B392D
(43,57,45)
#1D261E
(29,38,30)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #9BD1A5

#9BD1A5
(155,209,165)
#A4D5AD
(164,213,173)
#ADD9B5
(173,217,181)
#B6DDBD
(182,221,189)
#BFE1C5
(191,225,197)
#C8E5CD
(200,229,205)
#D1E9D5
(209,233,213)
#DAEDDD
(218,237,221)
#E3F1E5
(227,241,229)
#ECF5ED
(236,245,237)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BD1A5; }

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

This text font color is #9BD1A5.


Background Color

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

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

This div background color is #9BD1A5.


Border color

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

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

This div border color is #9BD1A5.


Opacity

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

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

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

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

This text has shadow with #9BD1A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD1A5 on black background.


Color preview on white background

This text has color #9BD1A5 on white background.



Black color preview on #9BD1A5 background

This text has black color on #9BD1A5 background.


White color preview on #9BD1A5 background

This text has white color on #9BD1A5 background.