COLOR #9BDDC9

HEX: #9BDDC9
RGB: (155,221,201)

Color info

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

RGB color model

#9BDDC9 color RGB value is (155,221,201).

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

RGB channels and saturation

R 155 of 255 = 61%
G 221 of 255 = 87%
B 201 of 255 = 79%

155
221
201

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

Portions of RGB colors in percentages

R + G + B =
155 + 221 + 201 = 577 (100%)
R 155 of 577 ~ 26.86%
G 221 of 577 ~ 38.3%
B 201 of 577 ~ 34.84%

%26.86
%38.3
%34.84

CMYK color model

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

  • cyan value is 29.86%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 13.33%
CMYK:
(30,0,9,13)
C30M0Y9K13 
(30%,0%,9%,13%)
(0.30/0.00/0.09/0.13)	

CMYK percentages

%29.86
%0
%9.05
%13.33

Codes

Color #9BDDC9 in popluar color models

9BDDC9
RGB155221201
HSL162°49.25%73.73%
HSB/HSV162°29.86%86.67%
CMYK29.86%0.00%9.05%
13.33%

Color #9BDDC9 in popluar number systems.

HEX9BDDC9
Decimal155221201
Binary100110111101110111001001
Octal233335311

Shades and tints

Shades of #9BDDC9

#9BDDC9
(155,221,201)
#8DC9B7
(141,201,183)
#7FB5A5
(127,181,165)
#71A193
(113,161,147)
#638D81
(99,141,129)
#55796F
(85,121,111)
#47655D
(71,101,93)
#39514B
(57,81,75)
#2B3D39
(43,61,57)
#1D2927
(29,41,39)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #9BDDC9

#9BDDC9
(155,221,201)
#A4E0CD
(164,224,205)
#ADE3D1
(173,227,209)
#B6E6D5
(182,230,213)
#BFE9D9
(191,233,217)
#C8ECDD
(200,236,221)
#D1EFE1
(209,239,225)
#DAF2E5
(218,242,229)
#E3F5E9
(227,245,233)
#ECF8ED
(236,248,237)
#F5FBF1
(245,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BDDC9; }

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

This text font color is #9BDDC9.


Background Color

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

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

This div background color is #9BDDC9.


Border color

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

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

This div border color is #9BDDC9.


Opacity

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

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

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

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

This text has shadow with #9BDDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BDDC9 on black background.


Color preview on white background

This text has color #9BDDC9 on white background.



Black color preview on #9BDDC9 background

This text has black color on #9BDDC9 background.


White color preview on #9BDDC9 background

This text has white color on #9BDDC9 background.