COLOR #E4C6C6

HEX: #E4C6C6
RGB: (228,198,198)

Renk bilgisi

#E4C6C6 contains red, green and blue colors in about the same proportion. #E4C6C6 ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#E4C6C6 color RGB value is (228,198,198).

  • kırmız ton 228;
  • yeşil ton 198;
  • mavi ton 198.
RGB:
(228,198,198)
(89%,78%,78%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 198 of 255 = 78%
B 198 of 255 = 78%

228
198
198

R + G + B ~ 82%. #E4C6C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 198 + 198 = 624 (100%)
R 228 of 624 ~ 36.54%
G 198 of 624 ~ 31.73%
B 198 of 624 ~ 31.73%

%36.54
%31.73
%31.73

CMYK RENK MODELİ

#E4C6C6 rengi CMYK tonu (0,13,13,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.16%
  • sarı tonu 13.16%
  • ana renk tonu 10.59%
CMYK:
(0,13,13,11)
C0M13Y13K11 
(0%,13%,13%,11%)
(0.00/0.13/0.13/0.11)	

CMYK yüzdeleri

%0
%13.16
%13.16
%10.59

Codes

Color #E4C6C6 in popluar color models

E4C6C6
RGB228198198
HSL35.71%83.53%
HSB/HSV13.16%89.41%
CMYK0.00%13.16%13.16%
10.59%

Color #E4C6C6 in popluar number systems.

HEXE4C6C6
Decimal228198198
Binary111001001100011011000110
Octal344306306

Shades and tints

Shades of #E4C6C6

#E4C6C6
(228,198,198)
#D0B4B4
(208,180,180)
#BCA2A2
(188,162,162)
#A89090
(168,144,144)
#947E7E
(148,126,126)
#806C6C
(128,108,108)
#6C5A5A
(108,90,90)
#584848
(88,72,72)
#443636
(68,54,54)
#302424
(48,36,36)
#1C1212
(28,18,18)
#000000
(0,0,0)

Tints of #E4C6C6

#E4C6C6
(228,198,198)
#E6CBCB
(230,203,203)
#E8D0D0
(232,208,208)
#EAD5D5
(234,213,213)
#ECDADA
(236,218,218)
#EEDFDF
(238,223,223)
#F0E4E4
(240,228,228)
#F2E9E9
(242,233,233)
#F4EEEE
(244,238,238)
#F6F3F3
(246,243,243)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C6C6 color. Also use rgb(228,198,198) instead hex code.

Text Font Color

.myTextColor { color: #E4C6C6; }

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

This text font color is #E4C6C6.


Background Color

.myBgColor { background-color: #E4C6C6; }

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

This div background color is #E4C6C6.


Border color

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

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

This div border color is #E4C6C6.


Opacity

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

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

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

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

This text has shadow with #E4C6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C6C6 on black background.


Color preview on white background

This text has color #E4C6C6 on white background.



Black color preview on #E4C6C6 background

This text has black color on #E4C6C6 background.


White color preview on #E4C6C6 background

This text has white color on #E4C6C6 background.