COLOR #8CB2DD

HEX: #8CB2DD RGB: (140,178,221)

Color info

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

RGB color model

#8CB2DD color RGB value is (140,178,221).

RGB: (140,178,221) (55%, 70%, 87%)

RGB channels and saturation

R 140 of 255 = 55%
G 178 of 255 = 70%
B 221 of 255 = 87%

140
178
221

R + G + B ~ 71%. #8CB2DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 178 + 221 = 539 (100%)
R 140 of 539 ~ 25.97%
G 178 of 539 ~ 33.02%
B 221 of 539 ~ 41'%

%25.97
%33.02
%41

CMYK color model

#8CB2DD color CMYK value is (37,19,0,13).

  • cyan value is 36.65%
  • magenta value is 19.46%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (37,19,0,13)
C37M19Y0K13 (37%, 19%, 0%, 13%)
(0.37 / 0.19 / 0.00 / 0.13)

CMYK percentages

%36.65
%19.46
%0
%13.33

Codes

Color #8CB2DD in popluar color models

8C B2 DD
RGB 140 178 221
HSL 212° 54.36% 70.78%
HSB/HSV 212° 36.65% 86.67%
CMYK 36.65% 19.46% 0.00%
13.33%

Color #8CB2DD in popluar number systems.

HEX 8C B2 DD
Decimal 140 178 221
Binary 10001100 10110010 11011101
Octal 214 262 335

Shades and tints

Shades of #8CB2DD

#8CB2DD
(140,178,221)
#80A2C9
(128,162,201)
#7492B5
(116,146,181)
#6882A1
(104,130,161)
#5C728D
(92,114,141)
#506279
(80,98,121)
#445265
(68,82,101)
#384251
(56,66,81)
#2C323D
(44,50,61)
#202229
(32,34,41)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #8CB2DD

#8CB2DD
(140,178,221)
#96B9E0
(150,185,224)
#A0C0E3
(160,192,227)
#AAC7E6
(170,199,230)
#B4CEE9
(180,206,233)
#BED5EC
(190,213,236)
#C8DCEF
(200,220,239)
#D2E3F2
(210,227,242)
#DCEAF5
(220,234,245)
#E6F1F8
(230,241,248)
#F0F8FB
(240,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB2DD; }

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

This text font color is #8CB2DD.

Background Color

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

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

This div background color is #8CB2DD.

Border color

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

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

This div border color is #8CB2DD.

Opacity

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

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

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

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

This text has shadow with #8CB2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CB2DD.

Preview

Color preview on black background

This text has color #8CB2DD on black background.


Color preview on white background

This text has color #8CB2DD on white background.


Black color preview on #8CB2DD background

This text has black color on #8CB2DD background.


White color preview on #8CB2DD background

This text has white color on #8CB2DD background.


Related colors

Complementary color

Complementary color for #hex is #734D22.


I love getcolorcode.com

Triadic colors

1 #DD8CB2 and #B2DD8C with #8CB2DD are triadic colors.

2 #DDB28C and #B28CDD with #8CB2DD are triadic colors.