COLOR #9BCDC8

HEX: #9BCDC8 RGB: (155,205,200)

Color info

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

RGB color model

#9BCDC8 color RGB value is (155,205,200).

RGB: (155,205,200) (61%, 80%, 78%)

RGB channels and saturation

R 155 of 255 = 61%
G 205 of 255 = 80%
B 200 of 255 = 78%

155
205
200

R + G + B ~ 73%. #9BCDC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 205 + 200 = 560 (100%)
R 155 of 560 ~ 27.68%
G 205 of 560 ~ 36.61%
B 200 of 560 ~ 35.71'%

%27.68
%36.61
%35.71

CMYK color model

#9BCDC8 color CMYK value is (24,0,2,20).

  • cyan value is 24.39%
  • magenta value is 0.00%
  • yellow value is 2.44%
  • key color value is 19.61%

CMYK: (24,0,2,20)
C24M0Y2K20 (24%, 0%, 2%, 20%)
(0.24 / 0.00 / 0.02 / 0.20)

CMYK percentages

%24.39
%0
%2.44
%19.61

Codes

Color #9BCDC8 in popluar color models

9B CD C8
RGB 155 205 200
HSL 174° 33.33% 70.59%
HSB/HSV 174° 24.39% 80.39%
CMYK 24.39% 0.00% 2.44%
19.61%

Color #9BCDC8 in popluar number systems.

HEX 9B CD C8
Decimal 155 205 200
Binary 10011011 11001101 11001000
Octal 233 315 310

Shades and tints

Shades of #9BCDC8

#9BCDC8
(155,205,200)
#8DBBB6
(141,187,182)
#7FA9A4
(127,169,164)
#719792
(113,151,146)
#638580
(99,133,128)
#55736E
(85,115,110)
#47615C
(71,97,92)
#394F4A
(57,79,74)
#2B3D38
(43,61,56)
#1D2B26
(29,43,38)
#0F1914
(15,25,20)
#000000
(0,0,0)

Tints of #9BCDC8

#9BCDC8
(155,205,200)
#A4D1CD
(164,209,205)
#ADD5D2
(173,213,210)
#B6D9D7
(182,217,215)
#BFDDDC
(191,221,220)
#C8E1E1
(200,225,225)
#D1E5E6
(209,229,230)
#DAE9EB
(218,233,235)
#E3EDF0
(227,237,240)
#ECF1F5
(236,241,245)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BCDC8 color. Also use rgb(155,205,200) instead hex code.

Text Font Color

.myTextColor { color: #9BCDC8; }

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

This text font color is #9BCDC8.

Background Color

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

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

This div background color is #9BCDC8.

Border color

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

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

This div border color is #9BCDC8.

Opacity

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

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

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

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

This text has shadow with #9BCDC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BCDC8.

Preview

Color preview on black background

This text has color #9BCDC8 on black background.


Color preview on white background

This text has color #9BCDC8 on white background.


Black color preview on #9BCDC8 background

This text has black color on #9BCDC8 background.


White color preview on #9BCDC8 background

This text has white color on #9BCDC8 background.


Related colors

Complementary color

Complementary color for #hex is #643237.


I love getcolorcode.com

Triadic colors

1 #C89BCD and #CDC89B with #9BCDC8 are triadic colors.

2 #C8CD9B and #CD9BC8 with #9BCDC8 are triadic colors.