COLOR #9CCDB0

HEX: #9CCDB0 RGB: (156,205,176)

Color info

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

RGB color model

#9CCDB0 color RGB value is (156,205,176).

RGB: (156,205,176) (61%, 80%, 69%)

RGB channels and saturation

R 156 of 255 = 61%
G 205 of 255 = 80%
B 176 of 255 = 69%

156
205
176

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

Portions of RGB colors in percentages

R + G + B = 156 + 205 + 176 = 537 (100%)
R 156 of 537 ~ 29.05%
G 205 of 537 ~ 38.18%
B 176 of 537 ~ 32.77'%

%29.05
%38.18
%32.77

CMYK color model

#9CCDB0 color CMYK value is (24,0,14,20).

  • cyan value is 23.90%
  • magenta value is 0.00%
  • yellow value is 14.15%
  • key color value is 19.61%

CMYK: (24,0,14,20)
C24M0Y14K20 (24%, 0%, 14%, 20%)
(0.24 / 0.00 / 0.14 / 0.20)

CMYK percentages

%23.9
%0
%14.15
%19.61

Codes

Color #9CCDB0 in popluar color models

9C CD B0
RGB 156 205 176
HSL 144° 32.89% 70.78%
HSB/HSV 144° 23.90% 80.39%
CMYK 23.90% 0.00% 14.15%
19.61%

Color #9CCDB0 in popluar number systems.

HEX 9C CD B0
Decimal 156 205 176
Binary 10011100 11001101 10110000
Octal 234 315 260

Shades and tints

Shades of #9CCDB0

#9CCDB0
(156,205,176)
#8EBBA0
(142,187,160)
#80A990
(128,169,144)
#729780
(114,151,128)
#648570
(100,133,112)
#567360
(86,115,96)
#486150
(72,97,80)
#3A4F40
(58,79,64)
#2C3D30
(44,61,48)
#1E2B20
(30,43,32)
#101910
(16,25,16)
#000000
(0,0,0)

Tints of #9CCDB0

#9CCDB0
(156,205,176)
#A5D1B7
(165,209,183)
#AED5BE
(174,213,190)
#B7D9C5
(183,217,197)
#C0DDCC
(192,221,204)
#C9E1D3
(201,225,211)
#D2E5DA
(210,229,218)
#DBE9E1
(219,233,225)
#E4EDE8
(228,237,232)
#EDF1EF
(237,241,239)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CCDB0; }

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

This text font color is #9CCDB0.

Background Color

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

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

This div background color is #9CCDB0.

Border color

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

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

This div border color is #9CCDB0.

Opacity

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

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

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

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

This text has shadow with #9CCDB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CCDB0.

Preview

Color preview on black background

This text has color #9CCDB0 on black background.


Color preview on white background

This text has color #9CCDB0 on white background.


Black color preview on #9CCDB0 background

This text has black color on #9CCDB0 background.


White color preview on #9CCDB0 background

This text has white color on #9CCDB0 background.


Related colors

Complementary color

Complementary color for #hex is #63324F.


I love getcolorcode.com

Triadic colors

1 #B09CCD and #CDB09C with #9CCDB0 are triadic colors.

2 #B0CD9C and #CD9CB0 with #9CCDB0 are triadic colors.