COLOR #9BD6C8

HEX: #9BD6C8
RGB: (155,214,200)

Color info

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

RGB color model

#9BD6C8 color RGB value is (155,214,200).

  • red value is 155;
  • green value is 214;
  • blue value is 200.
RGB:
(155,214,200)
(61%,84%,78%)

RGB channels and saturation

R 155 of 255 = 61%
G 214 of 255 = 84%
B 200 of 255 = 78%

155
214
200

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

Portions of RGB colors in percentages

R + G + B =
155 + 214 + 200 = 569 (100%)
R 155 of 569 ~ 27.24%
G 214 of 569 ~ 37.61%
B 200 of 569 ~ 35.15%

%27.24
%37.61
%35.15

CMYK color model

#9BD6C8 color CMYK value is (28,0,7,16).

  • cyan value is 27.57%
  • magenta value is 0.00%
  • yellow value is 6.54%
  • key color value is 16.08%
CMYK:
(28,0,7,16)
C28M0Y7K16 
(28%,0%,7%,16%)
(0.28/0.00/0.07/0.16)	

CMYK percentages

%27.57
%0
%6.54
%16.08

Codes

Color #9BD6C8 in popluar color models

9BD6C8
RGB155214200
HSL166°41.84%72.35%
HSB/HSV166°27.57%83.92%
CMYK27.57%0.00%6.54%
16.08%

Color #9BD6C8 in popluar number systems.

HEX9BD6C8
Decimal155214200
Binary100110111101011011001000
Octal233326310

Shades and tints

Shades of #9BD6C8

#9BD6C8
(155,214,200)
#8DC3B6
(141,195,182)
#7FB0A4
(127,176,164)
#719D92
(113,157,146)
#638A80
(99,138,128)
#55776E
(85,119,110)
#47645C
(71,100,92)
#39514A
(57,81,74)
#2B3E38
(43,62,56)
#1D2B26
(29,43,38)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #9BD6C8

#9BD6C8
(155,214,200)
#A4D9CD
(164,217,205)
#ADDCD2
(173,220,210)
#B6DFD7
(182,223,215)
#BFE2DC
(191,226,220)
#C8E5E1
(200,229,225)
#D1E8E6
(209,232,230)
#DAEBEB
(218,235,235)
#E3EEF0
(227,238,240)
#ECF1F5
(236,241,245)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD6C8 color. Also use rgb(155,214,200) instead hex code.

Text Font Color

.myTextColor { color: #9BD6C8; }

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

This text font color is #9BD6C8.


Background Color

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

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

This div background color is #9BD6C8.


Border color

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

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

This div border color is #9BD6C8.


Opacity

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

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

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

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

This text has shadow with #9BD6C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD6C8 on black background.


Color preview on white background

This text has color #9BD6C8 on white background.



Black color preview on #9BD6C8 background

This text has black color on #9BD6C8 background.


White color preview on #9BD6C8 background

This text has white color on #9BD6C8 background.