COLOR #8DB4C9

HEX: #8DB4C9
RGB: (141,180,201)

Color info

#8DB4C9 contains mainly green and blue colors. Web safe color of #8DB4C9 is #99CCCC (or #9CC).

RGB color model

#8DB4C9 color RGB value is (141,180,201).

  • red value is 141;
  • green value is 180;
  • blue value is 201.
RGB:
(141,180,201)
(55%,71%,79%)

RGB channels and saturation

R 141 of 255 = 55%
G 180 of 255 = 71%
B 201 of 255 = 79%

141
180
201

R + G + B ~ 68%. #8DB4C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 180 + 201 = 522 (100%)
R 141 of 522 ~ 27.01%
G 180 of 522 ~ 34.48%
B 201 of 522 ~ 38.51%

%27.01
%34.48
%38.51

CMYK color model

#8DB4C9 color CMYK value is (30,10,0,21).

  • cyan value is 29.85%
  • magenta value is 10.45%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(30,10,0,21)
C30M10Y0K21 
(30%,10%,0%,21%)
(0.30/0.10/0.00/0.21)	

CMYK percentages

%29.85
%10.45
%0
%21.18

Codes

Color #8DB4C9 in popluar color models

8DB4C9
RGB141180201
HSL201°35.71%67.06%
HSB/HSV201°29.85%78.82%
CMYK29.85%10.45%0.00%
21.18%

Color #8DB4C9 in popluar number systems.

HEX8DB4C9
Decimal141180201
Binary100011011011010011001001
Octal215264311

Shades and tints

Shades of #8DB4C9

#8DB4C9
(141,180,201)
#81A4B7
(129,164,183)
#7594A5
(117,148,165)
#698493
(105,132,147)
#5D7481
(93,116,129)
#51646F
(81,100,111)
#45545D
(69,84,93)
#39444B
(57,68,75)
#2D3439
(45,52,57)
#212427
(33,36,39)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #8DB4C9

#8DB4C9
(141,180,201)
#97BACD
(151,186,205)
#A1C0D1
(161,192,209)
#ABC6D5
(171,198,213)
#B5CCD9
(181,204,217)
#BFD2DD
(191,210,221)
#C9D8E1
(201,216,225)
#D3DEE5
(211,222,229)
#DDE4E9
(221,228,233)
#E7EAED
(231,234,237)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB4C9 color. Also use rgb(141,180,201) instead hex code.

Text Font Color

.myTextColor { color: #8DB4C9; }

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

This text font color is #8DB4C9.


Background Color

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

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

This div background color is #8DB4C9.


Border color

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

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

This div border color is #8DB4C9.


Opacity

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

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

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

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

This text has shadow with #8DB4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB4C9 on black background.


Color preview on white background

This text has color #8DB4C9 on white background.



Black color preview on #8DB4C9 background

This text has black color on #8DB4C9 background.


White color preview on #8DB4C9 background

This text has white color on #8DB4C9 background.