COLOR #9BCBB4

HEX: #9BCBB4 RGB: (155,203,180)

Color info

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

RGB color model

#9BCBB4 color RGB value is (155,203,180).

RGB: (155,203,180) (61%, 80%, 71%)

RGB channels and saturation

R 155 of 255 = 61%
G 203 of 255 = 80%
B 180 of 255 = 71%

155
203
180

R + G + B ~ 71%. #9BCBB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 203 + 180 = 538 (100%)
R 155 of 538 ~ 28.81%
G 203 of 538 ~ 37.73%
B 180 of 538 ~ 33.46'%

%28.81
%37.73
%33.46

CMYK color model

#9BCBB4 color CMYK value is (24,0,11,20).

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

CMYK: (24,0,11,20)
C24M0Y11K20 (24%, 0%, 11%, 20%)
(0.24 / 0.00 / 0.11 / 0.20)

CMYK percentages

%23.65
%0
%11.33
%20.39

Codes

Color #9BCBB4 in popluar color models

9B CB B4
RGB 155 203 180
HSL 151° 31.58% 70.20%
HSB/HSV 151° 23.65% 79.61%
CMYK 23.65% 0.00% 11.33%
20.39%

Color #9BCBB4 in popluar number systems.

HEX 9B CB B4
Decimal 155 203 180
Binary 10011011 11001011 10110100
Octal 233 313 264

Shades and tints

Shades of #9BCBB4

#9BCBB4
(155,203,180)
#8DB9A4
(141,185,164)
#7FA794
(127,167,148)
#719584
(113,149,132)
#638374
(99,131,116)
#557164
(85,113,100)
#475F54
(71,95,84)
#394D44
(57,77,68)
#2B3B34
(43,59,52)
#1D2924
(29,41,36)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #9BCBB4

#9BCBB4
(155,203,180)
#A4CFBA
(164,207,186)
#ADD3C0
(173,211,192)
#B6D7C6
(182,215,198)
#BFDBCC
(191,219,204)
#C8DFD2
(200,223,210)
#D1E3D8
(209,227,216)
#DAE7DE
(218,231,222)
#E3EBE4
(227,235,228)
#ECEFEA
(236,239,234)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BCBB4; }

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

This text font color is #9BCBB4.

Background Color

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

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

This div background color is #9BCBB4.

Border color

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

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

This div border color is #9BCBB4.

Opacity

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

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

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

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

This text has shadow with #9BCBB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BCBB4.

Preview

Color preview on black background

This text has color #9BCBB4 on black background.


Color preview on white background

This text has color #9BCBB4 on white background.


Black color preview on #9BCBB4 background

This text has black color on #9BCBB4 background.


White color preview on #9BCBB4 background

This text has white color on #9BCBB4 background.


Related colors

Complementary color

Complementary color for #hex is #64344B.


I love getcolorcode.com

Triadic colors

1 #B49BCB and #CBB49B with #9BCBB4 are triadic colors.

2 #B4CB9B and #CB9BB4 with #9BCBB4 are triadic colors.