COLOR #8DEDE7

HEX: #8DEDE7
RGB: (141,237,231)

Color info

#8DEDE7 contains mainly green and blue colors. Web safe color of #8DEDE7 is #99FFFF (or #9FF).

RGB color model

#8DEDE7 color RGB value is (141,237,231).

  • red value is 141;
  • green value is 237;
  • blue value is 231.
RGB:
(141,237,231)
(55%,93%,91%)

RGB channels and saturation

R 141 of 255 = 55%
G 237 of 255 = 93%
B 231 of 255 = 91%

141
237
231

R + G + B ~ 80%. #8DEDE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 237 + 231 = 609 (100%)
R 141 of 609 ~ 23.15%
G 237 of 609 ~ 38.92%
B 231 of 609 ~ 37.93%

%23.15
%38.92
%37.93

CMYK color model

#8DEDE7 color CMYK value is (41,0,3,7).

  • cyan value is 40.51%
  • magenta value is 0.00%
  • yellow value is 2.53%
  • key color value is 7.06%
CMYK:
(41,0,3,7)
C41M0Y3K7 
(41%,0%,3%,7%)
(0.41/0.00/0.03/0.07)	

CMYK percentages

%40.51
%0
%2.53
%7.06

Codes

Color #8DEDE7 in popluar color models

8DEDE7
RGB141237231
HSL176°72.73%74.12%
HSB/HSV176°40.51%92.94%
CMYK40.51%0.00%2.53%
7.06%

Color #8DEDE7 in popluar number systems.

HEX8DEDE7
Decimal141237231
Binary100011011110110111100111
Octal215355347

Shades and tints

Shades of #8DEDE7

#8DEDE7
(141,237,231)
#81D8D2
(129,216,210)
#75C3BD
(117,195,189)
#69AEA8
(105,174,168)
#5D9993
(93,153,147)
#51847E
(81,132,126)
#456F69
(69,111,105)
#395A54
(57,90,84)
#2D453F
(45,69,63)
#21302A
(33,48,42)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #8DEDE7

#8DEDE7
(141,237,231)
#97EEE9
(151,238,233)
#A1EFEB
(161,239,235)
#ABF0ED
(171,240,237)
#B5F1EF
(181,241,239)
#BFF2F1
(191,242,241)
#C9F3F3
(201,243,243)
#D3F4F5
(211,244,245)
#DDF5F7
(221,245,247)
#E7F6F9
(231,246,249)
#F1F7FB
(241,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DEDE7 color. Also use rgb(141,237,231) instead hex code.

Text Font Color

.myTextColor { color: #8DEDE7; }

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

This text font color is #8DEDE7.


Background Color

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

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

This div background color is #8DEDE7.


Border color

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

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

This div border color is #8DEDE7.


Opacity

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

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

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

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

This text has shadow with #8DEDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DEDE7 on black background.


Color preview on white background

This text has color #8DEDE7 on white background.



Black color preview on #8DEDE7 background

This text has black color on #8DEDE7 background.


White color preview on #8DEDE7 background

This text has white color on #8DEDE7 background.