COLOR #9BDCB0

HEX: #9BDCB0 RGB: (155,220,176)

Color info

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

RGB color model

#9BDCB0 color RGB value is (155,220,176).

RGB: (155,220,176) (61%, 86%, 69%)

RGB channels and saturation

R 155 of 255 = 61%
G 220 of 255 = 86%
B 176 of 255 = 69%

155
220
176

R + G + B ~ 72%. #9BDCB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 220 + 176 = 551 (100%)
R 155 of 551 ~ 28.13%
G 220 of 551 ~ 39.93%
B 176 of 551 ~ 31.94'%

%28.13
%39.93
%31.94

CMYK color model

#9BDCB0 color CMYK value is (30,0,20,14).

  • cyan value is 29.55%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 13.73%

CMYK: (30,0,20,14)
C30M0Y20K14 (30%, 0%, 20%, 14%)
(0.30 / 0.00 / 0.20 / 0.14)

CMYK percentages

%29.55
%0
%20
%13.73

Codes

Color #9BDCB0 in popluar color models

9B DC B0
RGB 155 220 176
HSL 139° 48.15% 73.53%
HSB/HSV 139° 29.55% 86.27%
CMYK 29.55% 0.00% 20.00%
13.73%

Color #9BDCB0 in popluar number systems.

HEX 9B DC B0
Decimal 155 220 176
Binary 10011011 11011100 10110000
Octal 233 334 260

Shades and tints

Shades of #9BDCB0

#9BDCB0
(155,220,176)
#8DC8A0
(141,200,160)
#7FB490
(127,180,144)
#71A080
(113,160,128)
#638C70
(99,140,112)
#557860
(85,120,96)
#476450
(71,100,80)
#395040
(57,80,64)
#2B3C30
(43,60,48)
#1D2820
(29,40,32)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #9BDCB0

#9BDCB0
(155,220,176)
#A4DFB7
(164,223,183)
#ADE2BE
(173,226,190)
#B6E5C5
(182,229,197)
#BFE8CC
(191,232,204)
#C8EBD3
(200,235,211)
#D1EEDA
(209,238,218)
#DAF1E1
(218,241,225)
#E3F4E8
(227,244,232)
#ECF7EF
(236,247,239)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BDCB0; }

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

This text font color is #9BDCB0.

Background Color

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

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

This div background color is #9BDCB0.

Border color

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

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

This div border color is #9BDCB0.

Opacity

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

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

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

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

This text has shadow with #9BDCB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BDCB0.

Preview

Color preview on black background

This text has color #9BDCB0 on black background.


Color preview on white background

This text has color #9BDCB0 on white background.


Black color preview on #9BDCB0 background

This text has black color on #9BDCB0 background.


White color preview on #9BDCB0 background

This text has white color on #9BDCB0 background.


Related colors

Complementary color

Complementary color for #hex is #64234F.


I love getcolorcode.com

Triadic colors

1 #B09BDC and #DCB09B with #9BDCB0 are triadic colors.

2 #B0DC9B and #DC9BB0 with #9BDCB0 are triadic colors.