COLOR #ED6667

HEX: #ED6667
RGB: (237,102,103)

Renk bilgisi

#ED6667 contains mainly red color. #ED6667 ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#ED6667 color RGB value is (237,102,103).

  • kırmız ton 237;
  • yeşil ton 102;
  • mavi ton 103.
RGB:
(237,102,103)
(93%,40%,40%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 102 of 255 = 40%
B 103 of 255 = 40%

237
102
103

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 102 + 103 = 442 (100%)
R 237 of 442 ~ 53.62%
G 102 of 442 ~ 23.08%
B 103 of 442 ~ 23.3%

%53.62
%23.08
%23.3

CMYK RENK MODELİ

#ED6667 rengi CMYK tonu (0,57,57,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.96%
  • sarı tonu 56.54%
  • ana renk tonu 7.06%
CMYK:
(0,57,57,7)
C0M57Y57K7 
(0%,57%,57%,7%)
(0.00/0.57/0.57/0.07)	

CMYK yüzdeleri

%0
%56.96
%56.54
%7.06

Codes

Color #ED6667 in popluar color models

ED6667
RGB237102103
HSL360°78.95%66.47%
HSB/HSV360°56.96%92.94%
CMYK0.00%56.96%56.54%
7.06%

Color #ED6667 in popluar number systems.

HEXED6667
Decimal237102103
Binary1110110111001101100111
Octal355146147

Shades and tints

Shades of #ED6667

#ED6667
(237,102,103)
#D85D5E
(216,93,94)
#C35455
(195,84,85)
#AE4B4C
(174,75,76)
#994243
(153,66,67)
#84393A
(132,57,58)
#6F3031
(111,48,49)
#5A2728
(90,39,40)
#451E1F
(69,30,31)
#301516
(48,21,22)
#1B0C0D
(27,12,13)
#000000
(0,0,0)

Tints of #ED6667

#ED6667
(237,102,103)
#EE7374
(238,115,116)
#EF8081
(239,128,129)
#F08D8E
(240,141,142)
#F19A9B
(241,154,155)
#F2A7A8
(242,167,168)
#F3B4B5
(243,180,181)
#F4C1C2
(244,193,194)
#F5CECF
(245,206,207)
#F6DBDC
(246,219,220)
#F7E8E9
(247,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED6667 color. Also use rgb(237,102,103) instead hex code.

Text Font Color

.myTextColor { color: #ED6667; }

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

This text font color is #ED6667.


Background Color

.myBgColor { background-color: #ED6667; }

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

This div background color is #ED6667.


Border color

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

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

This div border color is #ED6667.


Opacity

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

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

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

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

This text has shadow with #ED6667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED6667 on black background.


Color preview on white background

This text has color #ED6667 on white background.



Black color preview on #ED6667 background

This text has black color on #ED6667 background.


White color preview on #ED6667 background

This text has white color on #ED6667 background.