COLOR #9BDDC0

HEX: #9BDDC0
RGB: (155,221,192)

Color info

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

RGB color model

#9BDDC0 color RGB value is (155,221,192).

  • red value is 155;
  • green value is 221;
  • blue value is 192.
RGB:
(155,221,192)
(61%,87%,75%)

RGB channels and saturation

R 155 of 255 = 61%
G 221 of 255 = 87%
B 192 of 255 = 75%

155
221
192

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

Portions of RGB colors in percentages

R + G + B =
155 + 221 + 192 = 568 (100%)
R 155 of 568 ~ 27.29%
G 221 of 568 ~ 38.91%
B 192 of 568 ~ 33.8%

%27.29
%38.91
%33.8

CMYK color model

#9BDDC0 color CMYK value is (30,0,13,13).

  • cyan value is 29.86%
  • magenta value is 0.00%
  • yellow value is 13.12%
  • key color value is 13.33%
CMYK:
(30,0,13,13)
C30M0Y13K13 
(30%,0%,13%,13%)
(0.30/0.00/0.13/0.13)	

CMYK percentages

%29.86
%0
%13.12
%13.33

Codes

Color #9BDDC0 in popluar color models

9BDDC0
RGB155221192
HSL154°49.25%73.73%
HSB/HSV154°29.86%86.67%
CMYK29.86%0.00%13.12%
13.33%

Color #9BDDC0 in popluar number systems.

HEX9BDDC0
Decimal155221192
Binary100110111101110111000000
Octal233335300

Shades and tints

Shades of #9BDDC0

#9BDDC0
(155,221,192)
#8DC9AF
(141,201,175)
#7FB59E
(127,181,158)
#71A18D
(113,161,141)
#638D7C
(99,141,124)
#55796B
(85,121,107)
#47655A
(71,101,90)
#395149
(57,81,73)
#2B3D38
(43,61,56)
#1D2927
(29,41,39)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #9BDDC0

#9BDDC0
(155,221,192)
#A4E0C5
(164,224,197)
#ADE3CA
(173,227,202)
#B6E6CF
(182,230,207)
#BFE9D4
(191,233,212)
#C8ECD9
(200,236,217)
#D1EFDE
(209,239,222)
#DAF2E3
(218,242,227)
#E3F5E8
(227,245,232)
#ECF8ED
(236,248,237)
#F5FBF2
(245,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BDDC0; }

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

This text font color is #9BDDC0.


Background Color

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

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

This div background color is #9BDDC0.


Border color

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

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

This div border color is #9BDDC0.


Opacity

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

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

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

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

This text has shadow with #9BDDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BDDC0 on black background.


Color preview on white background

This text has color #9BDDC0 on white background.



Black color preview on #9BDDC0 background

This text has black color on #9BDDC0 background.


White color preview on #9BDDC0 background

This text has white color on #9BDDC0 background.