COLOR #8CC6E0

HEX: #8CC6E0
RGB: (140,198,224)

Renk bilgisi

#8CC6E0 contains mainly green and blue colors. #8CC6E0 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#8CC6E0 color RGB value is (140,198,224).

  • kırmız ton 140;
  • yeşil ton 198;
  • mavi ton 224.
RGB:
(140,198,224)
(55%,78%,88%)

RGB bağlantıları ve doygunluk

R 140 of 255 = 55%
G 198 of 255 = 78%
B 224 of 255 = 88%

140
198
224

R + G + B ~ 74%. #8CC6E0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
140 + 198 + 224 = 562 (100%)
R 140 of 562 ~ 24.91%
G 198 of 562 ~ 35.23%
B 224 of 562 ~ 39.86%

%24.91
%35.23
%39.86

CMYK RENK MODELİ

#8CC6E0 rengi CMYK tonu (38,12,0,12).

  • camgöbeği tonu 37.50%
  • eflatun tonu 11.61%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(38,12,0,12)
C38M12Y0K12 
(38%,12%,0%,12%)
(0.38/0.12/0.00/0.12)	

CMYK yüzdeleri

%37.5
%11.61
%0
%12.16

Codes

Color #8CC6E0 in popluar color models

8CC6E0
RGB140198224
HSL199°57.53%71.37%
HSB/HSV199°37.50%87.84%
CMYK37.50%11.61%0.00%
12.16%

Color #8CC6E0 in popluar number systems.

HEX8CC6E0
Decimal140198224
Binary100011001100011011100000
Octal214306340

Shades and tints

Shades of #8CC6E0

#8CC6E0
(140,198,224)
#80B4CC
(128,180,204)
#74A2B8
(116,162,184)
#6890A4
(104,144,164)
#5C7E90
(92,126,144)
#506C7C
(80,108,124)
#445A68
(68,90,104)
#384854
(56,72,84)
#2C3640
(44,54,64)
#20242C
(32,36,44)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #8CC6E0

#8CC6E0
(140,198,224)
#96CBE2
(150,203,226)
#A0D0E4
(160,208,228)
#AAD5E6
(170,213,230)
#B4DAE8
(180,218,232)
#BEDFEA
(190,223,234)
#C8E4EC
(200,228,236)
#D2E9EE
(210,233,238)
#DCEEF0
(220,238,240)
#E6F3F2
(230,243,242)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC6E0 color. Also use rgb(140,198,224) instead hex code.

Text Font Color

.myTextColor { color: #8CC6E0; }

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

This text font color is #8CC6E0.


Background Color

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

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

This div background color is #8CC6E0.


Border color

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

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

This div border color is #8CC6E0.


Opacity

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

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

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

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

This text has shadow with #8CC6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC6E0 on black background.


Color preview on white background

This text has color #8CC6E0 on white background.



Black color preview on #8CC6E0 background

This text has black color on #8CC6E0 background.


White color preview on #8CC6E0 background

This text has white color on #8CC6E0 background.