COLOR #8EB3C2

HEX: #8EB3C2 RGB: (142,179,194)

Color info

#8EB3C2 contains red, green and blue colors in about the same proportion. Web safe color of #8EB3C2 is #9999CC (or #99C).

RGB color model

#8EB3C2 color RGB value is (142,179,194).

RGB: (142,179,194) (56%, 70%, 76%)

RGB channels and saturation

R 142 of 255 = 56%
G 179 of 255 = 70%
B 194 of 255 = 76%

142
179
194

R + G + B ~ 67%. #8EB3C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 179 + 194 = 515 (100%)
R 142 of 515 ~ 27.57%
G 179 of 515 ~ 34.76%
B 194 of 515 ~ 37.67'%

%27.57
%34.76
%37.67

CMYK color model

#8EB3C2 color CMYK value is (27,8,0,24).

  • cyan value is 26.80%
  • magenta value is 7.73%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK: (27,8,0,24) C27M8Y0K24 (27%,8%,0%,24%) (0.27/0.08/0.00/0.24) 

CMYK percentages

%26.8
%7.73
%0
%23.92

Codes

Color #8EB3C2 in popluar color models

8E B3 C2
RGB 142 179 194
HSL 197° 29.89% 65.88%
HSB/HSV 197° 26.80% 76.08%
CMYK 26.80% 7.73% 0.00%
23.92%

Color #8EB3C2 in popluar number systems.

HEX 8E B3 C2
Decimal 142 179 194
Binary 10001110 10110011 11000010
Octal 216 263 302

Shades and tints

Shades of #8EB3C2

#8EB3C2
(142,179,194)
#82A3B1
(130,163,177)
#7693A0
(118,147,160)
#6A838F
(106,131,143)
#5E737E
(94,115,126)
#52636D
(82,99,109)
#46535C
(70,83,92)
#3A434B
(58,67,75)
#2E333A
(46,51,58)
#222329
(34,35,41)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #8EB3C2

#8EB3C2
(142,179,194)
#98B9C7
(152,185,199)
#A2BFCC
(162,191,204)
#ACC5D1
(172,197,209)
#B6CBD6
(182,203,214)
#C0D1DB
(192,209,219)
#CAD7E0
(202,215,224)
#D4DDE5
(212,221,229)
#DEE3EA
(222,227,234)
#E8E9EF
(232,233,239)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB3C2 color. Also use rgb(142,179,194) instead hex code.

Text Font Color

.myTextColor { color: #8EB3C2; }

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

This text font color is #8EB3C2.

Background Color

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

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

This div background color is #8EB3C2.

Border color

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

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

This div border color is #8EB3C2.

Opacity

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

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

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

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

This text has shadow with #8EB3C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB3C2.

Preview

Color preview on black background

This text has color #8EB3C2 on black background.


Color preview on white background

This text has color #8EB3C2 on white background.


Black color preview on #8EB3C2 background

This text has black color on #8EB3C2 background.


White color preview on #8EB3C2 background

This text has white color on #8EB3C2 background.


Related colors

Complementary color

Complementary color for #hex is #714C3D.


I love getcolorcode.com

Triadic colors

1 #C28EB3 and #B3C28E with #8EB3C2 are triadic colors.

2 #C2B38E and #B38EC2 with #8EB3C2 are triadic colors.