COLOR #9BBED5

HEX: #9BBED5 RGB: (155,190,213)

Color info

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

RGB color model

#9BBED5 color RGB value is (155,190,213).

RGB: (155,190,213) (61%, 75%, 84%)

RGB channels and saturation

R 155 of 255 = 61%
G 190 of 255 = 75%
B 213 of 255 = 84%

155
190
213

R + G + B ~ 73%. #9BBED5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 190 + 213 = 558 (100%)
R 155 of 558 ~ 27.78%
G 190 of 558 ~ 34.05%
B 213 of 558 ~ 38.17'%

%27.78
%34.05
%38.17

CMYK color model

#9BBED5 color CMYK value is (27,11,0,16).

  • cyan value is 27.23%
  • magenta value is 10.80%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (27,11,0,16)
C27M11Y0K16 (27%, 11%, 0%, 16%)
(0.27 / 0.11 / 0.00 / 0.16)

CMYK percentages

%27.23
%10.8
%0
%16.47

Codes

Color #9BBED5 in popluar color models

9B BE D5
RGB 155 190 213
HSL 204° 40.85% 72.16%
HSB/HSV 204° 27.23% 83.53%
CMYK 27.23% 10.80% 0.00%
16.47%

Color #9BBED5 in popluar number systems.

HEX 9B BE D5
Decimal 155 190 213
Binary 10011011 10111110 11010101
Octal 233 276 325

Shades and tints

Shades of #9BBED5

#9BBED5
(155,190,213)
#8DADC2
(141,173,194)
#7F9CAF
(127,156,175)
#718B9C
(113,139,156)
#637A89
(99,122,137)
#556976
(85,105,118)
#475863
(71,88,99)
#394750
(57,71,80)
#2B363D
(43,54,61)
#1D252A
(29,37,42)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #9BBED5

#9BBED5
(155,190,213)
#A4C3D8
(164,195,216)
#ADC8DB
(173,200,219)
#B6CDDE
(182,205,222)
#BFD2E1
(191,210,225)
#C8D7E4
(200,215,228)
#D1DCE7
(209,220,231)
#DAE1EA
(218,225,234)
#E3E6ED
(227,230,237)
#ECEBF0
(236,235,240)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBED5 color. Also use rgb(155,190,213) instead hex code.

Text Font Color

.myTextColor { color: #9BBED5; }

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

This text font color is #9BBED5.

Background Color

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

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

This div background color is #9BBED5.

Border color

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

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

This div border color is #9BBED5.

Opacity

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

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

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

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

This text has shadow with #9BBED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBED5.

Preview

Color preview on black background

This text has color #9BBED5 on black background.


Color preview on white background

This text has color #9BBED5 on white background.


Black color preview on #9BBED5 background

This text has black color on #9BBED5 background.


White color preview on #9BBED5 background

This text has white color on #9BBED5 background.


Related colors

Complementary color

Complementary color for #hex is #64412A.


I love getcolorcode.com

Triadic colors

1 #D59BBE and #BED59B with #9BBED5 are triadic colors.

2 #D5BE9B and #BE9BD5 with #9BBED5 are triadic colors.