COLOR #9CA8DA

HEX: #9CA8DA
RGB: (156,168,218)

Color info

#9CA8DA contains mainly green and blue colors. Web safe color of #9CA8DA is #9999CC (or #99C).

RGB color model

#9CA8DA color RGB value is (156,168,218).

  • red value is 156;
  • green value is 168;
  • blue value is 218.
RGB:
(156,168,218)
(61%,66%,85%)

RGB channels and saturation

R 156 of 255 = 61%
G 168 of 255 = 66%
B 218 of 255 = 85%

156
168
218

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

Portions of RGB colors in percentages

R + G + B =
156 + 168 + 218 = 542 (100%)
R 156 of 542 ~ 28.78%
G 168 of 542 ~ 31%
B 218 of 542 ~ 40.22%

%28.78
%31
%40.22

CMYK color model

#9CA8DA color CMYK value is (28,23,0,15).

  • cyan value is 28.44%
  • magenta value is 22.94%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(28,23,0,15)
C28M23Y0K15 
(28%,23%,0%,15%)
(0.28/0.23/0.00/0.15)	

CMYK percentages

%28.44
%22.94
%0
%14.51

Codes

Color #9CA8DA in popluar color models

9CA8DA
RGB156168218
HSL228°45.59%73.33%
HSB/HSV228°28.44%85.49%
CMYK28.44%22.94%0.00%
14.51%

Color #9CA8DA in popluar number systems.

HEX9CA8DA
Decimal156168218
Binary100111001010100011011010
Octal234250332

Shades and tints

Shades of #9CA8DA

#9CA8DA
(156,168,218)
#8E99C7
(142,153,199)
#808AB4
(128,138,180)
#727BA1
(114,123,161)
#646C8E
(100,108,142)
#565D7B
(86,93,123)
#484E68
(72,78,104)
#3A3F55
(58,63,85)
#2C3042
(44,48,66)
#1E212F
(30,33,47)
#10121C
(16,18,28)
#000000
(0,0,0)

Tints of #9CA8DA

#9CA8DA
(156,168,218)
#A5AFDD
(165,175,221)
#AEB6E0
(174,182,224)
#B7BDE3
(183,189,227)
#C0C4E6
(192,196,230)
#C9CBE9
(201,203,233)
#D2D2EC
(210,210,236)
#DBD9EF
(219,217,239)
#E4E0F2
(228,224,242)
#EDE7F5
(237,231,245)
#F6EEF8
(246,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA8DA color. Also use rgb(156,168,218) instead hex code.

Text Font Color

.myTextColor { color: #9CA8DA; }

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

This text font color is #9CA8DA.


Background Color

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

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

This div background color is #9CA8DA.


Border color

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

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

This div border color is #9CA8DA.


Opacity

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

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

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

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

This text has shadow with #9CA8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA8DA on black background.


Color preview on white background

This text has color #9CA8DA on white background.



Black color preview on #9CA8DA background

This text has black color on #9CA8DA background.


White color preview on #9CA8DA background

This text has white color on #9CA8DA background.