COLOR #8DD7DE

HEX: #8DD7DE RGB: (141,215,222)

Color info

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

RGB color model

#8DD7DE color RGB value is (141,215,222).

RGB: (141,215,222) (55%, 84%, 87%)

RGB channels and saturation

R 141 of 255 = 55%
G 215 of 255 = 84%
B 222 of 255 = 87%

141
215
222

R + G + B ~ 75%. #8DD7DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 215 + 222 = 578 (100%)
R 141 of 578 ~ 24.39%
G 215 of 578 ~ 37.2%
B 222 of 578 ~ 38.41'%

%24.39
%37.2
%38.41

CMYK color model

#8DD7DE color CMYK value is (36,3,0,13).

  • cyan value is 36.49%
  • magenta value is 3.15%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (36,3,0,13) C36M3Y0K13 (36%,3%,0%,13%) (0.36/0.03/0.00/0.13) 

CMYK percentages

%36.49
%3.15
%0
%12.94

Codes

Color #8DD7DE in popluar color models

8D D7 DE
RGB 141 215 222
HSL 185° 55.10% 71.18%
HSB/HSV 185° 36.49% 87.06%
CMYK 36.49% 3.15% 0.00%
12.94%

Color #8DD7DE in popluar number systems.

HEX 8D D7 DE
Decimal 141 215 222
Binary 10001101 11010111 11011110
Octal 215 327 336

Shades and tints

Shades of #8DD7DE

#8DD7DE
(141,215,222)
#81C4CA
(129,196,202)
#75B1B6
(117,177,182)
#699EA2
(105,158,162)
#5D8B8E
(93,139,142)
#51787A
(81,120,122)
#456566
(69,101,102)
#395252
(57,82,82)
#2D3F3E
(45,63,62)
#212C2A
(33,44,42)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #8DD7DE

#8DD7DE
(141,215,222)
#97DAE1
(151,218,225)
#A1DDE4
(161,221,228)
#ABE0E7
(171,224,231)
#B5E3EA
(181,227,234)
#BFE6ED
(191,230,237)
#C9E9F0
(201,233,240)
#D3ECF3
(211,236,243)
#DDEFF6
(221,239,246)
#E7F2F9
(231,242,249)
#F1F5FC
(241,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DD7DE color. Also use rgb(141,215,222) instead hex code.

Text Font Color

.myTextColor { color: #8DD7DE; }

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

This text font color is #8DD7DE.

Background Color

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

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

This div background color is #8DD7DE.

Border color

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

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

This div border color is #8DD7DE.

Opacity

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

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

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

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

This text has shadow with #8DD7DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DD7DE.

Preview

Color preview on black background

This text has color #8DD7DE on black background.


Color preview on white background

This text has color #8DD7DE on white background.


Black color preview on #8DD7DE background

This text has black color on #8DD7DE background.


White color preview on #8DD7DE background

This text has white color on #8DD7DE background.


Related colors

Complementary color

Complementary color for #hex is #722821.


I love getcolorcode.com

Triadic colors

1 #DE8DD7 and #D7DE8D with #8DD7DE are triadic colors.

2 #DED78D and #D78DDE with #8DD7DE are triadic colors.