COLOR #9BCECB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

155
206
203

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

Portions of RGB colors in percentages

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

%27.48
%36.52
%35.99

CMYK color model

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

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

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

CMYK percentages

%24.76
%0
%1.46
%19.22

Codes

Color #9BCECB in popluar color models

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

Color #9BCECB in popluar number systems.

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

Shades and tints

Shades of #9BCECB

#9BCECB
(155,206,203)
#8DBCB9
(141,188,185)
#7FAAA7
(127,170,167)
#719895
(113,152,149)
#638683
(99,134,131)
#557471
(85,116,113)
#47625F
(71,98,95)
#39504D
(57,80,77)
#2B3E3B
(43,62,59)
#1D2C29
(29,44,41)
#0F1A17
(15,26,23)
#000000
(0,0,0)

Tints of #9BCECB

#9BCECB
(155,206,203)
#A4D2CF
(164,210,207)
#ADD6D3
(173,214,211)
#B6DAD7
(182,218,215)
#BFDEDB
(191,222,219)
#C8E2DF
(200,226,223)
#D1E6E3
(209,230,227)
#DAEAE7
(218,234,231)
#E3EEEB
(227,238,235)
#ECF2EF
(236,242,239)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BCECB; }

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

This text font color is #9BCECB.

Background Color

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

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

This div background color is #9BCECB.

Border color

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

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

This div border color is #9BCECB.

Opacity

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

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

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

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

This text has shadow with #9BCECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BCECB.

Preview

Color preview on black background

This text has color #9BCECB on black background.


Color preview on white background

This text has color #9BCECB on white background.


Black color preview on #9BCECB background

This text has black color on #9BCECB background.


White color preview on #9BCECB background

This text has white color on #9BCECB background.


Related colors

Complementary color

Complementary color for #hex is #643134.


I love getcolorcode.com

Triadic colors

1 #CB9BCE and #CECB9B with #9BCECB are triadic colors.

2 #CBCE9B and #CE9BCB with #9BCECB are triadic colors.