COLOR #8DDCE7

HEX: #8DDCE7 RGB: (141,220,231)

Color info

#8DDCE7 contains mainly green and blue colors. Web safe color of #8DDCE7 is #99CCFF (or #9CF).

RGB color model

#8DDCE7 color RGB value is (141,220,231).

RGB: (141,220,231) (55%, 86%, 91%)

RGB channels and saturation

R 141 of 255 = 55%
G 220 of 255 = 86%
B 231 of 255 = 91%

141
220
231

R + G + B ~ 77%. #8DDCE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 220 + 231 = 592 (100%)
R 141 of 592 ~ 23.82%
G 220 of 592 ~ 37.16%
B 231 of 592 ~ 39.02'%

%23.82
%37.16
%39.02

CMYK color model

#8DDCE7 color CMYK value is (39,5,0,9).

  • cyan value is 38.96%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (39,5,0,9)
C39M5Y0K9 (39%, 5%, 0%, 9%)
(0.39 / 0.05 / 0.00 / 0.09)

CMYK percentages

%38.96
%4.76
%0
%9.41

Codes

Color #8DDCE7 in popluar color models

8D DC E7
RGB 141 220 231
HSL 187° 65.22% 72.94%
HSB/HSV 187° 38.96% 90.59%
CMYK 38.96% 4.76% 0.00%
9.41%

Color #8DDCE7 in popluar number systems.

HEX 8D DC E7
Decimal 141 220 231
Binary 10001101 11011100 11100111
Octal 215 334 347

Shades and tints

Shades of #8DDCE7

#8DDCE7
(141,220,231)
#81C8D2
(129,200,210)
#75B4BD
(117,180,189)
#69A0A8
(105,160,168)
#5D8C93
(93,140,147)
#51787E
(81,120,126)
#456469
(69,100,105)
#395054
(57,80,84)
#2D3C3F
(45,60,63)
#21282A
(33,40,42)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #8DDCE7

#8DDCE7
(141,220,231)
#97DFE9
(151,223,233)
#A1E2EB
(161,226,235)
#ABE5ED
(171,229,237)
#B5E8EF
(181,232,239)
#BFEBF1
(191,235,241)
#C9EEF3
(201,238,243)
#D3F1F5
(211,241,245)
#DDF4F7
(221,244,247)
#E7F7F9
(231,247,249)
#F1FAFB
(241,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DDCE7; }

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

This text font color is #8DDCE7.

Background Color

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

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

This div background color is #8DDCE7.

Border color

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

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

This div border color is #8DDCE7.

Opacity

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

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

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

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

This text has shadow with #8DDCE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DDCE7.

Preview

Color preview on black background

This text has color #8DDCE7 on black background.


Color preview on white background

This text has color #8DDCE7 on white background.


Black color preview on #8DDCE7 background

This text has black color on #8DDCE7 background.


White color preview on #8DDCE7 background

This text has white color on #8DDCE7 background.


Related colors

Complementary color

Complementary color for #hex is #722318.


I love getcolorcode.com

Triadic colors

1 #E78DDC and #DCE78D with #8DDCE7 are triadic colors.

2 #E7DC8D and #DC8DE7 with #8DDCE7 are triadic colors.