COLOR #9BD8BC

HEX: #9BD8BC
RGB: (155,216,188)

Color info

#9BD8BC contains mainly green and blue colors. Web safe color of #9BD8BC is #99CCCC (or #9CC).

RGB color model

#9BD8BC color RGB value is (155,216,188).

  • red value is 155;
  • green value is 216;
  • blue value is 188.
RGB:
(155,216,188)
(61%,85%,74%)

RGB channels and saturation

R 155 of 255 = 61%
G 216 of 255 = 85%
B 188 of 255 = 74%

155
216
188

R + G + B ~ 73%. #9BD8BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 216 + 188 = 559 (100%)
R 155 of 559 ~ 27.73%
G 216 of 559 ~ 38.64%
B 188 of 559 ~ 33.63%

%27.73
%38.64
%33.63

CMYK color model

#9BD8BC color CMYK value is (28,0,13,15).

  • cyan value is 28.24%
  • magenta value is 0.00%
  • yellow value is 12.96%
  • key color value is 15.29%
CMYK:
(28,0,13,15)
C28M0Y13K15 
(28%,0%,13%,15%)
(0.28/0.00/0.13/0.15)	

CMYK percentages

%28.24
%0
%12.96
%15.29

Codes

Color #9BD8BC in popluar color models

9BD8BC
RGB155216188
HSL152°43.88%72.75%
HSB/HSV152°28.24%84.71%
CMYK28.24%0.00%12.96%
15.29%

Color #9BD8BC in popluar number systems.

HEX9BD8BC
Decimal155216188
Binary100110111101100010111100
Octal233330274

Shades and tints

Shades of #9BD8BC

#9BD8BC
(155,216,188)
#8DC5AB
(141,197,171)
#7FB29A
(127,178,154)
#719F89
(113,159,137)
#638C78
(99,140,120)
#557967
(85,121,103)
#476656
(71,102,86)
#395345
(57,83,69)
#2B4034
(43,64,52)
#1D2D23
(29,45,35)
#0F1A12
(15,26,18)
#000000
(0,0,0)

Tints of #9BD8BC

#9BD8BC
(155,216,188)
#A4DBC2
(164,219,194)
#ADDEC8
(173,222,200)
#B6E1CE
(182,225,206)
#BFE4D4
(191,228,212)
#C8E7DA
(200,231,218)
#D1EAE0
(209,234,224)
#DAEDE6
(218,237,230)
#E3F0EC
(227,240,236)
#ECF3F2
(236,243,242)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD8BC color. Also use rgb(155,216,188) instead hex code.

Text Font Color

.myTextColor { color: #9BD8BC; }

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

This text font color is #9BD8BC.


Background Color

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

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

This div background color is #9BD8BC.


Border color

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

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

This div border color is #9BD8BC.


Opacity

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

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

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

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

This text has shadow with #9BD8BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD8BC on black background.


Color preview on white background

This text has color #9BD8BC on white background.



Black color preview on #9BD8BC background

This text has black color on #9BD8BC background.


White color preview on #9BD8BC background

This text has white color on #9BD8BC background.