COLOR #9DCCBD

HEX: #9DCCBD RGB: (157,204,189)

Color info

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

RGB color model

#9DCCBD color RGB value is (157,204,189).

RGB: (157,204,189) (62%, 80%, 74%)

RGB channels and saturation

R 157 of 255 = 62%
G 204 of 255 = 80%
B 189 of 255 = 74%

157
204
189

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

Portions of RGB colors in percentages

R + G + B = 157 + 204 + 189 = 550 (100%)
R 157 of 550 ~ 28.55%
G 204 of 550 ~ 37.09%
B 189 of 550 ~ 34.36'%

%28.55
%37.09
%34.36

CMYK color model

#9DCCBD color CMYK value is (23,0,7,20).

  • cyan value is 23.04%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • key color value is 20.00%
CMYK: (23,0,7,20) C23M0Y7K20 (23%,0%,7%,20%) (0.23/0.00/0.07/0.20) 

CMYK percentages

%23.04
%0
%7.35
%20

Codes

Color #9DCCBD in popluar color models

9D CC BD
RGB 157 204 189
HSL 161° 31.54% 70.78%
HSB/HSV 161° 23.04% 80.00%
CMYK 23.04% 0.00% 7.35%
20.00%

Color #9DCCBD in popluar number systems.

HEX 9D CC BD
Decimal 157 204 189
Binary 10011101 11001100 10111101
Octal 235 314 275

Shades and tints

Shades of #9DCCBD

#9DCCBD
(157,204,189)
#8FBAAC
(143,186,172)
#81A89B
(129,168,155)
#73968A
(115,150,138)
#658479
(101,132,121)
#577268
(87,114,104)
#496057
(73,96,87)
#3B4E46
(59,78,70)
#2D3C35
(45,60,53)
#1F2A24
(31,42,36)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #9DCCBD

#9DCCBD
(157,204,189)
#A5D0C3
(165,208,195)
#ADD4C9
(173,212,201)
#B5D8CF
(181,216,207)
#BDDCD5
(189,220,213)
#C5E0DB
(197,224,219)
#CDE4E1
(205,228,225)
#D5E8E7
(213,232,231)
#DDECED
(221,236,237)
#E5F0F3
(229,240,243)
#EDF4F9
(237,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DCCBD color. Also use rgb(157,204,189) instead hex code.

Text Font Color

.myTextColor { color: #9DCCBD; }

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

This text font color is #9DCCBD.

Background Color

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

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

This div background color is #9DCCBD.

Border color

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

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

This div border color is #9DCCBD.

Opacity

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

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

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

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

This text has shadow with #9DCCBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DCCBD.

Preview

Color preview on black background

This text has color #9DCCBD on black background.


Color preview on white background

This text has color #9DCCBD on white background.


Black color preview on #9DCCBD background

This text has black color on #9DCCBD background.


White color preview on #9DCCBD background

This text has white color on #9DCCBD background.


Related colors

Complementary color

Complementary color for #hex is #623342.


I love getcolorcode.com

Triadic colors

1 #BD9DCC and #CCBD9D with #9DCCBD are triadic colors.

2 #BDCC9D and #CC9DBD with #9DCCBD are triadic colors.