COLOR #8CAFD5

HEX: #8CAFD5
RGB: (140,175,213)

Color info

#8CAFD5 contains mainly green and blue colors. Web safe color of #8CAFD5 is #9999CC (or #99C).

RGB color model

#8CAFD5 color RGB value is (140,175,213).

  • red value is 140;
  • green value is 175;
  • blue value is 213.
RGB:
(140,175,213)
(55%,69%,84%)

RGB channels and saturation

R 140 of 255 = 55%
G 175 of 255 = 69%
B 213 of 255 = 84%

140
175
213

R + G + B ~ 69%. #8CAFD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 175 + 213 = 528 (100%)
R 140 of 528 ~ 26.52%
G 175 of 528 ~ 33.14%
B 213 of 528 ~ 40.34%

%26.52
%33.14
%40.34

CMYK color model

#8CAFD5 color CMYK value is (34,18,0,16).

  • cyan value is 34.27%
  • magenta value is 17.84%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(34,18,0,16)
C34M18Y0K16 
(34%,18%,0%,16%)
(0.34/0.18/0.00/0.16)	

CMYK percentages

%34.27
%17.84
%0
%16.47

Codes

Color #8CAFD5 in popluar color models

8CAFD5
RGB140175213
HSL211°46.50%69.22%
HSB/HSV211°34.27%83.53%
CMYK34.27%17.84%0.00%
16.47%

Color #8CAFD5 in popluar number systems.

HEX8CAFD5
Decimal140175213
Binary100011001010111111010101
Octal214257325

Shades and tints

Shades of #8CAFD5

#8CAFD5
(140,175,213)
#80A0C2
(128,160,194)
#7491AF
(116,145,175)
#68829C
(104,130,156)
#5C7389
(92,115,137)
#506476
(80,100,118)
#445563
(68,85,99)
#384650
(56,70,80)
#2C373D
(44,55,61)
#20282A
(32,40,42)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #8CAFD5

#8CAFD5
(140,175,213)
#96B6D8
(150,182,216)
#A0BDDB
(160,189,219)
#AAC4DE
(170,196,222)
#B4CBE1
(180,203,225)
#BED2E4
(190,210,228)
#C8D9E7
(200,217,231)
#D2E0EA
(210,224,234)
#DCE7ED
(220,231,237)
#E6EEF0
(230,238,240)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CAFD5 color. Also use rgb(140,175,213) instead hex code.

Text Font Color

.myTextColor { color: #8CAFD5; }

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

This text font color is #8CAFD5.


Background Color

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

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

This div background color is #8CAFD5.


Border color

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

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

This div border color is #8CAFD5.


Opacity

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

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

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

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

This text has shadow with #8CAFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CAFD5 on black background.


Color preview on white background

This text has color #8CAFD5 on white background.



Black color preview on #8CAFD5 background

This text has black color on #8CAFD5 background.


White color preview on #8CAFD5 background

This text has white color on #8CAFD5 background.