COLOR #EE6B6C

HEX: #EE6B6C
RGB: (238,107,108)

Renk bilgisi

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

RGB renk modeli

#EE6B6C color RGB value is (238,107,108).

  • kırmız ton 238;
  • yeşil ton 107;
  • mavi ton 108.
RGB:
(238,107,108)
(93%,42%,42%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 107 of 255 = 42%
B 108 of 255 = 42%

238
107
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 107 + 108 = 453 (100%)
R 238 of 453 ~ 52.54%
G 107 of 453 ~ 23.62%
B 108 of 453 ~ 23.84%

%52.54
%23.62
%23.84

CMYK RENK MODELİ

#EE6B6C rengi CMYK tonu (0,55,55,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 55.04%
  • sarı tonu 54.62%
  • ana renk tonu 6.67%
CMYK:
(0,55,55,7)
C0M55Y55K7 
(0%,55%,55%,7%)
(0.00/0.55/0.55/0.07)	

CMYK yüzdeleri

%0
%55.04
%54.62
%6.67

Codes

Color #EE6B6C in popluar color models

EE6B6C
RGB238107108
HSL360°79.39%67.65%
HSB/HSV360°55.04%93.33%
CMYK0.00%55.04%54.62%
6.67%

Color #EE6B6C in popluar number systems.

HEXEE6B6C
Decimal238107108
Binary1110111011010111101100
Octal356153154

Shades and tints

Shades of #EE6B6C

#EE6B6C
(238,107,108)
#D96263
(217,98,99)
#C4595A
(196,89,90)
#AF5051
(175,80,81)
#9A4748
(154,71,72)
#853E3F
(133,62,63)
#703536
(112,53,54)
#5B2C2D
(91,44,45)
#462324
(70,35,36)
#311A1B
(49,26,27)
#1C1112
(28,17,18)
#000000
(0,0,0)

Tints of #EE6B6C

#EE6B6C
(238,107,108)
#EF7879
(239,120,121)
#F08586
(240,133,134)
#F19293
(241,146,147)
#F29FA0
(242,159,160)
#F3ACAD
(243,172,173)
#F4B9BA
(244,185,186)
#F5C6C7
(245,198,199)
#F6D3D4
(246,211,212)
#F7E0E1
(247,224,225)
#F8EDEE
(248,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE6B6C color. Also use rgb(238,107,108) instead hex code.

Text Font Color

.myTextColor { color: #EE6B6C; }

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

This text font color is #EE6B6C.


Background Color

.myBgColor { background-color: #EE6B6C; }

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

This div background color is #EE6B6C.


Border color

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

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

This div border color is #EE6B6C.


Opacity

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

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

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

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

This text has shadow with #EE6B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE6B6C on black background.


Color preview on white background

This text has color #EE6B6C on white background.



Black color preview on #EE6B6C background

This text has black color on #EE6B6C background.


White color preview on #EE6B6C background

This text has white color on #EE6B6C background.