COLOR #9BCED4

HEX: #9BCED4 RGB: (155,206,212)

Color info

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

RGB color model

#9BCED4 color RGB value is (155,206,212).

RGB: (155,206,212) (61%, 81%, 83%)

RGB channels and saturation

R 155 of 255 = 61%
G 206 of 255 = 81%
B 212 of 255 = 83%

155
206
212

R + G + B ~ 75%. #9BCED4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 206 + 212 = 573 (100%)
R 155 of 573 ~ 27.05%
G 206 of 573 ~ 35.95%
B 212 of 573 ~ 37'%

%27.05
%35.95
%37

CMYK color model

#9BCED4 color CMYK value is (27,3,0,17).

  • cyan value is 26.89%
  • magenta value is 2.83%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (27,3,0,17)
C27M3Y0K17 (27%, 3%, 0%, 17%)
(0.27 / 0.03 / 0.00 / 0.17)

CMYK percentages

%26.89
%2.83
%0
%16.86

Codes

Color #9BCED4 in popluar color models

9B CE D4
RGB 155 206 212
HSL 186° 39.86% 71.96%
HSB/HSV 186° 26.89% 83.14%
CMYK 26.89% 2.83% 0.00%
16.86%

Color #9BCED4 in popluar number systems.

HEX 9B CE D4
Decimal 155 206 212
Binary 10011011 11001110 11010100
Octal 233 316 324

Shades and tints

Shades of #9BCED4

#9BCED4
(155,206,212)
#8DBCC1
(141,188,193)
#7FAAAE
(127,170,174)
#71989B
(113,152,155)
#638688
(99,134,136)
#557475
(85,116,117)
#476262
(71,98,98)
#39504F
(57,80,79)
#2B3E3C
(43,62,60)
#1D2C29
(29,44,41)
#0F1A16
(15,26,22)
#000000
(0,0,0)

Tints of #9BCED4

#9BCED4
(155,206,212)
#A4D2D7
(164,210,215)
#ADD6DA
(173,214,218)
#B6DADD
(182,218,221)
#BFDEE0
(191,222,224)
#C8E2E3
(200,226,227)
#D1E6E6
(209,230,230)
#DAEAE9
(218,234,233)
#E3EEEC
(227,238,236)
#ECF2EF
(236,242,239)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BCED4; }

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

This text font color is #9BCED4.

Background Color

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

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

This div background color is #9BCED4.

Border color

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

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

This div border color is #9BCED4.

Opacity

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

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

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

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

This text has shadow with #9BCED4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BCED4.

Preview

Color preview on black background

This text has color #9BCED4 on black background.


Color preview on white background

This text has color #9BCED4 on white background.


Black color preview on #9BCED4 background

This text has black color on #9BCED4 background.


White color preview on #9BCED4 background

This text has white color on #9BCED4 background.


Related colors

Complementary color

Complementary color for #hex is #64312B.


I love getcolorcode.com

Triadic colors

1 #D49BCE and #CED49B with #9BCED4 are triadic colors.

2 #D4CE9B and #CE9BD4 with #9BCED4 are triadic colors.