COLOR #8DB4D4

HEX: #8DB4D4
RGB: (141,180,212)

Color info

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

RGB color model

#8DB4D4 color RGB value is (141,180,212).

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

RGB channels and saturation

R 141 of 255 = 55%
G 180 of 255 = 71%
B 212 of 255 = 83%

141
180
212

R + G + B ~ 70%. #8DB4D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 180 + 212 = 533 (100%)
R 141 of 533 ~ 26.45%
G 180 of 533 ~ 33.77%
B 212 of 533 ~ 39.77%

%26.45
%33.77
%39.77

CMYK color model

#8DB4D4 color CMYK value is (33,15,0,17).

  • cyan value is 33.49%
  • magenta value is 15.09%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(33,15,0,17)
C33M15Y0K17 
(33%,15%,0%,17%)
(0.33/0.15/0.00/0.17)	

CMYK percentages

%33.49
%15.09
%0
%16.86

Codes

Color #8DB4D4 in popluar color models

8DB4D4
RGB141180212
HSL207°45.22%69.22%
HSB/HSV207°33.49%83.14%
CMYK33.49%15.09%0.00%
16.86%

Color #8DB4D4 in popluar number systems.

HEX8DB4D4
Decimal141180212
Binary100011011011010011010100
Octal215264324

Shades and tints

Shades of #8DB4D4

#8DB4D4
(141,180,212)
#81A4C1
(129,164,193)
#7594AE
(117,148,174)
#69849B
(105,132,155)
#5D7488
(93,116,136)
#516475
(81,100,117)
#455462
(69,84,98)
#39444F
(57,68,79)
#2D343C
(45,52,60)
#212429
(33,36,41)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #8DB4D4

#8DB4D4
(141,180,212)
#97BAD7
(151,186,215)
#A1C0DA
(161,192,218)
#ABC6DD
(171,198,221)
#B5CCE0
(181,204,224)
#BFD2E3
(191,210,227)
#C9D8E6
(201,216,230)
#D3DEE9
(211,222,233)
#DDE4EC
(221,228,236)
#E7EAEF
(231,234,239)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB4D4; }

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

This text font color is #8DB4D4.


Background Color

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

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

This div background color is #8DB4D4.


Border color

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

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

This div border color is #8DB4D4.


Opacity

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

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

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

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

This text has shadow with #8DB4D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB4D4 on black background.


Color preview on white background

This text has color #8DB4D4 on white background.



Black color preview on #8DB4D4 background

This text has black color on #8DB4D4 background.


White color preview on #8DB4D4 background

This text has white color on #8DB4D4 background.