COLOR #8DD8B4

HEX: #8DD8B4
RGB: (141,216,180)

Color info

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

RGB color model

#8DD8B4 color RGB value is (141,216,180).

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

RGB channels and saturation

R 141 of 255 = 55%
G 216 of 255 = 85%
B 180 of 255 = 71%

141
216
180

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

Portions of RGB colors in percentages

R + G + B =
141 + 216 + 180 = 537 (100%)
R 141 of 537 ~ 26.26%
G 216 of 537 ~ 40.22%
B 180 of 537 ~ 33.52%

%26.26
%40.22
%33.52

CMYK color model

#8DD8B4 color CMYK value is (35,0,17,15).

  • cyan value is 34.72%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 15.29%
CMYK:
(35,0,17,15)
C35M0Y17K15 
(35%,0%,17%,15%)
(0.35/0.00/0.17/0.15)	

CMYK percentages

%34.72
%0
%16.67
%15.29

Codes

Color #8DD8B4 in popluar color models

8DD8B4
RGB141216180
HSL151°49.02%70.00%
HSB/HSV151°34.72%84.71%
CMYK34.72%0.00%16.67%
15.29%

Color #8DD8B4 in popluar number systems.

HEX8DD8B4
Decimal141216180
Binary100011011101100010110100
Octal215330264

Shades and tints

Shades of #8DD8B4

#8DD8B4
(141,216,180)
#81C5A4
(129,197,164)
#75B294
(117,178,148)
#699F84
(105,159,132)
#5D8C74
(93,140,116)
#517964
(81,121,100)
#456654
(69,102,84)
#395344
(57,83,68)
#2D4034
(45,64,52)
#212D24
(33,45,36)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #8DD8B4

#8DD8B4
(141,216,180)
#97DBBA
(151,219,186)
#A1DEC0
(161,222,192)
#ABE1C6
(171,225,198)
#B5E4CC
(181,228,204)
#BFE7D2
(191,231,210)
#C9EAD8
(201,234,216)
#D3EDDE
(211,237,222)
#DDF0E4
(221,240,228)
#E7F3EA
(231,243,234)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DD8B4; }

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

This text font color is #8DD8B4.


Background Color

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

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

This div background color is #8DD8B4.


Border color

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

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

This div border color is #8DD8B4.


Opacity

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

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

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

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

This text has shadow with #8DD8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DD8B4 on black background.


Color preview on white background

This text has color #8DD8B4 on white background.



Black color preview on #8DD8B4 background

This text has black color on #8DD8B4 background.


White color preview on #8DD8B4 background

This text has white color on #8DD8B4 background.