COLOR #8DCEB9

HEX: #8DCEB9
RGB: (141,206,185)

Color info

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

RGB color model

#8DCEB9 color RGB value is (141,206,185).

  • red value is 141;
  • green value is 206;
  • blue value is 185.
RGB:
(141,206,185)
(55%,81%,73%)

RGB channels and saturation

R 141 of 255 = 55%
G 206 of 255 = 81%
B 185 of 255 = 73%

141
206
185

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

Portions of RGB colors in percentages

R + G + B =
141 + 206 + 185 = 532 (100%)
R 141 of 532 ~ 26.5%
G 206 of 532 ~ 38.72%
B 185 of 532 ~ 34.77%

%26.5
%38.72
%34.77

CMYK color model

#8DCEB9 color CMYK value is (32,0,10,19).

  • cyan value is 31.55%
  • magenta value is 0.00%
  • yellow value is 10.19%
  • key color value is 19.22%
CMYK:
(32,0,10,19)
C32M0Y10K19 
(32%,0%,10%,19%)
(0.32/0.00/0.10/0.19)	

CMYK percentages

%31.55
%0
%10.19
%19.22

Codes

Color #8DCEB9 in popluar color models

8DCEB9
RGB141206185
HSL161°39.88%68.04%
HSB/HSV161°31.55%80.78%
CMYK31.55%0.00%10.19%
19.22%

Color #8DCEB9 in popluar number systems.

HEX8DCEB9
Decimal141206185
Binary100011011100111010111001
Octal215316271

Shades and tints

Shades of #8DCEB9

#8DCEB9
(141,206,185)
#81BCA9
(129,188,169)
#75AA99
(117,170,153)
#699889
(105,152,137)
#5D8679
(93,134,121)
#517469
(81,116,105)
#456259
(69,98,89)
#395049
(57,80,73)
#2D3E39
(45,62,57)
#212C29
(33,44,41)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #8DCEB9

#8DCEB9
(141,206,185)
#97D2BF
(151,210,191)
#A1D6C5
(161,214,197)
#ABDACB
(171,218,203)
#B5DED1
(181,222,209)
#BFE2D7
(191,226,215)
#C9E6DD
(201,230,221)
#D3EAE3
(211,234,227)
#DDEEE9
(221,238,233)
#E7F2EF
(231,242,239)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DCEB9 color. Also use rgb(141,206,185) instead hex code.

Text Font Color

.myTextColor { color: #8DCEB9; }

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

This text font color is #8DCEB9.


Background Color

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

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

This div background color is #8DCEB9.


Border color

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

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

This div border color is #8DCEB9.


Opacity

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

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

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

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

This text has shadow with #8DCEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DCEB9 on black background.


Color preview on white background

This text has color #8DCEB9 on white background.



Black color preview on #8DCEB9 background

This text has black color on #8DCEB9 background.


White color preview on #8DCEB9 background

This text has white color on #8DCEB9 background.