COLOR #8DA3BE

HEX: #8DA3BE
RGB: (141,163,190)

Color info

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

RGB color model

#8DA3BE color RGB value is (141,163,190).

  • red value is 141;
  • green value is 163;
  • blue value is 190.
RGB:
(141,163,190)
(55%,64%,75%)

RGB channels and saturation

R 141 of 255 = 55%
G 163 of 255 = 64%
B 190 of 255 = 75%

141
163
190

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

Portions of RGB colors in percentages

R + G + B =
141 + 163 + 190 = 494 (100%)
R 141 of 494 ~ 28.54%
G 163 of 494 ~ 33%
B 190 of 494 ~ 38.46%

%28.54
%33
%38.46

CMYK color model

#8DA3BE color CMYK value is (26,14,0,25).

  • cyan value is 25.79%
  • magenta value is 14.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(26,14,0,25)
C26M14Y0K25 
(26%,14%,0%,25%)
(0.26/0.14/0.00/0.25)	

CMYK percentages

%25.79
%14.21
%0
%25.49

Codes

Color #8DA3BE in popluar color models

8DA3BE
RGB141163190
HSL213°27.37%64.90%
HSB/HSV213°25.79%74.51%
CMYK25.79%14.21%0.00%
25.49%

Color #8DA3BE in popluar number systems.

HEX8DA3BE
Decimal141163190
Binary100011011010001110111110
Octal215243276

Shades and tints

Shades of #8DA3BE

#8DA3BE
(141,163,190)
#8195AD
(129,149,173)
#75879C
(117,135,156)
#69798B
(105,121,139)
#5D6B7A
(93,107,122)
#515D69
(81,93,105)
#454F58
(69,79,88)
#394147
(57,65,71)
#2D3336
(45,51,54)
#212525
(33,37,37)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #8DA3BE

#8DA3BE
(141,163,190)
#97ABC3
(151,171,195)
#A1B3C8
(161,179,200)
#ABBBCD
(171,187,205)
#B5C3D2
(181,195,210)
#BFCBD7
(191,203,215)
#C9D3DC
(201,211,220)
#D3DBE1
(211,219,225)
#DDE3E6
(221,227,230)
#E7EBEB
(231,235,235)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA3BE color. Also use rgb(141,163,190) instead hex code.

Text Font Color

.myTextColor { color: #8DA3BE; }

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

This text font color is #8DA3BE.


Background Color

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

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

This div background color is #8DA3BE.


Border color

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

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

This div border color is #8DA3BE.


Opacity

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

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

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

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

This text has shadow with #8DA3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA3BE on black background.


Color preview on white background

This text has color #8DA3BE on white background.



Black color preview on #8DA3BE background

This text has black color on #8DA3BE background.


White color preview on #8DA3BE background

This text has white color on #8DA3BE background.