COLOR #9CD2BB

HEX: #9CD2BB RGB: (156,210,187)

Color info

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

RGB color model

#9CD2BB color RGB value is (156,210,187).

RGB: (156,210,187) (61%, 82%, 73%)

RGB channels and saturation

R 156 of 255 = 61%
G 210 of 255 = 82%
B 187 of 255 = 73%

156
210
187

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

Portions of RGB colors in percentages

R + G + B = 156 + 210 + 187 = 553 (100%)
R 156 of 553 ~ 28.21%
G 210 of 553 ~ 37.97%
B 187 of 553 ~ 33.82'%

%28.21
%37.97
%33.82

CMYK color model

#9CD2BB color CMYK value is (26,0,11,18).

  • cyan value is 25.71%
  • magenta value is 0.00%
  • yellow value is 10.95%
  • key color value is 17.65%

CMYK: (26,0,11,18)
C26M0Y11K18 (26%, 0%, 11%, 18%)
(0.26 / 0.00 / 0.11 / 0.18)

CMYK percentages

%25.71
%0
%10.95
%17.65

Codes

Color #9CD2BB in popluar color models

9C D2 BB
RGB 156 210 187
HSL 154° 37.50% 71.76%
HSB/HSV 154° 25.71% 82.35%
CMYK 25.71% 0.00% 10.95%
17.65%

Color #9CD2BB in popluar number systems.

HEX 9C D2 BB
Decimal 156 210 187
Binary 10011100 11010010 10111011
Octal 234 322 273

Shades and tints

Shades of #9CD2BB

#9CD2BB
(156,210,187)
#8EBFAA
(142,191,170)
#80AC99
(128,172,153)
#729988
(114,153,136)
#648677
(100,134,119)
#567366
(86,115,102)
#486055
(72,96,85)
#3A4D44
(58,77,68)
#2C3A33
(44,58,51)
#1E2722
(30,39,34)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #9CD2BB

#9CD2BB
(156,210,187)
#A5D6C1
(165,214,193)
#AEDAC7
(174,218,199)
#B7DECD
(183,222,205)
#C0E2D3
(192,226,211)
#C9E6D9
(201,230,217)
#D2EADF
(210,234,223)
#DBEEE5
(219,238,229)
#E4F2EB
(228,242,235)
#EDF6F1
(237,246,241)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD2BB color. Also use rgb(156,210,187) instead hex code.

Text Font Color

.myTextColor { color: #9CD2BB; }

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

This text font color is #9CD2BB.

Background Color

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

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

This div background color is #9CD2BB.

Border color

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

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

This div border color is #9CD2BB.

Opacity

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

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

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

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

This text has shadow with #9CD2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CD2BB.

Preview

Color preview on black background

This text has color #9CD2BB on black background.


Color preview on white background

This text has color #9CD2BB on white background.


Black color preview on #9CD2BB background

This text has black color on #9CD2BB background.


White color preview on #9CD2BB background

This text has white color on #9CD2BB background.


Related colors

Complementary color

Complementary color for #hex is #632D44.


I love getcolorcode.com

Triadic colors

1 #BB9CD2 and #D2BB9C with #9CD2BB are triadic colors.

2 #BBD29C and #D29CBB with #9CD2BB are triadic colors.