COLOR #9DABD2

HEX: #9DABD2 RGB: (157,171,210)

Color info

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

RGB color model

#9DABD2 color RGB value is (157,171,210).

RGB: (157,171,210) (62%, 67%, 82%)

RGB channels and saturation

R 157 of 255 = 62%
G 171 of 255 = 67%
B 210 of 255 = 82%

157
171
210

R + G + B ~ 70%. #9DABD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 171 + 210 = 538 (100%)
R 157 of 538 ~ 29.18%
G 171 of 538 ~ 31.78%
B 210 of 538 ~ 39.03'%

%29.18
%31.78
%39.03

CMYK color model

#9DABD2 color CMYK value is (25,19,0,18).

  • cyan value is 25.24%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK: (25,19,0,18) C25M19Y0K18 (25%,19%,0%,18%) (0.25/0.19/0.00/0.18) 

CMYK percentages

%25.24
%18.57
%0
%17.65

Codes

Color #9DABD2 in popluar color models

9D AB D2
RGB 157 171 210
HSL 224° 37.06% 71.96%
HSB/HSV 224° 25.24% 82.35%
CMYK 25.24% 18.57% 0.00%
17.65%

Color #9DABD2 in popluar number systems.

HEX 9D AB D2
Decimal 157 171 210
Binary 10011101 10101011 11010010
Octal 235 253 322

Shades and tints

Shades of #9DABD2

#9DABD2
(157,171,210)
#8F9CBF
(143,156,191)
#818DAC
(129,141,172)
#737E99
(115,126,153)
#656F86
(101,111,134)
#576073
(87,96,115)
#495160
(73,81,96)
#3B424D
(59,66,77)
#2D333A
(45,51,58)
#1F2427
(31,36,39)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #9DABD2

#9DABD2
(157,171,210)
#A5B2D6
(165,178,214)
#ADB9DA
(173,185,218)
#B5C0DE
(181,192,222)
#BDC7E2
(189,199,226)
#C5CEE6
(197,206,230)
#CDD5EA
(205,213,234)
#D5DCEE
(213,220,238)
#DDE3F2
(221,227,242)
#E5EAF6
(229,234,246)
#EDF1FA
(237,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DABD2 color. Also use rgb(157,171,210) instead hex code.

Text Font Color

.myTextColor { color: #9DABD2; }

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

This text font color is #9DABD2.

Background Color

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

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

This div background color is #9DABD2.

Border color

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

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

This div border color is #9DABD2.

Opacity

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

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

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

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

This text has shadow with #9DABD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DABD2.

Preview

Color preview on black background

This text has color #9DABD2 on black background.


Color preview on white background

This text has color #9DABD2 on white background.


Black color preview on #9DABD2 background

This text has black color on #9DABD2 background.


White color preview on #9DABD2 background

This text has white color on #9DABD2 background.


Related colors

Complementary color

Complementary color for #hex is #62542D.


I love getcolorcode.com

Triadic colors

1 #D29DAB and #ABD29D with #9DABD2 are triadic colors.

2 #D2AB9D and #AB9DD2 with #9DABD2 are triadic colors.