COLOR #9CD0B6

HEX: #9CD0B6 RGB: (156,208,182)

Color info

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

RGB color model

#9CD0B6 color RGB value is (156,208,182).

RGB: (156,208,182) (61%, 82%, 71%)

RGB channels and saturation

R 156 of 255 = 61%
G 208 of 255 = 82%
B 182 of 255 = 71%

156
208
182

R + G + B ~ 71%. #9CD0B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 208 + 182 = 546 (100%)
R 156 of 546 ~ 28.57%
G 208 of 546 ~ 38.1%
B 182 of 546 ~ 33.33'%

%28.57
%38.1
%33.33

CMYK color model

#9CD0B6 color CMYK value is (25,0,13,18).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 18.43%

CMYK: (25,0,13,18)
C25M0Y13K18 (25%, 0%, 13%, 18%)
(0.25 / 0.00 / 0.13 / 0.18)

CMYK percentages

%25
%0
%12.5
%18.43

Codes

Color #9CD0B6 in popluar color models

9C D0 B6
RGB 156 208 182
HSL 150° 35.62% 71.37%
HSB/HSV 150° 25.00% 81.57%
CMYK 25.00% 0.00% 12.50%
18.43%

Color #9CD0B6 in popluar number systems.

HEX 9C D0 B6
Decimal 156 208 182
Binary 10011100 11010000 10110110
Octal 234 320 266

Shades and tints

Shades of #9CD0B6

#9CD0B6
(156,208,182)
#8EBEA6
(142,190,166)
#80AC96
(128,172,150)
#729A86
(114,154,134)
#648876
(100,136,118)
#567666
(86,118,102)
#486456
(72,100,86)
#3A5246
(58,82,70)
#2C4036
(44,64,54)
#1E2E26
(30,46,38)
#101C16
(16,28,22)
#000000
(0,0,0)

Tints of #9CD0B6

#9CD0B6
(156,208,182)
#A5D4BC
(165,212,188)
#AED8C2
(174,216,194)
#B7DCC8
(183,220,200)
#C0E0CE
(192,224,206)
#C9E4D4
(201,228,212)
#D2E8DA
(210,232,218)
#DBECE0
(219,236,224)
#E4F0E6
(228,240,230)
#EDF4EC
(237,244,236)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD0B6 color. Also use rgb(156,208,182) instead hex code.

Text Font Color

.myTextColor { color: #9CD0B6; }

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

This text font color is #9CD0B6.

Background Color

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

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

This div background color is #9CD0B6.

Border color

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

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

This div border color is #9CD0B6.

Opacity

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

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

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

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

This text has shadow with #9CD0B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CD0B6.

Preview

Color preview on black background

This text has color #9CD0B6 on black background.


Color preview on white background

This text has color #9CD0B6 on white background.


Black color preview on #9CD0B6 background

This text has black color on #9CD0B6 background.


White color preview on #9CD0B6 background

This text has white color on #9CD0B6 background.


Related colors

Complementary color

Complementary color for #hex is #632F49.


I love getcolorcode.com

Triadic colors

1 #B69CD0 and #D0B69C with #9CD0B6 are triadic colors.

2 #B6D09C and #D09CB6 with #9CD0B6 are triadic colors.