COLOR #9BDAC6

HEX: #9BDAC6
RGB: (155,218,198)

Color info

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

RGB color model

#9BDAC6 color RGB value is (155,218,198).

  • red value is 155;
  • green value is 218;
  • blue value is 198.
RGB:
(155,218,198)
(61%,85%,78%)

RGB channels and saturation

R 155 of 255 = 61%
G 218 of 255 = 85%
B 198 of 255 = 78%

155
218
198

R + G + B ~ 75%. #9BDAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 218 + 198 = 571 (100%)
R 155 of 571 ~ 27.15%
G 218 of 571 ~ 38.18%
B 198 of 571 ~ 34.68%

%27.15
%38.18
%34.68

CMYK color model

#9BDAC6 color CMYK value is (29,0,9,15).

  • cyan value is 28.90%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 14.51%
CMYK:
(29,0,9,15)
C29M0Y9K15 
(29%,0%,9%,15%)
(0.29/0.00/0.09/0.15)	

CMYK percentages

%28.9
%0
%9.17
%14.51

Codes

Color #9BDAC6 in popluar color models

9BDAC6
RGB155218198
HSL161°45.99%73.14%
HSB/HSV161°28.90%85.49%
CMYK28.90%0.00%9.17%
14.51%

Color #9BDAC6 in popluar number systems.

HEX9BDAC6
Decimal155218198
Binary100110111101101011000110
Octal233332306

Shades and tints

Shades of #9BDAC6

#9BDAC6
(155,218,198)
#8DC7B4
(141,199,180)
#7FB4A2
(127,180,162)
#71A190
(113,161,144)
#638E7E
(99,142,126)
#557B6C
(85,123,108)
#47685A
(71,104,90)
#395548
(57,85,72)
#2B4236
(43,66,54)
#1D2F24
(29,47,36)
#0F1C12
(15,28,18)
#000000
(0,0,0)

Tints of #9BDAC6

#9BDAC6
(155,218,198)
#A4DDCB
(164,221,203)
#ADE0D0
(173,224,208)
#B6E3D5
(182,227,213)
#BFE6DA
(191,230,218)
#C8E9DF
(200,233,223)
#D1ECE4
(209,236,228)
#DAEFE9
(218,239,233)
#E3F2EE
(227,242,238)
#ECF5F3
(236,245,243)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BDAC6; }

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

This text font color is #9BDAC6.


Background Color

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

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

This div background color is #9BDAC6.


Border color

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

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

This div border color is #9BDAC6.


Opacity

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

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

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

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

This text has shadow with #9BDAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BDAC6 on black background.


Color preview on white background

This text has color #9BDAC6 on white background.



Black color preview on #9BDAC6 background

This text has black color on #9BDAC6 background.


White color preview on #9BDAC6 background

This text has white color on #9BDAC6 background.