COLOR #E1776C

HEX: #E1776C
RGB: (225,119,108)

Renk bilgisi

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

RGB renk modeli

#E1776C color RGB value is (225,119,108).

  • kırmız ton 225;
  • yeşil ton 119;
  • mavi ton 108.
RGB:
(225,119,108)
(88%,47%,42%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 119 of 255 = 47%
B 108 of 255 = 42%

225
119
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 119 + 108 = 452 (100%)
R 225 of 452 ~ 49.78%
G 119 of 452 ~ 26.33%
B 108 of 452 ~ 23.89%

%49.78
%26.33
%23.89

CMYK RENK MODELİ

#E1776C rengi CMYK tonu (0,47,52,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.11%
  • sarı tonu 52.00%
  • ana renk tonu 11.76%
CMYK:
(0,47,52,12)
C0M47Y52K12 
(0%,47%,52%,12%)
(0.00/0.47/0.52/0.12)	

CMYK yüzdeleri

%0
%47.11
%52
%11.76

Codes

Color #E1776C in popluar color models

E1776C
RGB225119108
HSL66.10%65.29%
HSB/HSV52.00%88.24%
CMYK0.00%47.11%52.00%
11.76%

Color #E1776C in popluar number systems.

HEXE1776C
Decimal225119108
Binary1110000111101111101100
Octal341167154

Shades and tints

Shades of #E1776C

#E1776C
(225,119,108)
#CD6D63
(205,109,99)
#B9635A
(185,99,90)
#A55951
(165,89,81)
#914F48
(145,79,72)
#7D453F
(125,69,63)
#693B36
(105,59,54)
#55312D
(85,49,45)
#412724
(65,39,36)
#2D1D1B
(45,29,27)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #E1776C

#E1776C
(225,119,108)
#E38379
(227,131,121)
#E58F86
(229,143,134)
#E79B93
(231,155,147)
#E9A7A0
(233,167,160)
#EBB3AD
(235,179,173)
#EDBFBA
(237,191,186)
#EFCBC7
(239,203,199)
#F1D7D4
(241,215,212)
#F3E3E1
(243,227,225)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1776C color. Also use rgb(225,119,108) instead hex code.

Text Font Color

.myTextColor { color: #E1776C; }

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

This text font color is #E1776C.


Background Color

.myBgColor { background-color: #E1776C; }

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

This div background color is #E1776C.


Border color

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

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

This div border color is #E1776C.


Opacity

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

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

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

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

This text has shadow with #E1776C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1776C on black background.


Color preview on white background

This text has color #E1776C on white background.



Black color preview on #E1776C background

This text has black color on #E1776C background.


White color preview on #E1776C background

This text has white color on #E1776C background.