COLOR #9DABD3

HEX: #9DABD3
RGB: (157,171,211)

Color info

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

RGB color model

#9DABD3 color RGB value is (157,171,211).

  • red value is 157;
  • green value is 171;
  • blue value is 211.
RGB:
(157,171,211)
(62%,67%,83%)

RGB channels and saturation

R 157 of 255 = 62%
G 171 of 255 = 67%
B 211 of 255 = 83%

157
171
211

R + G + B ~ 71%. #9DABD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 171 + 211 = 539 (100%)
R 157 of 539 ~ 29.13%
G 171 of 539 ~ 31.73%
B 211 of 539 ~ 39.15%

%29.13
%31.73
%39.15

CMYK color model

#9DABD3 color CMYK value is (26,19,0,17).

  • cyan value is 25.59%
  • magenta value is 18.96%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(26,19,0,17)
C26M19Y0K17 
(26%,19%,0%,17%)
(0.26/0.19/0.00/0.17)	

CMYK percentages

%25.59
%18.96
%0
%17.25

Codes

Color #9DABD3 in popluar color models

9DABD3
RGB157171211
HSL224°38.03%72.16%
HSB/HSV224°25.59%82.75%
CMYK25.59%18.96%0.00%
17.25%

Color #9DABD3 in popluar number systems.

HEX9DABD3
Decimal157171211
Binary100111011010101111010011
Octal235253323

Shades and tints

Shades of #9DABD3

#9DABD3
(157,171,211)
#8F9CC0
(143,156,192)
#818DAD
(129,141,173)
#737E9A
(115,126,154)
#656F87
(101,111,135)
#576074
(87,96,116)
#495161
(73,81,97)
#3B424E
(59,66,78)
#2D333B
(45,51,59)
#1F2428
(31,36,40)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #9DABD3

#9DABD3
(157,171,211)
#A5B2D7
(165,178,215)
#ADB9DB
(173,185,219)
#B5C0DF
(181,192,223)
#BDC7E3
(189,199,227)
#C5CEE7
(197,206,231)
#CDD5EB
(205,213,235)
#D5DCEF
(213,220,239)
#DDE3F3
(221,227,243)
#E5EAF7
(229,234,247)
#EDF1FB
(237,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DABD3; }

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

This text font color is #9DABD3.


Background Color

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

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

This div background color is #9DABD3.


Border color

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

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

This div border color is #9DABD3.


Opacity

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

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

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

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

This text has shadow with #9DABD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DABD3 on black background.


Color preview on white background

This text has color #9DABD3 on white background.



Black color preview on #9DABD3 background

This text has black color on #9DABD3 background.


White color preview on #9DABD3 background

This text has white color on #9DABD3 background.