COLOR #E6C5C0

HEX: #E6C5C0
RGB: (230,197,192)

Renk bilgisi

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

RGB renk modeli

#E6C5C0 color RGB value is (230,197,192).

  • kırmız ton 230;
  • yeşil ton 197;
  • mavi ton 192.
RGB:
(230,197,192)
(90%,77%,75%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 197 of 255 = 77%
B 192 of 255 = 75%

230
197
192

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 197 + 192 = 619 (100%)
R 230 of 619 ~ 37.16%
G 197 of 619 ~ 31.83%
B 192 of 619 ~ 31.02%

%37.16
%31.83
%31.02

CMYK RENK MODELİ

#E6C5C0 rengi CMYK tonu (0,14,17,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.35%
  • sarı tonu 16.52%
  • ana renk tonu 9.80%
CMYK:
(0,14,17,10)
C0M14Y17K10 
(0%,14%,17%,10%)
(0.00/0.14/0.17/0.10)	

CMYK yüzdeleri

%0
%14.35
%16.52
%9.8

Codes

Color #E6C5C0 in popluar color models

E6C5C0
RGB230197192
HSL43.18%82.75%
HSB/HSV16.52%90.20%
CMYK0.00%14.35%16.52%
9.80%

Color #E6C5C0 in popluar number systems.

HEXE6C5C0
Decimal230197192
Binary111001101100010111000000
Octal346305300

Shades and tints

Shades of #E6C5C0

#E6C5C0
(230,197,192)
#D2B4AF
(210,180,175)
#BEA39E
(190,163,158)
#AA928D
(170,146,141)
#96817C
(150,129,124)
#82706B
(130,112,107)
#6E5F5A
(110,95,90)
#5A4E49
(90,78,73)
#463D38
(70,61,56)
#322C27
(50,44,39)
#1E1B16
(30,27,22)
#000000
(0,0,0)

Tints of #E6C5C0

#E6C5C0
(230,197,192)
#E8CAC5
(232,202,197)
#EACFCA
(234,207,202)
#ECD4CF
(236,212,207)
#EED9D4
(238,217,212)
#F0DED9
(240,222,217)
#F2E3DE
(242,227,222)
#F4E8E3
(244,232,227)
#F6EDE8
(246,237,232)
#F8F2ED
(248,242,237)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C5C0 color. Also use rgb(230,197,192) instead hex code.

Text Font Color

.myTextColor { color: #E6C5C0; }

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

This text font color is #E6C5C0.


Background Color

.myBgColor { background-color: #E6C5C0; }

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

This div background color is #E6C5C0.


Border color

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

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

This div border color is #E6C5C0.


Opacity

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

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

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

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

This text has shadow with #E6C5C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C5C0 on black background.


Color preview on white background

This text has color #E6C5C0 on white background.



Black color preview on #E6C5C0 background

This text has black color on #E6C5C0 background.


White color preview on #E6C5C0 background

This text has white color on #E6C5C0 background.