COLOR #9CCDBD

HEX: #9CCDBD
RGB: (156,205,189)

Color info

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

RGB color model

#9CCDBD color RGB value is (156,205,189).

  • red value is 156;
  • green value is 205;
  • blue value is 189.
RGB:
(156,205,189)
(61%,80%,74%)

RGB channels and saturation

R 156 of 255 = 61%
G 205 of 255 = 80%
B 189 of 255 = 74%

156
205
189

R + G + B ~ 72%. #9CCDBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 205 + 189 = 550 (100%)
R 156 of 550 ~ 28.36%
G 205 of 550 ~ 37.27%
B 189 of 550 ~ 34.36%

%28.36
%37.27
%34.36

CMYK color model

#9CCDBD color CMYK value is (24,0,8,20).

  • cyan value is 23.90%
  • magenta value is 0.00%
  • yellow value is 7.80%
  • key color value is 19.61%
CMYK:
(24,0,8,20)
C24M0Y8K20 
(24%,0%,8%,20%)
(0.24/0.00/0.08/0.20)	

CMYK percentages

%23.9
%0
%7.8
%19.61

Codes

Color #9CCDBD in popluar color models

9CCDBD
RGB156205189
HSL160°32.89%70.78%
HSB/HSV160°23.90%80.39%
CMYK23.90%0.00%7.80%
19.61%

Color #9CCDBD in popluar number systems.

HEX9CCDBD
Decimal156205189
Binary100111001100110110111101
Octal234315275

Shades and tints

Shades of #9CCDBD

#9CCDBD
(156,205,189)
#8EBBAC
(142,187,172)
#80A99B
(128,169,155)
#72978A
(114,151,138)
#648579
(100,133,121)
#567368
(86,115,104)
#486157
(72,97,87)
#3A4F46
(58,79,70)
#2C3D35
(44,61,53)
#1E2B24
(30,43,36)
#101913
(16,25,19)
#000000
(0,0,0)

Tints of #9CCDBD

#9CCDBD
(156,205,189)
#A5D1C3
(165,209,195)
#AED5C9
(174,213,201)
#B7D9CF
(183,217,207)
#C0DDD5
(192,221,213)
#C9E1DB
(201,225,219)
#D2E5E1
(210,229,225)
#DBE9E7
(219,233,231)
#E4EDED
(228,237,237)
#EDF1F3
(237,241,243)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CCDBD color. Also use rgb(156,205,189) instead hex code.

Text Font Color

.myTextColor { color: #9CCDBD; }

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

This text font color is #9CCDBD.


Background Color

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

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

This div background color is #9CCDBD.


Border color

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

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

This div border color is #9CCDBD.


Opacity

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

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

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

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

This text has shadow with #9CCDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCDBD on black background.


Color preview on white background

This text has color #9CCDBD on white background.



Black color preview on #9CCDBD background

This text has black color on #9CCDBD background.


White color preview on #9CCDBD background

This text has white color on #9CCDBD background.