COLOR #9BCCC0

HEX: #9BCCC0 RGB: (155,204,192)

Color info

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

RGB color model

#9BCCC0 color RGB value is (155,204,192).

RGB: (155,204,192) (61%, 80%, 75%)

RGB channels and saturation

R 155 of 255 = 61%
G 204 of 255 = 80%
B 192 of 255 = 75%

155
204
192

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

Portions of RGB colors in percentages

R + G + B = 155 + 204 + 192 = 551 (100%)
R 155 of 551 ~ 28.13%
G 204 of 551 ~ 37.02%
B 192 of 551 ~ 34.85'%

%28.13
%37.02
%34.85

CMYK color model

#9BCCC0 color CMYK value is (24,0,6,20).

  • cyan value is 24.02%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 20.00%

CMYK: (24,0,6,20)
C24M0Y6K20 (24%, 0%, 6%, 20%)
(0.24 / 0.00 / 0.06 / 0.20)

CMYK percentages

%24.02
%0
%5.88
%20

Codes

Color #9BCCC0 in popluar color models

9B CC C0
RGB 155 204 192
HSL 165° 32.45% 70.39%
HSB/HSV 165° 24.02% 80.00%
CMYK 24.02% 0.00% 5.88%
20.00%

Color #9BCCC0 in popluar number systems.

HEX 9B CC C0
Decimal 155 204 192
Binary 10011011 11001100 11000000
Octal 233 314 300

Shades and tints

Shades of #9BCCC0

#9BCCC0
(155,204,192)
#8DBAAF
(141,186,175)
#7FA89E
(127,168,158)
#71968D
(113,150,141)
#63847C
(99,132,124)
#55726B
(85,114,107)
#47605A
(71,96,90)
#394E49
(57,78,73)
#2B3C38
(43,60,56)
#1D2A27
(29,42,39)
#0F1816
(15,24,22)
#000000
(0,0,0)

Tints of #9BCCC0

#9BCCC0
(155,204,192)
#A4D0C5
(164,208,197)
#ADD4CA
(173,212,202)
#B6D8CF
(182,216,207)
#BFDCD4
(191,220,212)
#C8E0D9
(200,224,217)
#D1E4DE
(209,228,222)
#DAE8E3
(218,232,227)
#E3ECE8
(227,236,232)
#ECF0ED
(236,240,237)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BCCC0 color. Also use rgb(155,204,192) instead hex code.

Text Font Color

.myTextColor { color: #9BCCC0; }

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

This text font color is #9BCCC0.

Background Color

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

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

This div background color is #9BCCC0.

Border color

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

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

This div border color is #9BCCC0.

Opacity

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

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

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

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

This text has shadow with #9BCCC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BCCC0.

Preview

Color preview on black background

This text has color #9BCCC0 on black background.


Color preview on white background

This text has color #9BCCC0 on white background.


Black color preview on #9BCCC0 background

This text has black color on #9BCCC0 background.


White color preview on #9BCCC0 background

This text has white color on #9BCCC0 background.


Related colors

Complementary color

Complementary color for #hex is #64333F.


I love getcolorcode.com

Triadic colors

1 #C09BCC and #CCC09B with #9BCCC0 are triadic colors.

2 #C0CC9B and #CC9BC0 with #9BCCC0 are triadic colors.