COLOR #9DA1BE

HEX: #9DA1BE RGB: (157,161,190)

Color info

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

RGB color model

#9DA1BE color RGB value is (157,161,190).

RGB: (157,161,190) (62%, 63%, 75%)

RGB channels and saturation

R 157 of 255 = 62%
G 161 of 255 = 63%
B 190 of 255 = 75%

157
161
190

R + G + B ~ 67%. #9DA1BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 161 + 190 = 508 (100%)
R 157 of 508 ~ 30.91%
G 161 of 508 ~ 31.69%
B 190 of 508 ~ 37.4'%

%30.91
%31.69
%37.4

CMYK color model

#9DA1BE color CMYK value is (17,15,0,25).

  • cyan value is 17.37%
  • magenta value is 15.26%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (17,15,0,25)
C17M15Y0K25 (17%, 15%, 0%, 25%)
(0.17 / 0.15 / 0.00 / 0.25)

CMYK percentages

%17.37
%15.26
%0
%25.49

Codes

Color #9DA1BE in popluar color models

9D A1 BE
RGB 157 161 190
HSL 233° 20.25% 68.04%
HSB/HSV 233° 17.37% 74.51%
CMYK 17.37% 15.26% 0.00%
25.49%

Color #9DA1BE in popluar number systems.

HEX 9D A1 BE
Decimal 157 161 190
Binary 10011101 10100001 10111110
Octal 235 241 276

Shades and tints

Shades of #9DA1BE

#9DA1BE
(157,161,190)
#8F93AD
(143,147,173)
#81859C
(129,133,156)
#73778B
(115,119,139)
#65697A
(101,105,122)
#575B69
(87,91,105)
#494D58
(73,77,88)
#3B3F47
(59,63,71)
#2D3136
(45,49,54)
#1F2325
(31,35,37)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #9DA1BE

#9DA1BE
(157,161,190)
#A5A9C3
(165,169,195)
#ADB1C8
(173,177,200)
#B5B9CD
(181,185,205)
#BDC1D2
(189,193,210)
#C5C9D7
(197,201,215)
#CDD1DC
(205,209,220)
#D5D9E1
(213,217,225)
#DDE1E6
(221,225,230)
#E5E9EB
(229,233,235)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA1BE color. Also use rgb(157,161,190) instead hex code.

Text Font Color

.myTextColor { color: #9DA1BE; }

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

This text font color is #9DA1BE.

Background Color

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

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

This div background color is #9DA1BE.

Border color

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

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

This div border color is #9DA1BE.

Opacity

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

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

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

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

This text has shadow with #9DA1BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA1BE.

Preview

Color preview on black background

This text has color #9DA1BE on black background.


Color preview on white background

This text has color #9DA1BE on white background.


Black color preview on #9DA1BE background

This text has black color on #9DA1BE background.


White color preview on #9DA1BE background

This text has white color on #9DA1BE background.


Related colors

Complementary color

Complementary color for #hex is #625E41.


I love getcolorcode.com

Triadic colors

1 #BE9DA1 and #A1BE9D with #9DA1BE are triadic colors.

2 #BEA19D and #A19DBE with #9DA1BE are triadic colors.