COLOR #EB6677

HEX: #EB6677
RGB: (235,102,119)

Renk bilgisi

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

RGB renk modeli

#EB6677 color RGB value is (235,102,119).

  • kırmız ton 235;
  • yeşil ton 102;
  • mavi ton 119.
RGB:
(235,102,119)
(92%,40%,47%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 102 of 255 = 40%
B 119 of 255 = 47%

235
102
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 102 + 119 = 456 (100%)
R 235 of 456 ~ 51.54%
G 102 of 456 ~ 22.37%
B 119 of 456 ~ 26.1%

%51.54
%22.37
%26.1

CMYK RENK MODELİ

#EB6677 rengi CMYK tonu (0,57,49,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.60%
  • sarı tonu 49.36%
  • ana renk tonu 7.84%
CMYK:
(0,57,49,8)
C0M57Y49K8 
(0%,57%,49%,8%)
(0.00/0.57/0.49/0.08)	

CMYK yüzdeleri

%0
%56.6
%49.36
%7.84

Codes

Color #EB6677 in popluar color models

EB6677
RGB235102119
HSL352°76.88%66.08%
HSB/HSV352°56.60%92.16%
CMYK0.00%56.60%49.36%
7.84%

Color #EB6677 in popluar number systems.

HEXEB6677
Decimal235102119
Binary1110101111001101110111
Octal353146167

Shades and tints

Shades of #EB6677

#EB6677
(235,102,119)
#D65D6D
(214,93,109)
#C15463
(193,84,99)
#AC4B59
(172,75,89)
#97424F
(151,66,79)
#823945
(130,57,69)
#6D303B
(109,48,59)
#582731
(88,39,49)
#431E27
(67,30,39)
#2E151D
(46,21,29)
#190C13
(25,12,19)
#000000
(0,0,0)

Tints of #EB6677

#EB6677
(235,102,119)
#EC7383
(236,115,131)
#ED808F
(237,128,143)
#EE8D9B
(238,141,155)
#EF9AA7
(239,154,167)
#F0A7B3
(240,167,179)
#F1B4BF
(241,180,191)
#F2C1CB
(242,193,203)
#F3CED7
(243,206,215)
#F4DBE3
(244,219,227)
#F5E8EF
(245,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB6677 color. Also use rgb(235,102,119) instead hex code.

Text Font Color

.myTextColor { color: #EB6677; }

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

This text font color is #EB6677.


Background Color

.myBgColor { background-color: #EB6677; }

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

This div background color is #EB6677.


Border color

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

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

This div border color is #EB6677.


Opacity

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

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

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

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

This text has shadow with #EB6677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB6677 on black background.


Color preview on white background

This text has color #EB6677 on white background.



Black color preview on #EB6677 background

This text has black color on #EB6677 background.


White color preview on #EB6677 background

This text has white color on #EB6677 background.