COLOR #9FBDD1

HEX: #9FBDD1 RGB: (159,189,209)

Color info

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

RGB color model

#9FBDD1 color RGB value is (159,189,209).

RGB: (159,189,209) (62%, 74%, 82%)

RGB channels and saturation

R 159 of 255 = 62%
G 189 of 255 = 74%
B 209 of 255 = 82%

159
189
209

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

Portions of RGB colors in percentages

R + G + B = 159 + 189 + 209 = 557 (100%)
R 159 of 557 ~ 28.55%
G 189 of 557 ~ 33.93%
B 209 of 557 ~ 37.52'%

%28.55
%33.93
%37.52

CMYK color model

#9FBDD1 color CMYK value is (24,10,0,18).

  • cyan value is 23.92%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (24,10,0,18)
C24M10Y0K18 (24%, 10%, 0%, 18%)
(0.24 / 0.10 / 0.00 / 0.18)

CMYK percentages

%23.92
%9.57
%0
%18.04

Codes

Color #9FBDD1 in popluar color models

9F BD D1
RGB 159 189 209
HSL 204° 35.21% 72.16%
HSB/HSV 204° 23.92% 81.96%
CMYK 23.92% 9.57% 0.00%
18.04%

Color #9FBDD1 in popluar number systems.

HEX 9F BD D1
Decimal 159 189 209
Binary 10011111 10111101 11010001
Octal 237 275 321

Shades and tints

Shades of #9FBDD1

#9FBDD1
(159,189,209)
#91ACBE
(145,172,190)
#839BAB
(131,155,171)
#758A98
(117,138,152)
#677985
(103,121,133)
#596872
(89,104,114)
#4B575F
(75,87,95)
#3D464C
(61,70,76)
#2F3539
(47,53,57)
#212426
(33,36,38)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #9FBDD1

#9FBDD1
(159,189,209)
#A7C3D5
(167,195,213)
#AFC9D9
(175,201,217)
#B7CFDD
(183,207,221)
#BFD5E1
(191,213,225)
#C7DBE5
(199,219,229)
#CFE1E9
(207,225,233)
#D7E7ED
(215,231,237)
#DFEDF1
(223,237,241)
#E7F3F5
(231,243,245)
#EFF9F9
(239,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBDD1 color. Also use rgb(159,189,209) instead hex code.

Text Font Color

.myTextColor { color: #9FBDD1; }

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

This text font color is #9FBDD1.

Background Color

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

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

This div background color is #9FBDD1.

Border color

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

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

This div border color is #9FBDD1.

Opacity

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

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

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

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

This text has shadow with #9FBDD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBDD1.

Preview

Color preview on black background

This text has color #9FBDD1 on black background.


Color preview on white background

This text has color #9FBDD1 on white background.


Black color preview on #9FBDD1 background

This text has black color on #9FBDD1 background.


White color preview on #9FBDD1 background

This text has white color on #9FBDD1 background.


Related colors

Complementary color

Complementary color for #hex is #60422E.


I love getcolorcode.com

Triadic colors

1 #D19FBD and #BDD19F with #9FBDD1 are triadic colors.

2 #D1BD9F and #BD9FD1 with #9FBDD1 are triadic colors.