COLOR #9DCCB1

HEX: #9DCCB1
RGB: (157,204,177)

Color info

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

RGB color model

#9DCCB1 color RGB value is (157,204,177).

  • red value is 157;
  • green value is 204;
  • blue value is 177.
RGB:
(157,204,177)
(62%,80%,69%)

RGB channels and saturation

R 157 of 255 = 62%
G 204 of 255 = 80%
B 177 of 255 = 69%

157
204
177

R + G + B ~ 70%. #9DCCB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 204 + 177 = 538 (100%)
R 157 of 538 ~ 29.18%
G 204 of 538 ~ 37.92%
B 177 of 538 ~ 32.9%

%29.18
%37.92
%32.9

CMYK color model

#9DCCB1 color CMYK value is (23,0,13,20).

  • cyan value is 23.04%
  • magenta value is 0.00%
  • yellow value is 13.24%
  • key color value is 20.00%
CMYK:
(23,0,13,20)
C23M0Y13K20 
(23%,0%,13%,20%)
(0.23/0.00/0.13/0.20)	

CMYK percentages

%23.04
%0
%13.24
%20

Codes

Color #9DCCB1 in popluar color models

9DCCB1
RGB157204177
HSL146°31.54%70.78%
HSB/HSV146°23.04%80.00%
CMYK23.04%0.00%13.24%
20.00%

Color #9DCCB1 in popluar number systems.

HEX9DCCB1
Decimal157204177
Binary100111011100110010110001
Octal235314261

Shades and tints

Shades of #9DCCB1

#9DCCB1
(157,204,177)
#8FBAA1
(143,186,161)
#81A891
(129,168,145)
#739681
(115,150,129)
#658471
(101,132,113)
#577261
(87,114,97)
#496051
(73,96,81)
#3B4E41
(59,78,65)
#2D3C31
(45,60,49)
#1F2A21
(31,42,33)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #9DCCB1

#9DCCB1
(157,204,177)
#A5D0B8
(165,208,184)
#ADD4BF
(173,212,191)
#B5D8C6
(181,216,198)
#BDDCCD
(189,220,205)
#C5E0D4
(197,224,212)
#CDE4DB
(205,228,219)
#D5E8E2
(213,232,226)
#DDECE9
(221,236,233)
#E5F0F0
(229,240,240)
#EDF4F7
(237,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DCCB1 color. Also use rgb(157,204,177) instead hex code.

Text Font Color

.myTextColor { color: #9DCCB1; }

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

This text font color is #9DCCB1.


Background Color

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

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

This div background color is #9DCCB1.


Border color

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

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

This div border color is #9DCCB1.


Opacity

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

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

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

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

This text has shadow with #9DCCB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCCB1 on black background.


Color preview on white background

This text has color #9DCCB1 on white background.



Black color preview on #9DCCB1 background

This text has black color on #9DCCB1 background.


White color preview on #9DCCB1 background

This text has white color on #9DCCB1 background.