COLOR #9DC4B1

HEX: #9DC4B1
RGB: (157,196,177)

Color info

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

RGB color model

#9DC4B1 color RGB value is (157,196,177).

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

RGB channels and saturation

R 157 of 255 = 62%
G 196 of 255 = 77%
B 177 of 255 = 69%

157
196
177

R + G + B ~ 69%. #9DC4B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 196 + 177 = 530 (100%)
R 157 of 530 ~ 29.62%
G 196 of 530 ~ 36.98%
B 177 of 530 ~ 33.4%

%29.62
%36.98
%33.4

CMYK color model

#9DC4B1 color CMYK value is (20,0,10,23).

  • cyan value is 19.90%
  • magenta value is 0.00%
  • yellow value is 9.69%
  • key color value is 23.14%
CMYK:
(20,0,10,23)
C20M0Y10K23 
(20%,0%,10%,23%)
(0.20/0.00/0.10/0.23)	

CMYK percentages

%19.9
%0
%9.69
%23.14

Codes

Color #9DC4B1 in popluar color models

9DC4B1
RGB157196177
HSL151°24.84%69.22%
HSB/HSV151°19.90%76.86%
CMYK19.90%0.00%9.69%
23.14%

Color #9DC4B1 in popluar number systems.

HEX9DC4B1
Decimal157196177
Binary100111011100010010110001
Octal235304261

Shades and tints

Shades of #9DC4B1

#9DC4B1
(157,196,177)
#8FB3A1
(143,179,161)
#81A291
(129,162,145)
#739181
(115,145,129)
#658071
(101,128,113)
#576F61
(87,111,97)
#495E51
(73,94,81)
#3B4D41
(59,77,65)
#2D3C31
(45,60,49)
#1F2B21
(31,43,33)
#111A11
(17,26,17)
#000000
(0,0,0)

Tints of #9DC4B1

#9DC4B1
(157,196,177)
#A5C9B8
(165,201,184)
#ADCEBF
(173,206,191)
#B5D3C6
(181,211,198)
#BDD8CD
(189,216,205)
#C5DDD4
(197,221,212)
#CDE2DB
(205,226,219)
#D5E7E2
(213,231,226)
#DDECE9
(221,236,233)
#E5F1F0
(229,241,240)
#EDF6F7
(237,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC4B1; }

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

This text font color is #9DC4B1.


Background Color

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

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

This div background color is #9DC4B1.


Border color

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

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

This div border color is #9DC4B1.


Opacity

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

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

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

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

This text has shadow with #9DC4B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC4B1 on black background.


Color preview on white background

This text has color #9DC4B1 on white background.



Black color preview on #9DC4B1 background

This text has black color on #9DC4B1 background.


White color preview on #9DC4B1 background

This text has white color on #9DC4B1 background.