COLOR #9BECC9

HEX: #9BECC9 RGB: (155,236,201)

Color info

#9BECC9 contains mainly green and blue colors. Web safe color of #9BECC9 is #99FFCC (or #9FC).

RGB color model

#9BECC9 color RGB value is (155,236,201).

RGB: (155,236,201) (61%, 93%, 79%)

RGB channels and saturation

R 155 of 255 = 61%
G 236 of 255 = 93%
B 201 of 255 = 79%

155
236
201

R + G + B ~ 78%. #9BECC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 236 + 201 = 592 (100%)
R 155 of 592 ~ 26.18%
G 236 of 592 ~ 39.86%
B 201 of 592 ~ 33.95'%

%26.18
%39.86
%33.95

CMYK color model

#9BECC9 color CMYK value is (34,0,15,7).

  • cyan value is 34.32%
  • magenta value is 0.00%
  • yellow value is 14.83%
  • key color value is 7.45%

CMYK: (34,0,15,7)
C34M0Y15K7 (34%, 0%, 15%, 7%)
(0.34 / 0.00 / 0.15 / 0.07)

CMYK percentages

%34.32
%0
%14.83
%7.45

Codes

Color #9BECC9 in popluar color models

9B EC C9
RGB 155 236 201
HSL 154° 68.07% 76.67%
HSB/HSV 154° 34.32% 92.55%
CMYK 34.32% 0.00% 14.83%
7.45%

Color #9BECC9 in popluar number systems.

HEX 9B EC C9
Decimal 155 236 201
Binary 10011011 11101100 11001001
Octal 233 354 311

Shades and tints

Shades of #9BECC9

#9BECC9
(155,236,201)
#8DD7B7
(141,215,183)
#7FC2A5
(127,194,165)
#71AD93
(113,173,147)
#639881
(99,152,129)
#55836F
(85,131,111)
#476E5D
(71,110,93)
#39594B
(57,89,75)
#2B4439
(43,68,57)
#1D2F27
(29,47,39)
#0F1A15
(15,26,21)
#000000
(0,0,0)

Tints of #9BECC9

#9BECC9
(155,236,201)
#A4EDCD
(164,237,205)
#ADEED1
(173,238,209)
#B6EFD5
(182,239,213)
#BFF0D9
(191,240,217)
#C8F1DD
(200,241,221)
#D1F2E1
(209,242,225)
#DAF3E5
(218,243,229)
#E3F4E9
(227,244,233)
#ECF5ED
(236,245,237)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BECC9 color. Also use rgb(155,236,201) instead hex code.

Text Font Color

.myTextColor { color: #9BECC9; }

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

This text font color is #9BECC9.

Background Color

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

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

This div background color is #9BECC9.

Border color

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

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

This div border color is #9BECC9.

Opacity

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

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

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

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

This text has shadow with #9BECC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BECC9.

Preview

Color preview on black background

This text has color #9BECC9 on black background.


Color preview on white background

This text has color #9BECC9 on white background.


Black color preview on #9BECC9 background

This text has black color on #9BECC9 background.


White color preview on #9BECC9 background

This text has white color on #9BECC9 background.


Related colors

Complementary color

Complementary color for #hex is #641336.


I love getcolorcode.com

Triadic colors

1 #C99BEC and #ECC99B with #9BECC9 are triadic colors.

2 #C9EC9B and #EC9BC9 with #9BECC9 are triadic colors.