COLOR #6EF9E6

HEX: #6EF9E6
RGB: (110,249,230)

Renk bilgisi

#6EF9E6 contains mainly green and blue colors. #6EF9E6 ‘ nin web güvenlik rengi #66FFCC (ya da #6FC) dir.

RGB renk modeli

#6EF9E6 color RGB value is (110,249,230).

  • kırmız ton 110;
  • yeşil ton 249;
  • mavi ton 230.
RGB:
(110,249,230)
(43%,98%,90%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 249 of 255 = 98%
B 230 of 255 = 90%

110
249
230

R + G + B ~ 77%. #6EF9E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 249 + 230 = 589 (100%)
R 110 of 589 ~ 18.68%
G 249 of 589 ~ 42.28%
B 230 of 589 ~ 39.05%

%18.68
%42.28
%39.05

CMYK RENK MODELİ

#6EF9E6 rengi CMYK tonu (56,0,8,2).

  • camgöbeği tonu 55.82%
  • eflatun tonu 0.00%
  • sarı tonu 7.63%
  • ana renk tonu 2.35%
CMYK:
(56,0,8,2)
C56M0Y8K2 
(56%,0%,8%,2%)
(0.56/0.00/0.08/0.02)	

CMYK yüzdeleri

%55.82
%0
%7.63
%2.35

Codes

Color #6EF9E6 in popluar color models

6EF9E6
RGB110249230
HSL172°92.05%70.39%
HSB/HSV172°55.82%97.65%
CMYK55.82%0.00%7.63%
2.35%

Color #6EF9E6 in popluar number systems.

HEX6EF9E6
Decimal110249230
Binary11011101111100111100110
Octal156371346

Shades and tints

Shades of #6EF9E6

#6EF9E6
(110,249,230)
#64E3D2
(100,227,210)
#5ACDBE
(90,205,190)
#50B7AA
(80,183,170)
#46A196
(70,161,150)
#3C8B82
(60,139,130)
#32756E
(50,117,110)
#285F5A
(40,95,90)
#1E4946
(30,73,70)
#143332
(20,51,50)
#0A1D1E
(10,29,30)
#000000
(0,0,0)

Tints of #6EF9E6

#6EF9E6
(110,249,230)
#7BF9E8
(123,249,232)
#88F9EA
(136,249,234)
#95F9EC
(149,249,236)
#A2F9EE
(162,249,238)
#AFF9F0
(175,249,240)
#BCF9F2
(188,249,242)
#C9F9F4
(201,249,244)
#D6F9F6
(214,249,246)
#E3F9F8
(227,249,248)
#F0F9FA
(240,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EF9E6 color. Also use rgb(110,249,230) instead hex code.

Text Font Color

.myTextColor { color: #6EF9E6; }

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

This text font color is #6EF9E6.


Background Color

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

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

This div background color is #6EF9E6.


Border color

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

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

This div border color is #6EF9E6.


Opacity

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

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

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

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

This text has shadow with #6EF9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EF9E6 on black background.


Color preview on white background

This text has color #6EF9E6 on white background.



Black color preview on #6EF9E6 background

This text has black color on #6EF9E6 background.


White color preview on #6EF9E6 background

This text has white color on #6EF9E6 background.