COLOR #6BE5EB

HEX: #6BE5EB
RGB: (107,229,235)

Renk bilgisi

#6BE5EB contains mainly green and blue colors. #6BE5EB ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#6BE5EB color RGB value is (107,229,235).

  • kırmız ton 107;
  • yeşil ton 229;
  • mavi ton 235.
RGB:
(107,229,235)
(42%,90%,92%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 229 of 255 = 90%
B 235 of 255 = 92%

107
229
235

R + G + B ~ 75%. #6BE5EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 229 + 235 = 571 (100%)
R 107 of 571 ~ 18.74%
G 229 of 571 ~ 40.11%
B 235 of 571 ~ 41.16%

%18.74
%40.11
%41.16

CMYK RENK MODELİ

#6BE5EB rengi CMYK tonu (54,3,0,8).

  • camgöbeği tonu 54.47%
  • eflatun tonu 2.55%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(54,3,0,8)
C54M3Y0K8 
(54%,3%,0%,8%)
(0.54/0.03/0.00/0.08)	

CMYK yüzdeleri

%54.47
%2.55
%0
%7.84

Codes

Color #6BE5EB in popluar color models

6BE5EB
RGB107229235
HSL183°76.19%67.06%
HSB/HSV183°54.47%92.16%
CMYK54.47%2.55%0.00%
7.84%

Color #6BE5EB in popluar number systems.

HEX6BE5EB
Decimal107229235
Binary11010111110010111101011
Octal153345353

Shades and tints

Shades of #6BE5EB

#6BE5EB
(107,229,235)
#62D1D6
(98,209,214)
#59BDC1
(89,189,193)
#50A9AC
(80,169,172)
#479597
(71,149,151)
#3E8182
(62,129,130)
#356D6D
(53,109,109)
#2C5958
(44,89,88)
#234543
(35,69,67)
#1A312E
(26,49,46)
#111D19
(17,29,25)
#000000
(0,0,0)

Tints of #6BE5EB

#6BE5EB
(107,229,235)
#78E7EC
(120,231,236)
#85E9ED
(133,233,237)
#92EBEE
(146,235,238)
#9FEDEF
(159,237,239)
#ACEFF0
(172,239,240)
#B9F1F1
(185,241,241)
#C6F3F2
(198,243,242)
#D3F5F3
(211,245,243)
#E0F7F4
(224,247,244)
#EDF9F5
(237,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BE5EB color. Also use rgb(107,229,235) instead hex code.

Text Font Color

.myTextColor { color: #6BE5EB; }

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

This text font color is #6BE5EB.


Background Color

.myBgColor { background-color: #6BE5EB; }

<div style="background-color:#6BE5EB">Inner text</div>

This div background color is #6BE5EB.


Border color

.myBorderColor { border: 1px solid #6BE5EB; }

<div style="border:3px solid #6BE5EB">Div</div>

This div border color is #6BE5EB.


Opacity

.myOpacity80 { color: #6BE5EB; opacity: 0.8; }

<p style="color:#6BE5EB;opacity:0.8;">80%</p>

Text with #6BE5EB 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 #6BE5EB;}

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

This text has shadow with #6BE5EB color.

.textShadow {text-shadow: 3px 3px 1px #6BE5EB, 3px 3px 1px red;}

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

This text has shadow with #6BE5EB primary color and red secondary color.


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

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

This text has shadow with #6BE5EB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BE5EB on black background.


Color preview on white background

This text has color #6BE5EB on white background.



Black color preview on #6BE5EB background

This text has black color on #6BE5EB background.


White color preview on #6BE5EB background

This text has white color on #6BE5EB background.