COLOR #8DA5C3

HEX: #8DA5C3
RGB: (141,165,195)

Color info

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

RGB color model

#8DA5C3 color RGB value is (141,165,195).

  • red value is 141;
  • green value is 165;
  • blue value is 195.
RGB:
(141,165,195)
(55%,65%,76%)

RGB channels and saturation

R 141 of 255 = 55%
G 165 of 255 = 65%
B 195 of 255 = 76%

141
165
195

R + G + B ~ 65%. #8DA5C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 165 + 195 = 501 (100%)
R 141 of 501 ~ 28.14%
G 165 of 501 ~ 32.93%
B 195 of 501 ~ 38.92%

%28.14
%32.93
%38.92

CMYK color model

#8DA5C3 color CMYK value is (28,15,0,24).

  • cyan value is 27.69%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(28,15,0,24)
C28M15Y0K24 
(28%,15%,0%,24%)
(0.28/0.15/0.00/0.24)	

CMYK percentages

%27.69
%15.38
%0
%23.53

Codes

Color #8DA5C3 in popluar color models

8DA5C3
RGB141165195
HSL213°31.03%65.88%
HSB/HSV213°27.69%76.47%
CMYK27.69%15.38%0.00%
23.53%

Color #8DA5C3 in popluar number systems.

HEX8DA5C3
Decimal141165195
Binary100011011010010111000011
Octal215245303

Shades and tints

Shades of #8DA5C3

#8DA5C3
(141,165,195)
#8196B2
(129,150,178)
#7587A1
(117,135,161)
#697890
(105,120,144)
#5D697F
(93,105,127)
#515A6E
(81,90,110)
#454B5D
(69,75,93)
#393C4C
(57,60,76)
#2D2D3B
(45,45,59)
#211E2A
(33,30,42)
#150F19
(21,15,25)
#000000
(0,0,0)

Tints of #8DA5C3

#8DA5C3
(141,165,195)
#97ADC8
(151,173,200)
#A1B5CD
(161,181,205)
#ABBDD2
(171,189,210)
#B5C5D7
(181,197,215)
#BFCDDC
(191,205,220)
#C9D5E1
(201,213,225)
#D3DDE6
(211,221,230)
#DDE5EB
(221,229,235)
#E7EDF0
(231,237,240)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA5C3 color. Also use rgb(141,165,195) instead hex code.

Text Font Color

.myTextColor { color: #8DA5C3; }

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

This text font color is #8DA5C3.


Background Color

.myBgColor { background-color: #8DA5C3; }

<div style="background-color:#8DA5C3">Inner text</div>

This div background color is #8DA5C3.


Border color

.myBorderColor { border: 1px solid #8DA5C3; }

<div style="border:3px solid #8DA5C3">Div</div>

This div border color is #8DA5C3.


Opacity

.myOpacity80 { color: #8DA5C3; opacity: 0.8; }

<p style="color:#8DA5C3;opacity:0.8;">80%</p>

Text with #8DA5C3 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 #8DA5C3;}

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

This text has shadow with #8DA5C3 color.

.textShadow {text-shadow: 3px 3px 1px #8DA5C3, 3px 3px 1px red;}

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

This text has shadow with #8DA5C3 primary color and red secondary color.


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

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

This text has shadow with #8DA5C3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA5C3 on black background.


Color preview on white background

This text has color #8DA5C3 on white background.



Black color preview on #8DA5C3 background

This text has black color on #8DA5C3 background.


White color preview on #8DA5C3 background

This text has white color on #8DA5C3 background.