COLOR #9BECC0

HEX: #9BECC0 RGB: (155,236,192)

Color info

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

RGB color model

#9BECC0 color RGB value is (155,236,192).

RGB: (155,236,192) (61%, 93%, 75%)

RGB channels and saturation

R 155 of 255 = 61%
G 236 of 255 = 93%
B 192 of 255 = 75%

155
236
192

R + G + B ~ 76%. #9BECC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 236 + 192 = 583 (100%)
R 155 of 583 ~ 26.59%
G 236 of 583 ~ 40.48%
B 192 of 583 ~ 32.93'%

%26.59
%40.48
%32.93

CMYK color model

#9BECC0 color CMYK value is (34,0,19,7).

  • cyan value is 34.32%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 7.45%
CMYK: (34,0,19,7) C34M0Y19K7 (34%,0%,19%,7%) (0.34/0.00/0.19/0.07) 

CMYK percentages

%34.32
%0
%18.64
%7.45

Codes

Color #9BECC0 in popluar color models

9B EC C0
RGB 155 236 192
HSL 147° 68.07% 76.67%
HSB/HSV 147° 34.32% 92.55%
CMYK 34.32% 0.00% 18.64%
7.45%

Color #9BECC0 in popluar number systems.

HEX 9B EC C0
Decimal 155 236 192
Binary 10011011 11101100 11000000
Octal 233 354 300

Shades and tints

Shades of #9BECC0

#9BECC0
(155,236,192)
#8DD7AF
(141,215,175)
#7FC29E
(127,194,158)
#71AD8D
(113,173,141)
#63987C
(99,152,124)
#55836B
(85,131,107)
#476E5A
(71,110,90)
#395949
(57,89,73)
#2B4438
(43,68,56)
#1D2F27
(29,47,39)
#0F1A16
(15,26,22)
#000000
(0,0,0)

Tints of #9BECC0

#9BECC0
(155,236,192)
#A4EDC5
(164,237,197)
#ADEECA
(173,238,202)
#B6EFCF
(182,239,207)
#BFF0D4
(191,240,212)
#C8F1D9
(200,241,217)
#D1F2DE
(209,242,222)
#DAF3E3
(218,243,227)
#E3F4E8
(227,244,232)
#ECF5ED
(236,245,237)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BECC0; }

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

This text font color is #9BECC0.

Background Color

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

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

This div background color is #9BECC0.

Border color

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

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

This div border color is #9BECC0.

Opacity

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

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

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

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

This text has shadow with #9BECC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BECC0.

Preview

Color preview on black background

This text has color #9BECC0 on black background.


Color preview on white background

This text has color #9BECC0 on white background.


Black color preview on #9BECC0 background

This text has black color on #9BECC0 background.


White color preview on #9BECC0 background

This text has white color on #9BECC0 background.


Related colors

Complementary color

Complementary color for #hex is #64133F.


I love getcolorcode.com

Triadic colors

1 #C09BEC and #ECC09B with #9BECC0 are triadic colors.

2 #C0EC9B and #EC9BC0 with #9BECC0 are triadic colors.