COLOR #E6C2C4

HEX: #E6C2C4
RGB: (230,194,196)

Renk bilgisi

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

RGB renk modeli

#E6C2C4 color RGB value is (230,194,196).

  • kırmız ton 230;
  • yeşil ton 194;
  • mavi ton 196.
RGB:
(230,194,196)
(90%,76%,77%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 194 of 255 = 76%
B 196 of 255 = 77%

230
194
196

R + G + B ~ 81%. #E6C2C4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 194 + 196 = 620 (100%)
R 230 of 620 ~ 37.1%
G 194 of 620 ~ 31.29%
B 196 of 620 ~ 31.61%

%37.1
%31.29
%31.61

CMYK RENK MODELİ

#E6C2C4 rengi CMYK tonu (0,16,15,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.65%
  • sarı tonu 14.78%
  • ana renk tonu 9.80%
CMYK:
(0,16,15,10)
C0M16Y15K10 
(0%,16%,15%,10%)
(0.00/0.16/0.15/0.10)	

CMYK yüzdeleri

%0
%15.65
%14.78
%9.8

Codes

Color #E6C2C4 in popluar color models

E6C2C4
RGB230194196
HSL357°41.86%83.14%
HSB/HSV357°15.65%90.20%
CMYK0.00%15.65%14.78%
9.80%

Color #E6C2C4 in popluar number systems.

HEXE6C2C4
Decimal230194196
Binary111001101100001011000100
Octal346302304

Shades and tints

Shades of #E6C2C4

#E6C2C4
(230,194,196)
#D2B1B3
(210,177,179)
#BEA0A2
(190,160,162)
#AA8F91
(170,143,145)
#967E80
(150,126,128)
#826D6F
(130,109,111)
#6E5C5E
(110,92,94)
#5A4B4D
(90,75,77)
#463A3C
(70,58,60)
#32292B
(50,41,43)
#1E181A
(30,24,26)
#000000
(0,0,0)

Tints of #E6C2C4

#E6C2C4
(230,194,196)
#E8C7C9
(232,199,201)
#EACCCE
(234,204,206)
#ECD1D3
(236,209,211)
#EED6D8
(238,214,216)
#F0DBDD
(240,219,221)
#F2E0E2
(242,224,226)
#F4E5E7
(244,229,231)
#F6EAEC
(246,234,236)
#F8EFF1
(248,239,241)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C2C4 color. Also use rgb(230,194,196) instead hex code.

Text Font Color

.myTextColor { color: #E6C2C4; }

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

This text font color is #E6C2C4.


Background Color

.myBgColor { background-color: #E6C2C4; }

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

This div background color is #E6C2C4.


Border color

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

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

This div border color is #E6C2C4.


Opacity

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

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

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

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

This text has shadow with #E6C2C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C2C4 on black background.


Color preview on white background

This text has color #E6C2C4 on white background.



Black color preview on #E6C2C4 background

This text has black color on #E6C2C4 background.


White color preview on #E6C2C4 background

This text has white color on #E6C2C4 background.