COLOR #E6684F

HEX: #E6684F
RGB: (230,104,79)

Renk bilgisi

#E6684F contains mainly red color. #E6684F ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#E6684F color RGB value is (230,104,79).

  • kırmız ton 230;
  • yeşil ton 104;
  • mavi ton 79.
RGB:
(230,104,79)
(90%,41%,31%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 104 of 255 = 41%
B 79 of 255 = 31%

230
104
79

R + G + B ~ 54%. #E6684F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 104 + 79 = 413 (100%)
R 230 of 413 ~ 55.69%
G 104 of 413 ~ 25.18%
B 79 of 413 ~ 19.13%

%55.69
%25.18
%19.13

CMYK RENK MODELİ

#E6684F rengi CMYK tonu (0,55,66,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 54.78%
  • sarı tonu 65.65%
  • ana renk tonu 9.80%
CMYK:
(0,55,66,10)
C0M55Y66K10 
(0%,55%,66%,10%)
(0.00/0.55/0.66/0.10)	

CMYK yüzdeleri

%0
%54.78
%65.65
%9.8

Codes

Color #E6684F in popluar color models

E6684F
RGB23010479
HSL10°75.12%60.59%
HSB/HSV10°65.65%90.20%
CMYK0.00%54.78%65.65%
9.80%

Color #E6684F in popluar number systems.

HEXE6684F
Decimal23010479
Binary1110011011010001001111
Octal346150117

Shades and tints

Shades of #E6684F

#E6684F
(230,104,79)
#D25F48
(210,95,72)
#BE5641
(190,86,65)
#AA4D3A
(170,77,58)
#964433
(150,68,51)
#823B2C
(130,59,44)
#6E3225
(110,50,37)
#5A291E
(90,41,30)
#462017
(70,32,23)
#321710
(50,23,16)
#1E0E09
(30,14,9)
#000000
(0,0,0)

Tints of #E6684F

#E6684F
(230,104,79)
#E8755F
(232,117,95)
#EA826F
(234,130,111)
#EC8F7F
(236,143,127)
#EE9C8F
(238,156,143)
#F0A99F
(240,169,159)
#F2B6AF
(242,182,175)
#F4C3BF
(244,195,191)
#F6D0CF
(246,208,207)
#F8DDDF
(248,221,223)
#FAEAEF
(250,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6684F color. Also use rgb(230,104,79) instead hex code.

Text Font Color

.myTextColor { color: #E6684F; }

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

This text font color is #E6684F.


Background Color

.myBgColor { background-color: #E6684F; }

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

This div background color is #E6684F.


Border color

.myBorderColor { border: 1px solid #E6684F; }

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

This div border color is #E6684F.


Opacity

.myOpacity80 { color: #E6684F; opacity: 0.8; }

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

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

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

This text has shadow with #E6684F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6684F on black background.


Color preview on white background

This text has color #E6684F on white background.



Black color preview on #E6684F background

This text has black color on #E6684F background.


White color preview on #E6684F background

This text has white color on #E6684F background.