COLOR #9CABD3

HEX: #9CABD3 RGB: (156,171,211)

Color info

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

RGB color model

#9CABD3 color RGB value is (156,171,211).

RGB: (156,171,211) (61%, 67%, 83%)

RGB channels and saturation

R 156 of 255 = 61%
G 171 of 255 = 67%
B 211 of 255 = 83%

156
171
211

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

Portions of RGB colors in percentages

R + G + B = 156 + 171 + 211 = 538 (100%)
R 156 of 538 ~ 29%
G 171 of 538 ~ 31.78%
B 211 of 538 ~ 39.22'%

%29
%31.78
%39.22

CMYK color model

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

  • cyan value is 26.07%
  • 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

%26.07
%18.96
%0
%17.25

Codes

Color #9CABD3 in popluar color models

9C AB D3
RGB 156 171 211
HSL 224° 38.46% 71.96%
HSB/HSV 224° 26.07% 82.75%
CMYK 26.07% 18.96% 0.00%
17.25%

Color #9CABD3 in popluar number systems.

HEX 9C AB D3
Decimal 156 171 211
Binary 10011100 10101011 11010011
Octal 234 253 323

Shades and tints

Shades of #9CABD3

#9CABD3
(156,171,211)
#8E9CC0
(142,156,192)
#808DAD
(128,141,173)
#727E9A
(114,126,154)
#646F87
(100,111,135)
#566074
(86,96,116)
#485161
(72,81,97)
#3A424E
(58,66,78)
#2C333B
(44,51,59)
#1E2428
(30,36,40)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #9CABD3

#9CABD3
(156,171,211)
#A5B2D7
(165,178,215)
#AEB9DB
(174,185,219)
#B7C0DF
(183,192,223)
#C0C7E3
(192,199,227)
#C9CEE7
(201,206,231)
#D2D5EB
(210,213,235)
#DBDCEF
(219,220,239)
#E4E3F3
(228,227,243)
#EDEAF7
(237,234,247)
#F6F1FB
(246,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CABD3; }

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

This text font color is #9CABD3.

Background Color

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

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

This div background color is #9CABD3.

Border color

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

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

This div border color is #9CABD3.

Opacity

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

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

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

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

This text has shadow with #9CABD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CABD3.

Preview

Color preview on black background

This text has color #9CABD3 on black background.


Color preview on white background

This text has color #9CABD3 on white background.


Black color preview on #9CABD3 background

This text has black color on #9CABD3 background.


White color preview on #9CABD3 background

This text has white color on #9CABD3 background.


Related colors

Complementary color

Complementary color for #hex is #63542C.


I love getcolorcode.com

Triadic colors

1 #D39CAB and #ABD39C with #9CABD3 are triadic colors.

2 #D3AB9C and #AB9CD3 with #9CABD3 are triadic colors.