COLOR #9BCCD4

HEX: #9BCCD4 RGB: (155,204,212)

Color info

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

RGB color model

#9BCCD4 color RGB value is (155,204,212).

RGB: (155,204,212) (61%, 80%, 83%)

RGB channels and saturation

R 155 of 255 = 61%
G 204 of 255 = 80%
B 212 of 255 = 83%

155
204
212

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

Portions of RGB colors in percentages

R + G + B = 155 + 204 + 212 = 571 (100%)
R 155 of 571 ~ 27.15%
G 204 of 571 ~ 35.73%
B 212 of 571 ~ 37.13'%

%27.15
%35.73
%37.13

CMYK color model

#9BCCD4 color CMYK value is (27,4,0,17).

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

CMYK: (27,4,0,17)
C27M4Y0K17 (27%, 4%, 0%, 17%)
(0.27 / 0.04 / 0.00 / 0.17)

CMYK percentages

%26.89
%3.77
%0
%16.86

Codes

Color #9BCCD4 in popluar color models

9B CC D4
RGB 155 204 212
HSL 188° 39.86% 71.96%
HSB/HSV 188° 26.89% 83.14%
CMYK 26.89% 3.77% 0.00%
16.86%

Color #9BCCD4 in popluar number systems.

HEX 9B CC D4
Decimal 155 204 212
Binary 10011011 11001100 11010100
Octal 233 314 324

Shades and tints

Shades of #9BCCD4

#9BCCD4
(155,204,212)
#8DBAC1
(141,186,193)
#7FA8AE
(127,168,174)
#71969B
(113,150,155)
#638488
(99,132,136)
#557275
(85,114,117)
#476062
(71,96,98)
#394E4F
(57,78,79)
#2B3C3C
(43,60,60)
#1D2A29
(29,42,41)
#0F1816
(15,24,22)
#000000
(0,0,0)

Tints of #9BCCD4

#9BCCD4
(155,204,212)
#A4D0D7
(164,208,215)
#ADD4DA
(173,212,218)
#B6D8DD
(182,216,221)
#BFDCE0
(191,220,224)
#C8E0E3
(200,224,227)
#D1E4E6
(209,228,230)
#DAE8E9
(218,232,233)
#E3ECEC
(227,236,236)
#ECF0EF
(236,240,239)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BCCD4; }

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

This text font color is #9BCCD4.

Background Color

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

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

This div background color is #9BCCD4.

Border color

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

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

This div border color is #9BCCD4.

Opacity

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

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

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

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

This text has shadow with #9BCCD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BCCD4.

Preview

Color preview on black background

This text has color #9BCCD4 on black background.


Color preview on white background

This text has color #9BCCD4 on white background.


Black color preview on #9BCCD4 background

This text has black color on #9BCCD4 background.


White color preview on #9BCCD4 background

This text has white color on #9BCCD4 background.


Related colors

Complementary color

Complementary color for #hex is #64332B.


I love getcolorcode.com

Triadic colors

1 #D49BCC and #CCD49B with #9BCCD4 are triadic colors.

2 #D4CC9B and #CC9BD4 with #9BCCD4 are triadic colors.