COLOR #8CB2D5

HEX: #8CB2D5
RGB: (140,178,213)

Color info

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

RGB color model

#8CB2D5 color RGB value is (140,178,213).

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

RGB channels and saturation

R 140 of 255 = 55%
G 178 of 255 = 70%
B 213 of 255 = 84%

140
178
213

R + G + B ~ 70%. #8CB2D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 178 + 213 = 531 (100%)
R 140 of 531 ~ 26.37%
G 178 of 531 ~ 33.52%
B 213 of 531 ~ 40.11%

%26.37
%33.52
%40.11

CMYK color model

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

  • cyan value is 34.27%
  • magenta value is 16.43%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(34,16,0,16)
C34M16Y0K16 
(34%,16%,0%,16%)
(0.34/0.16/0.00/0.16)	

CMYK percentages

%34.27
%16.43
%0
%16.47

Codes

Color #8CB2D5 in popluar color models

8CB2D5
RGB140178213
HSL209°46.50%69.22%
HSB/HSV209°34.27%83.53%
CMYK34.27%16.43%0.00%
16.47%

Color #8CB2D5 in popluar number systems.

HEX8CB2D5
Decimal140178213
Binary100011001011001011010101
Octal214262325

Shades and tints

Shades of #8CB2D5

#8CB2D5
(140,178,213)
#80A2C2
(128,162,194)
#7492AF
(116,146,175)
#68829C
(104,130,156)
#5C7289
(92,114,137)
#506276
(80,98,118)
#445263
(68,82,99)
#384250
(56,66,80)
#2C323D
(44,50,61)
#20222A
(32,34,42)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #8CB2D5

#8CB2D5
(140,178,213)
#96B9D8
(150,185,216)
#A0C0DB
(160,192,219)
#AAC7DE
(170,199,222)
#B4CEE1
(180,206,225)
#BED5E4
(190,213,228)
#C8DCE7
(200,220,231)
#D2E3EA
(210,227,234)
#DCEAED
(220,234,237)
#E6F1F0
(230,241,240)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB2D5; }

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

This text font color is #8CB2D5.


Background Color

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

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

This div background color is #8CB2D5.


Border color

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

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

This div border color is #8CB2D5.


Opacity

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

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

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

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

This text has shadow with #8CB2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB2D5 on black background.


Color preview on white background

This text has color #8CB2D5 on white background.



Black color preview on #8CB2D5 background

This text has black color on #8CB2D5 background.


White color preview on #8CB2D5 background

This text has white color on #8CB2D5 background.