COLOR #8EC6DD

HEX: #8EC6DD
RGB: (142,198,221)

Renk bilgisi

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

RGB renk modeli

#8EC6DD color RGB value is (142,198,221).

  • kırmız ton 142;
  • yeşil ton 198;
  • mavi ton 221.
RGB:
(142,198,221)
(56%,78%,87%)

RGB bağlantıları ve doygunluk

R 142 of 255 = 56%
G 198 of 255 = 78%
B 221 of 255 = 87%

142
198
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
142 + 198 + 221 = 561 (100%)
R 142 of 561 ~ 25.31%
G 198 of 561 ~ 35.29%
B 221 of 561 ~ 39.39%

%25.31
%35.29
%39.39

CMYK RENK MODELİ

#8EC6DD rengi CMYK tonu (36,10,0,13).

  • camgöbeği tonu 35.75%
  • eflatun tonu 10.41%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(36,10,0,13)
C36M10Y0K13 
(36%,10%,0%,13%)
(0.36/0.10/0.00/0.13)	

CMYK yüzdeleri

%35.75
%10.41
%0
%13.33

Codes

Color #8EC6DD in popluar color models

8EC6DD
RGB142198221
HSL197°53.74%71.18%
HSB/HSV197°35.75%86.67%
CMYK35.75%10.41%0.00%
13.33%

Color #8EC6DD in popluar number systems.

HEX8EC6DD
Decimal142198221
Binary100011101100011011011101
Octal216306335

Shades and tints

Shades of #8EC6DD

#8EC6DD
(142,198,221)
#82B4C9
(130,180,201)
#76A2B5
(118,162,181)
#6A90A1
(106,144,161)
#5E7E8D
(94,126,141)
#526C79
(82,108,121)
#465A65
(70,90,101)
#3A4851
(58,72,81)
#2E363D
(46,54,61)
#222429
(34,36,41)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #8EC6DD

#8EC6DD
(142,198,221)
#98CBE0
(152,203,224)
#A2D0E3
(162,208,227)
#ACD5E6
(172,213,230)
#B6DAE9
(182,218,233)
#C0DFEC
(192,223,236)
#CAE4EF
(202,228,239)
#D4E9F2
(212,233,242)
#DEEEF5
(222,238,245)
#E8F3F8
(232,243,248)
#F2F8FB
(242,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EC6DD color. Also use rgb(142,198,221) instead hex code.

Text Font Color

.myTextColor { color: #8EC6DD; }

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

This text font color is #8EC6DD.


Background Color

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

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

This div background color is #8EC6DD.


Border color

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

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

This div border color is #8EC6DD.


Opacity

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

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

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

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

This text has shadow with #8EC6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EC6DD on black background.


Color preview on white background

This text has color #8EC6DD on white background.



Black color preview on #8EC6DD background

This text has black color on #8EC6DD background.


White color preview on #8EC6DD background

This text has white color on #8EC6DD background.