COLOR #9BD8C1

HEX: #9BD8C1
RGB: (155,216,193)

Color info

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

RGB color model

#9BD8C1 color RGB value is (155,216,193).

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

RGB channels and saturation

R 155 of 255 = 61%
G 216 of 255 = 85%
B 193 of 255 = 76%

155
216
193

R + G + B ~ 74%. #9BD8C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 216 + 193 = 564 (100%)
R 155 of 564 ~ 27.48%
G 216 of 564 ~ 38.3%
B 193 of 564 ~ 34.22%

%27.48
%38.3
%34.22

CMYK color model

#9BD8C1 color CMYK value is (28,0,11,15).

  • cyan value is 28.24%
  • magenta value is 0.00%
  • yellow value is 10.65%
  • key color value is 15.29%
CMYK:
(28,0,11,15)
C28M0Y11K15 
(28%,0%,11%,15%)
(0.28/0.00/0.11/0.15)	

CMYK percentages

%28.24
%0
%10.65
%15.29

Codes

Color #9BD8C1 in popluar color models

9BD8C1
RGB155216193
HSL157°43.88%72.75%
HSB/HSV157°28.24%84.71%
CMYK28.24%0.00%10.65%
15.29%

Color #9BD8C1 in popluar number systems.

HEX9BD8C1
Decimal155216193
Binary100110111101100011000001
Octal233330301

Shades and tints

Shades of #9BD8C1

#9BD8C1
(155,216,193)
#8DC5B0
(141,197,176)
#7FB29F
(127,178,159)
#719F8E
(113,159,142)
#638C7D
(99,140,125)
#55796C
(85,121,108)
#47665B
(71,102,91)
#39534A
(57,83,74)
#2B4039
(43,64,57)
#1D2D28
(29,45,40)
#0F1A17
(15,26,23)
#000000
(0,0,0)

Tints of #9BD8C1

#9BD8C1
(155,216,193)
#A4DBC6
(164,219,198)
#ADDECB
(173,222,203)
#B6E1D0
(182,225,208)
#BFE4D5
(191,228,213)
#C8E7DA
(200,231,218)
#D1EADF
(209,234,223)
#DAEDE4
(218,237,228)
#E3F0E9
(227,240,233)
#ECF3EE
(236,243,238)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BD8C1; }

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

This text font color is #9BD8C1.


Background Color

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

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

This div background color is #9BD8C1.


Border color

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

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

This div border color is #9BD8C1.


Opacity

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

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

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

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

This text has shadow with #9BD8C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD8C1 on black background.


Color preview on white background

This text has color #9BD8C1 on white background.



Black color preview on #9BD8C1 background

This text has black color on #9BD8C1 background.


White color preview on #9BD8C1 background

This text has white color on #9BD8C1 background.