COLOR #9CDCB0

HEX: #9CDCB0 RGB: (156,220,176)

Color info

#9CDCB0 contains mainly green and blue colors. Web safe color of #9CDCB0 is #99CC99 (or #9C9).

RGB color model

#9CDCB0 color RGB value is (156,220,176).

RGB: (156,220,176) (61%, 86%, 69%)

RGB channels and saturation

R 156 of 255 = 61%
G 220 of 255 = 86%
B 176 of 255 = 69%

156
220
176

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

Portions of RGB colors in percentages

R + G + B = 156 + 220 + 176 = 552 (100%)
R 156 of 552 ~ 28.26%
G 220 of 552 ~ 39.86%
B 176 of 552 ~ 31.88'%

%28.26
%39.86
%31.88

CMYK color model

#9CDCB0 color CMYK value is (29,0,20,14).

  • cyan value is 29.09%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 13.73%

CMYK: (29,0,20,14)
C29M0Y20K14 (29%, 0%, 20%, 14%)
(0.29 / 0.00 / 0.20 / 0.14)

CMYK percentages

%29.09
%0
%20
%13.73

Codes

Color #9CDCB0 in popluar color models

9C DC B0
RGB 156 220 176
HSL 139° 47.76% 73.73%
HSB/HSV 139° 29.09% 86.27%
CMYK 29.09% 0.00% 20.00%
13.73%

Color #9CDCB0 in popluar number systems.

HEX 9C DC B0
Decimal 156 220 176
Binary 10011100 11011100 10110000
Octal 234 334 260

Shades and tints

Shades of #9CDCB0

#9CDCB0
(156,220,176)
#8EC8A0
(142,200,160)
#80B490
(128,180,144)
#72A080
(114,160,128)
#648C70
(100,140,112)
#567860
(86,120,96)
#486450
(72,100,80)
#3A5040
(58,80,64)
#2C3C30
(44,60,48)
#1E2820
(30,40,32)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #9CDCB0

#9CDCB0
(156,220,176)
#A5DFB7
(165,223,183)
#AEE2BE
(174,226,190)
#B7E5C5
(183,229,197)
#C0E8CC
(192,232,204)
#C9EBD3
(201,235,211)
#D2EEDA
(210,238,218)
#DBF1E1
(219,241,225)
#E4F4E8
(228,244,232)
#EDF7EF
(237,247,239)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CDCB0; }

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

This text font color is #9CDCB0.

Background Color

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

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

This div background color is #9CDCB0.

Border color

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

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

This div border color is #9CDCB0.

Opacity

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

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

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

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

This text has shadow with #9CDCB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CDCB0.

Preview

Color preview on black background

This text has color #9CDCB0 on black background.


Color preview on white background

This text has color #9CDCB0 on white background.


Black color preview on #9CDCB0 background

This text has black color on #9CDCB0 background.


White color preview on #9CDCB0 background

This text has white color on #9CDCB0 background.


Related colors

Complementary color

Complementary color for #hex is #63234F.


I love getcolorcode.com

Triadic colors

1 #B09CDC and #DCB09C with #9CDCB0 are triadic colors.

2 #B0DC9C and #DC9CB0 with #9CDCB0 are triadic colors.