COLOR #8EBECF

HEX: #8EBECF RGB: (142,190,207)

Color info

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

RGB color model

#8EBECF color RGB value is (142,190,207).

RGB: (142,190,207) (56%, 75%, 81%)

RGB channels and saturation

R 142 of 255 = 56%
G 190 of 255 = 75%
B 207 of 255 = 81%

142
190
207

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

Portions of RGB colors in percentages

R + G + B = 142 + 190 + 207 = 539 (100%)
R 142 of 539 ~ 26.35%
G 190 of 539 ~ 35.25%
B 207 of 539 ~ 38.4'%

%26.35
%35.25
%38.4

CMYK color model

#8EBECF color CMYK value is (31,8,0,19).

  • cyan value is 31.40%
  • magenta value is 8.21%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (31,8,0,19) C31M8Y0K19 (31%,8%,0%,19%) (0.31/0.08/0.00/0.19) 

CMYK percentages

%31.4
%8.21
%0
%18.82

Codes

Color #8EBECF in popluar color models

8E BE CF
RGB 142 190 207
HSL 196° 40.37% 68.43%
HSB/HSV 196° 31.40% 81.18%
CMYK 31.40% 8.21% 0.00%
18.82%

Color #8EBECF in popluar number systems.

HEX 8E BE CF
Decimal 142 190 207
Binary 10001110 10111110 11001111
Octal 216 276 317

Shades and tints

Shades of #8EBECF

#8EBECF
(142,190,207)
#82ADBD
(130,173,189)
#769CAB
(118,156,171)
#6A8B99
(106,139,153)
#5E7A87
(94,122,135)
#526975
(82,105,117)
#465863
(70,88,99)
#3A4751
(58,71,81)
#2E363F
(46,54,63)
#22252D
(34,37,45)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #8EBECF

#8EBECF
(142,190,207)
#98C3D3
(152,195,211)
#A2C8D7
(162,200,215)
#ACCDDB
(172,205,219)
#B6D2DF
(182,210,223)
#C0D7E3
(192,215,227)
#CADCE7
(202,220,231)
#D4E1EB
(212,225,235)
#DEE6EF
(222,230,239)
#E8EBF3
(232,235,243)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EBECF color. Also use rgb(142,190,207) instead hex code.

Text Font Color

.myTextColor { color: #8EBECF; }

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

This text font color is #8EBECF.

Background Color

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

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

This div background color is #8EBECF.

Border color

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

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

This div border color is #8EBECF.

Opacity

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

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

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

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

This text has shadow with #8EBECF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EBECF.

Preview

Color preview on black background

This text has color #8EBECF on black background.


Color preview on white background

This text has color #8EBECF on white background.


Black color preview on #8EBECF background

This text has black color on #8EBECF background.


White color preview on #8EBECF background

This text has white color on #8EBECF background.


Related colors

Complementary color

Complementary color for #hex is #714130.


I love getcolorcode.com

Triadic colors

1 #CF8EBE and #BECF8E with #8EBECF are triadic colors.

2 #CFBE8E and #BE8ECF with #8EBECF are triadic colors.