COLOR #8DCCE9

HEX: #8DCCE9
RGB: (141,204,233)

Color info

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

RGB color model

#8DCCE9 color RGB value is (141,204,233).

  • red value is 141;
  • green value is 204;
  • blue value is 233.
RGB:
(141,204,233)
(55%,80%,91%)

RGB channels and saturation

R 141 of 255 = 55%
G 204 of 255 = 80%
B 233 of 255 = 91%

141
204
233

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

Portions of RGB colors in percentages

R + G + B =
141 + 204 + 233 = 578 (100%)
R 141 of 578 ~ 24.39%
G 204 of 578 ~ 35.29%
B 233 of 578 ~ 40.31%

%24.39
%35.29
%40.31

CMYK color model

#8DCCE9 color CMYK value is (39,12,0,9).

  • cyan value is 39.48%
  • magenta value is 12.45%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(39,12,0,9)
C39M12Y0K9 
(39%,12%,0%,9%)
(0.39/0.12/0.00/0.09)	

CMYK percentages

%39.48
%12.45
%0
%8.63

Codes

Color #8DCCE9 in popluar color models

8DCCE9
RGB141204233
HSL199°67.65%73.33%
HSB/HSV199°39.48%91.37%
CMYK39.48%12.45%0.00%
8.63%

Color #8DCCE9 in popluar number systems.

HEX8DCCE9
Decimal141204233
Binary100011011100110011101001
Octal215314351

Shades and tints

Shades of #8DCCE9

#8DCCE9
(141,204,233)
#81BAD4
(129,186,212)
#75A8BF
(117,168,191)
#6996AA
(105,150,170)
#5D8495
(93,132,149)
#517280
(81,114,128)
#45606B
(69,96,107)
#394E56
(57,78,86)
#2D3C41
(45,60,65)
#212A2C
(33,42,44)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #8DCCE9

#8DCCE9
(141,204,233)
#97D0EB
(151,208,235)
#A1D4ED
(161,212,237)
#ABD8EF
(171,216,239)
#B5DCF1
(181,220,241)
#BFE0F3
(191,224,243)
#C9E4F5
(201,228,245)
#D3E8F7
(211,232,247)
#DDECF9
(221,236,249)
#E7F0FB
(231,240,251)
#F1F4FD
(241,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DCCE9 color. Also use rgb(141,204,233) instead hex code.

Text Font Color

.myTextColor { color: #8DCCE9; }

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

This text font color is #8DCCE9.


Background Color

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

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

This div background color is #8DCCE9.


Border color

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

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

This div border color is #8DCCE9.


Opacity

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

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

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

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

This text has shadow with #8DCCE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DCCE9 on black background.


Color preview on white background

This text has color #8DCCE9 on white background.



Black color preview on #8DCCE9 background

This text has black color on #8DCCE9 background.


White color preview on #8DCCE9 background

This text has white color on #8DCCE9 background.