COLOR #8CB8D5

HEX: #8CB8D5
RGB: (140,184,213)

Color info

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

RGB color model

#8CB8D5 color RGB value is (140,184,213).

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

RGB channels and saturation

R 140 of 255 = 55%
G 184 of 255 = 72%
B 213 of 255 = 84%

140
184
213

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

Portions of RGB colors in percentages

R + G + B =
140 + 184 + 213 = 537 (100%)
R 140 of 537 ~ 26.07%
G 184 of 537 ~ 34.26%
B 213 of 537 ~ 39.66%

%26.07
%34.26
%39.66

CMYK color model

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

  • cyan value is 34.27%
  • magenta value is 13.62%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(34,14,0,16)
C34M14Y0K16 
(34%,14%,0%,16%)
(0.34/0.14/0.00/0.16)	

CMYK percentages

%34.27
%13.62
%0
%16.47

Codes

Color #8CB8D5 in popluar color models

8CB8D5
RGB140184213
HSL204°46.50%69.22%
HSB/HSV204°34.27%83.53%
CMYK34.27%13.62%0.00%
16.47%

Color #8CB8D5 in popluar number systems.

HEX8CB8D5
Decimal140184213
Binary100011001011100011010101
Octal214270325

Shades and tints

Shades of #8CB8D5

#8CB8D5
(140,184,213)
#80A8C2
(128,168,194)
#7498AF
(116,152,175)
#68889C
(104,136,156)
#5C7889
(92,120,137)
#506876
(80,104,118)
#445863
(68,88,99)
#384850
(56,72,80)
#2C383D
(44,56,61)
#20282A
(32,40,42)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #8CB8D5

#8CB8D5
(140,184,213)
#96BED8
(150,190,216)
#A0C4DB
(160,196,219)
#AACADE
(170,202,222)
#B4D0E1
(180,208,225)
#BED6E4
(190,214,228)
#C8DCE7
(200,220,231)
#D2E2EA
(210,226,234)
#DCE8ED
(220,232,237)
#E6EEF0
(230,238,240)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB8D5; }

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

This text font color is #8CB8D5.


Background Color

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

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

This div background color is #8CB8D5.


Border color

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

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

This div border color is #8CB8D5.


Opacity

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

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

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

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

This text has shadow with #8CB8D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB8D5 on black background.


Color preview on white background

This text has color #8CB8D5 on white background.



Black color preview on #8CB8D5 background

This text has black color on #8CB8D5 background.


White color preview on #8CB8D5 background

This text has white color on #8CB8D5 background.