COLOR #9BD6D6

HEX: #9BD6D6 RGB: (155,214,214)

Color info

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

RGB color model

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

RGB: (155,214,214) (61%, 84%, 84%)

RGB channels and saturation

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

155
214
214

R + G + B ~ 76%. #9BD6D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 214 + 214 = 583 (100%)
R 155 of 583 ~ 26.59%
G 214 of 583 ~ 36.71%
B 214 of 583 ~ 36.71'%

%26.59
%36.71
%36.71

CMYK color model

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

  • cyan value is 27.57%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (28,0,0,16)
C28M0Y0K16 (28%, 0%, 0%, 16%)
(0.28 / 0.00 / 0.00 / 0.16)

CMYK percentages

%27.57
%0
%0
%16.08

Codes

Color #9BD6D6 in popluar color models

9B D6 D6
RGB 155 214 214
HSL 180° 41.84% 72.35%
HSB/HSV 180° 27.57% 83.92%
CMYK 27.57% 0.00% 0.00%
16.08%

Color #9BD6D6 in popluar number systems.

HEX 9B D6 D6
Decimal 155 214 214
Binary 10011011 11010110 11010110
Octal 233 326 326

Shades and tints

Shades of #9BD6D6

#9BD6D6
(155,214,214)
#8DC3C3
(141,195,195)
#7FB0B0
(127,176,176)
#719D9D
(113,157,157)
#638A8A
(99,138,138)
#557777
(85,119,119)
#476464
(71,100,100)
#395151
(57,81,81)
#2B3E3E
(43,62,62)
#1D2B2B
(29,43,43)
#0F1818
(15,24,24)
#000000
(0,0,0)

Tints of #9BD6D6

#9BD6D6
(155,214,214)
#A4D9D9
(164,217,217)
#ADDCDC
(173,220,220)
#B6DFDF
(182,223,223)
#BFE2E2
(191,226,226)
#C8E5E5
(200,229,229)
#D1E8E8
(209,232,232)
#DAEBEB
(218,235,235)
#E3EEEE
(227,238,238)
#ECF1F1
(236,241,241)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BD6D6; }

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

This text font color is #9BD6D6.

Background Color

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

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

This div background color is #9BD6D6.

Border color

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

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

This div border color is #9BD6D6.

Opacity

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

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

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

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

This text has shadow with #9BD6D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BD6D6.

Preview

Color preview on black background

This text has color #9BD6D6 on black background.


Color preview on white background

This text has color #9BD6D6 on white background.


Black color preview on #9BD6D6 background

This text has black color on #9BD6D6 background.


White color preview on #9BD6D6 background

This text has white color on #9BD6D6 background.


Related colors

Complementary color

Complementary color for #hex is #642929.


I love getcolorcode.com