COLOR #9CD2BD

HEX: #9CD2BD RGB: (156,210,189)

Color info

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

RGB color model

#9CD2BD color RGB value is (156,210,189).

RGB: (156,210,189) (61%, 82%, 74%)

RGB channels and saturation

R 156 of 255 = 61%
G 210 of 255 = 82%
B 189 of 255 = 74%

156
210
189

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

Portions of RGB colors in percentages

R + G + B = 156 + 210 + 189 = 555 (100%)
R 156 of 555 ~ 28.11%
G 210 of 555 ~ 37.84%
B 189 of 555 ~ 34.05'%

%28.11
%37.84
%34.05

CMYK color model

#9CD2BD color CMYK value is (26,0,10,18).

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

CMYK: (26,0,10,18)
C26M0Y10K18 (26%, 0%, 10%, 18%)
(0.26 / 0.00 / 0.10 / 0.18)

CMYK percentages

%25.71
%0
%10
%17.65

Codes

Color #9CD2BD in popluar color models

9C D2 BD
RGB 156 210 189
HSL 157° 37.50% 71.76%
HSB/HSV 157° 25.71% 82.35%
CMYK 25.71% 0.00% 10.00%
17.65%

Color #9CD2BD in popluar number systems.

HEX 9C D2 BD
Decimal 156 210 189
Binary 10011100 11010010 10111101
Octal 234 322 275

Shades and tints

Shades of #9CD2BD

#9CD2BD
(156,210,189)
#8EBFAC
(142,191,172)
#80AC9B
(128,172,155)
#72998A
(114,153,138)
#648679
(100,134,121)
#567368
(86,115,104)
#486057
(72,96,87)
#3A4D46
(58,77,70)
#2C3A35
(44,58,53)
#1E2724
(30,39,36)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #9CD2BD

#9CD2BD
(156,210,189)
#A5D6C3
(165,214,195)
#AEDAC9
(174,218,201)
#B7DECF
(183,222,207)
#C0E2D5
(192,226,213)
#C9E6DB
(201,230,219)
#D2EAE1
(210,234,225)
#DBEEE7
(219,238,231)
#E4F2ED
(228,242,237)
#EDF6F3
(237,246,243)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CD2BD; }

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

This text font color is #9CD2BD.

Background Color

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

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

This div background color is #9CD2BD.

Border color

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

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

This div border color is #9CD2BD.

Opacity

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

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

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

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

This text has shadow with #9CD2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CD2BD.

Preview

Color preview on black background

This text has color #9CD2BD on black background.


Color preview on white background

This text has color #9CD2BD on white background.


Black color preview on #9CD2BD background

This text has black color on #9CD2BD background.


White color preview on #9CD2BD background

This text has white color on #9CD2BD background.


Related colors

Complementary color

Complementary color for #hex is #632D42.


I love getcolorcode.com

Triadic colors

1 #BD9CD2 and #D2BD9C with #9CD2BD are triadic colors.

2 #BDD29C and #D29CBD with #9CD2BD are triadic colors.