COLOR #8EB4CB

HEX: #8EB4CB RGB: (142,180,203)

Color info

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

RGB color model

#8EB4CB color RGB value is (142,180,203).

RGB: (142,180,203) (56%, 71%, 80%)

RGB channels and saturation

R 142 of 255 = 56%
G 180 of 255 = 71%
B 203 of 255 = 80%

142
180
203

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

Portions of RGB colors in percentages

R + G + B = 142 + 180 + 203 = 525 (100%)
R 142 of 525 ~ 27.05%
G 180 of 525 ~ 34.29%
B 203 of 525 ~ 38.67'%

%27.05
%34.29
%38.67

CMYK color model

#8EB4CB color CMYK value is (30,11,0,20).

  • cyan value is 30.05%
  • magenta value is 11.33%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (30,11,0,20)
C30M11Y0K20 (30%, 11%, 0%, 20%)
(0.30 / 0.11 / 0.00 / 0.20)

CMYK percentages

%30.05
%11.33
%0
%20.39

Codes

Color #8EB4CB in popluar color models

8E B4 CB
RGB 142 180 203
HSL 203° 36.97% 67.65%
HSB/HSV 203° 30.05% 79.61%
CMYK 30.05% 11.33% 0.00%
20.39%

Color #8EB4CB in popluar number systems.

HEX 8E B4 CB
Decimal 142 180 203
Binary 10001110 10110100 11001011
Octal 216 264 313

Shades and tints

Shades of #8EB4CB

#8EB4CB
(142,180,203)
#82A4B9
(130,164,185)
#7694A7
(118,148,167)
#6A8495
(106,132,149)
#5E7483
(94,116,131)
#526471
(82,100,113)
#46545F
(70,84,95)
#3A444D
(58,68,77)
#2E343B
(46,52,59)
#222429
(34,36,41)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #8EB4CB

#8EB4CB
(142,180,203)
#98BACF
(152,186,207)
#A2C0D3
(162,192,211)
#ACC6D7
(172,198,215)
#B6CCDB
(182,204,219)
#C0D2DF
(192,210,223)
#CAD8E3
(202,216,227)
#D4DEE7
(212,222,231)
#DEE4EB
(222,228,235)
#E8EAEF
(232,234,239)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB4CB color. Also use rgb(142,180,203) instead hex code.

Text Font Color

.myTextColor { color: #8EB4CB; }

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

This text font color is #8EB4CB.

Background Color

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

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

This div background color is #8EB4CB.

Border color

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

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

This div border color is #8EB4CB.

Opacity

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

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

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

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

This text has shadow with #8EB4CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB4CB.

Preview

Color preview on black background

This text has color #8EB4CB on black background.


Color preview on white background

This text has color #8EB4CB on white background.


Black color preview on #8EB4CB background

This text has black color on #8EB4CB background.


White color preview on #8EB4CB background

This text has white color on #8EB4CB background.


Related colors

Complementary color

Complementary color for #hex is #714B34.


I love getcolorcode.com

Triadic colors

1 #CB8EB4 and #B4CB8E with #8EB4CB are triadic colors.

2 #CBB48E and #B48ECB with #8EB4CB are triadic colors.