COLOR #8DD9C2

HEX: #8DD9C2
RGB: (141,217,194)

Color info

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

RGB color model

#8DD9C2 color RGB value is (141,217,194).

  • red value is 141;
  • green value is 217;
  • blue value is 194.
RGB:
(141,217,194)
(55%,85%,76%)

RGB channels and saturation

R 141 of 255 = 55%
G 217 of 255 = 85%
B 194 of 255 = 76%

141
217
194

R + G + B ~ 72%. #8DD9C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 217 + 194 = 552 (100%)
R 141 of 552 ~ 25.54%
G 217 of 552 ~ 39.31%
B 194 of 552 ~ 35.14%

%25.54
%39.31
%35.14

CMYK color model

#8DD9C2 color CMYK value is (35,0,11,15).

  • cyan value is 35.02%
  • magenta value is 0.00%
  • yellow value is 10.60%
  • key color value is 14.90%
CMYK:
(35,0,11,15)
C35M0Y11K15 
(35%,0%,11%,15%)
(0.35/0.00/0.11/0.15)	

CMYK percentages

%35.02
%0
%10.6
%14.9

Codes

Color #8DD9C2 in popluar color models

8DD9C2
RGB141217194
HSL162°50.00%70.20%
HSB/HSV162°35.02%85.10%
CMYK35.02%0.00%10.60%
14.90%

Color #8DD9C2 in popluar number systems.

HEX8DD9C2
Decimal141217194
Binary100011011101100111000010
Octal215331302

Shades and tints

Shades of #8DD9C2

#8DD9C2
(141,217,194)
#81C6B1
(129,198,177)
#75B3A0
(117,179,160)
#69A08F
(105,160,143)
#5D8D7E
(93,141,126)
#517A6D
(81,122,109)
#45675C
(69,103,92)
#39544B
(57,84,75)
#2D413A
(45,65,58)
#212E29
(33,46,41)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #8DD9C2

#8DD9C2
(141,217,194)
#97DCC7
(151,220,199)
#A1DFCC
(161,223,204)
#ABE2D1
(171,226,209)
#B5E5D6
(181,229,214)
#BFE8DB
(191,232,219)
#C9EBE0
(201,235,224)
#D3EEE5
(211,238,229)
#DDF1EA
(221,241,234)
#E7F4EF
(231,244,239)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DD9C2 color. Also use rgb(141,217,194) instead hex code.

Text Font Color

.myTextColor { color: #8DD9C2; }

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

This text font color is #8DD9C2.


Background Color

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

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

This div background color is #8DD9C2.


Border color

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

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

This div border color is #8DD9C2.


Opacity

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

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

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

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

This text has shadow with #8DD9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DD9C2 on black background.


Color preview on white background

This text has color #8DD9C2 on white background.



Black color preview on #8DD9C2 background

This text has black color on #8DD9C2 background.


White color preview on #8DD9C2 background

This text has white color on #8DD9C2 background.