COLOR #9BCEB9

HEX: #9BCEB9 RGB: (155,206,185)

Color info

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

RGB color model

#9BCEB9 color RGB value is (155,206,185).

RGB: (155,206,185) (61%, 81%, 73%)

RGB channels and saturation

R 155 of 255 = 61%
G 206 of 255 = 81%
B 185 of 255 = 73%

155
206
185

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

Portions of RGB colors in percentages

R + G + B = 155 + 206 + 185 = 546 (100%)
R 155 of 546 ~ 28.39%
G 206 of 546 ~ 37.73%
B 185 of 546 ~ 33.88'%

%28.39
%37.73
%33.88

CMYK color model

#9BCEB9 color CMYK value is (25,0,10,19).

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

CMYK: (25,0,10,19)
C25M0Y10K19 (25%, 0%, 10%, 19%)
(0.25 / 0.00 / 0.10 / 0.19)

CMYK percentages

%24.76
%0
%10.19
%19.22

Codes

Color #9BCEB9 in popluar color models

9B CE B9
RGB 155 206 185
HSL 155° 34.23% 70.78%
HSB/HSV 155° 24.76% 80.78%
CMYK 24.76% 0.00% 10.19%
19.22%

Color #9BCEB9 in popluar number systems.

HEX 9B CE B9
Decimal 155 206 185
Binary 10011011 11001110 10111001
Octal 233 316 271

Shades and tints

Shades of #9BCEB9

#9BCEB9
(155,206,185)
#8DBCA9
(141,188,169)
#7FAA99
(127,170,153)
#719889
(113,152,137)
#638679
(99,134,121)
#557469
(85,116,105)
#476259
(71,98,89)
#395049
(57,80,73)
#2B3E39
(43,62,57)
#1D2C29
(29,44,41)
#0F1A19
(15,26,25)
#000000
(0,0,0)

Tints of #9BCEB9

#9BCEB9
(155,206,185)
#A4D2BF
(164,210,191)
#ADD6C5
(173,214,197)
#B6DACB
(182,218,203)
#BFDED1
(191,222,209)
#C8E2D7
(200,226,215)
#D1E6DD
(209,230,221)
#DAEAE3
(218,234,227)
#E3EEE9
(227,238,233)
#ECF2EF
(236,242,239)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BCEB9; }

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

This text font color is #9BCEB9.

Background Color

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

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

This div background color is #9BCEB9.

Border color

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

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

This div border color is #9BCEB9.

Opacity

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

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

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

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

This text has shadow with #9BCEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BCEB9.

Preview

Color preview on black background

This text has color #9BCEB9 on black background.


Color preview on white background

This text has color #9BCEB9 on white background.


Black color preview on #9BCEB9 background

This text has black color on #9BCEB9 background.


White color preview on #9BCEB9 background

This text has white color on #9BCEB9 background.


Related colors

Complementary color

Complementary color for #hex is #643146.


I love getcolorcode.com

Triadic colors

1 #B99BCE and #CEB99B with #9BCEB9 are triadic colors.

2 #B9CE9B and #CE9BB9 with #9BCEB9 are triadic colors.