COLOR #8DAFB8

HEX: #8DAFB8
RGB: (141,175,184)

Color info

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

RGB color model

#8DAFB8 color RGB value is (141,175,184).

  • red value is 141;
  • green value is 175;
  • blue value is 184.
RGB:
(141,175,184)
(55%,69%,72%)

RGB channels and saturation

R 141 of 255 = 55%
G 175 of 255 = 69%
B 184 of 255 = 72%

141
175
184

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

Portions of RGB colors in percentages

R + G + B =
141 + 175 + 184 = 500 (100%)
R 141 of 500 ~ 28.2%
G 175 of 500 ~ 35%
B 184 of 500 ~ 36.8%

%28.2
%35
%36.8

CMYK color model

#8DAFB8 color CMYK value is (23,5,0,28).

  • cyan value is 23.37%
  • magenta value is 4.89%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(23,5,0,28)
C23M5Y0K28 
(23%,5%,0%,28%)
(0.23/0.05/0.00/0.28)	

CMYK percentages

%23.37
%4.89
%0
%27.84

Codes

Color #8DAFB8 in popluar color models

8DAFB8
RGB141175184
HSL193°23.24%63.73%
HSB/HSV193°23.37%72.16%
CMYK23.37%4.89%0.00%
27.84%

Color #8DAFB8 in popluar number systems.

HEX8DAFB8
Decimal141175184
Binary100011011010111110111000
Octal215257270

Shades and tints

Shades of #8DAFB8

#8DAFB8
(141,175,184)
#81A0A8
(129,160,168)
#759198
(117,145,152)
#698288
(105,130,136)
#5D7378
(93,115,120)
#516468
(81,100,104)
#455558
(69,85,88)
#394648
(57,70,72)
#2D3738
(45,55,56)
#212828
(33,40,40)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #8DAFB8

#8DAFB8
(141,175,184)
#97B6BE
(151,182,190)
#A1BDC4
(161,189,196)
#ABC4CA
(171,196,202)
#B5CBD0
(181,203,208)
#BFD2D6
(191,210,214)
#C9D9DC
(201,217,220)
#D3E0E2
(211,224,226)
#DDE7E8
(221,231,232)
#E7EEEE
(231,238,238)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DAFB8 color. Also use rgb(141,175,184) instead hex code.

Text Font Color

.myTextColor { color: #8DAFB8; }

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

This text font color is #8DAFB8.


Background Color

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

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

This div background color is #8DAFB8.


Border color

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

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

This div border color is #8DAFB8.


Opacity

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

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

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

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

This text has shadow with #8DAFB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAFB8 on black background.


Color preview on white background

This text has color #8DAFB8 on white background.



Black color preview on #8DAFB8 background

This text has black color on #8DAFB8 background.


White color preview on #8DAFB8 background

This text has white color on #8DAFB8 background.