COLOR #9BCBCE

HEX: #9BCBCE RGB: (155,203,206)

Color info

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

RGB color model

#9BCBCE color RGB value is (155,203,206).

RGB: (155,203,206) (61%, 80%, 81%)

RGB channels and saturation

R 155 of 255 = 61%
G 203 of 255 = 80%
B 206 of 255 = 81%

155
203
206

R + G + B ~ 74%. #9BCBCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 203 + 206 = 564 (100%)
R 155 of 564 ~ 27.48%
G 203 of 564 ~ 35.99%
B 206 of 564 ~ 36.52'%

%27.48
%35.99
%36.52

CMYK color model

#9BCBCE color CMYK value is (25,1,0,19).

  • cyan value is 24.76%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (25,1,0,19)
C25M1Y0K19 (25%, 1%, 0%, 19%)
(0.25 / 0.01 / 0.00 / 0.19)

CMYK percentages

%24.76
%1.46
%0
%19.22

Codes

Color #9BCBCE in popluar color models

9B CB CE
RGB 155 203 206
HSL 184° 34.23% 70.78%
HSB/HSV 184° 24.76% 80.78%
CMYK 24.76% 1.46% 0.00%
19.22%

Color #9BCBCE in popluar number systems.

HEX 9B CB CE
Decimal 155 203 206
Binary 10011011 11001011 11001110
Octal 233 313 316

Shades and tints

Shades of #9BCBCE

#9BCBCE
(155,203,206)
#8DB9BC
(141,185,188)
#7FA7AA
(127,167,170)
#719598
(113,149,152)
#638386
(99,131,134)
#557174
(85,113,116)
#475F62
(71,95,98)
#394D50
(57,77,80)
#2B3B3E
(43,59,62)
#1D292C
(29,41,44)
#0F171A
(15,23,26)
#000000
(0,0,0)

Tints of #9BCBCE

#9BCBCE
(155,203,206)
#A4CFD2
(164,207,210)
#ADD3D6
(173,211,214)
#B6D7DA
(182,215,218)
#BFDBDE
(191,219,222)
#C8DFE2
(200,223,226)
#D1E3E6
(209,227,230)
#DAE7EA
(218,231,234)
#E3EBEE
(227,235,238)
#ECEFF2
(236,239,242)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BCBCE color. Also use rgb(155,203,206) instead hex code.

Text Font Color

.myTextColor { color: #9BCBCE; }

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

This text font color is #9BCBCE.

Background Color

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

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

This div background color is #9BCBCE.

Border color

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

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

This div border color is #9BCBCE.

Opacity

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

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

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

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

This text has shadow with #9BCBCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BCBCE.

Preview

Color preview on black background

This text has color #9BCBCE on black background.


Color preview on white background

This text has color #9BCBCE on white background.


Black color preview on #9BCBCE background

This text has black color on #9BCBCE background.


White color preview on #9BCBCE background

This text has white color on #9BCBCE background.


Related colors

Complementary color

Complementary color for #hex is #643431.


I love getcolorcode.com

Triadic colors

1 #CE9BCB and #CBCE9B with #9BCBCE are triadic colors.

2 #CECB9B and #CB9BCE with #9BCBCE are triadic colors.