COLOR #9BCBC7

HEX: #9BCBC7 RGB: (155,203,199)

Color info

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

RGB color model

#9BCBC7 color RGB value is (155,203,199).

RGB: (155,203,199) (61%, 80%, 78%)

RGB channels and saturation

R 155 of 255 = 61%
G 203 of 255 = 80%
B 199 of 255 = 78%

155
203
199

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

Portions of RGB colors in percentages

R + G + B = 155 + 203 + 199 = 557 (100%)
R 155 of 557 ~ 27.83%
G 203 of 557 ~ 36.45%
B 199 of 557 ~ 35.73'%

%27.83
%36.45
%35.73

CMYK color model

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

  • cyan value is 23.65%
  • magenta value is 0.00%
  • yellow value is 1.97%
  • key color value is 20.39%

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

CMYK percentages

%23.65
%0
%1.97
%20.39

Codes

Color #9BCBC7 in popluar color models

9B CB C7
RGB 155 203 199
HSL 175° 31.58% 70.20%
HSB/HSV 175° 23.65% 79.61%
CMYK 23.65% 0.00% 1.97%
20.39%

Color #9BCBC7 in popluar number systems.

HEX 9B CB C7
Decimal 155 203 199
Binary 10011011 11001011 11000111
Octal 233 313 307

Shades and tints

Shades of #9BCBC7

#9BCBC7
(155,203,199)
#8DB9B5
(141,185,181)
#7FA7A3
(127,167,163)
#719591
(113,149,145)
#63837F
(99,131,127)
#55716D
(85,113,109)
#475F5B
(71,95,91)
#394D49
(57,77,73)
#2B3B37
(43,59,55)
#1D2925
(29,41,37)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #9BCBC7

#9BCBC7
(155,203,199)
#A4CFCC
(164,207,204)
#ADD3D1
(173,211,209)
#B6D7D6
(182,215,214)
#BFDBDB
(191,219,219)
#C8DFE0
(200,223,224)
#D1E3E5
(209,227,229)
#DAE7EA
(218,231,234)
#E3EBEF
(227,235,239)
#ECEFF4
(236,239,244)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BCBC7; }

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

This text font color is #9BCBC7.

Background Color

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

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

This div background color is #9BCBC7.

Border color

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

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

This div border color is #9BCBC7.

Opacity

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

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

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

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

This text has shadow with #9BCBC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BCBC7.

Preview

Color preview on black background

This text has color #9BCBC7 on black background.


Color preview on white background

This text has color #9BCBC7 on white background.


Black color preview on #9BCBC7 background

This text has black color on #9BCBC7 background.


White color preview on #9BCBC7 background

This text has white color on #9BCBC7 background.


Related colors

Complementary color

Complementary color for #hex is #643438.


I love getcolorcode.com

Triadic colors

1 #C79BCB and #CBC79B with #9BCBC7 are triadic colors.

2 #C7CB9B and #CB9BC7 with #9BCBC7 are triadic colors.