COLOR #E5C8C4

HEX: #E5C8C4
RGB: (229,200,196)

Renk bilgisi

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

RGB renk modeli

#E5C8C4 color RGB value is (229,200,196).

  • kırmız ton 229;
  • yeşil ton 200;
  • mavi ton 196.
RGB:
(229,200,196)
(90%,78%,77%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 200 of 255 = 78%
B 196 of 255 = 77%

229
200
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 200 + 196 = 625 (100%)
R 229 of 625 ~ 36.64%
G 200 of 625 ~ 32%
B 196 of 625 ~ 31.36%

%36.64
%32
%31.36

CMYK RENK MODELİ

#E5C8C4 rengi CMYK tonu (0,13,14,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.66%
  • sarı tonu 14.41%
  • ana renk tonu 10.20%
CMYK:
(0,13,14,10)
C0M13Y14K10 
(0%,13%,14%,10%)
(0.00/0.13/0.14/0.10)	

CMYK yüzdeleri

%0
%12.66
%14.41
%10.2

Codes

Color #E5C8C4 in popluar color models

E5C8C4
RGB229200196
HSL38.82%83.33%
HSB/HSV14.41%89.80%
CMYK0.00%12.66%14.41%
10.20%

Color #E5C8C4 in popluar number systems.

HEXE5C8C4
Decimal229200196
Binary111001011100100011000100
Octal345310304

Shades and tints

Shades of #E5C8C4

#E5C8C4
(229,200,196)
#D1B6B3
(209,182,179)
#BDA4A2
(189,164,162)
#A99291
(169,146,145)
#958080
(149,128,128)
#816E6F
(129,110,111)
#6D5C5E
(109,92,94)
#594A4D
(89,74,77)
#45383C
(69,56,60)
#31262B
(49,38,43)
#1D141A
(29,20,26)
#000000
(0,0,0)

Tints of #E5C8C4

#E5C8C4
(229,200,196)
#E7CDC9
(231,205,201)
#E9D2CE
(233,210,206)
#EBD7D3
(235,215,211)
#EDDCD8
(237,220,216)
#EFE1DD
(239,225,221)
#F1E6E2
(241,230,226)
#F3EBE7
(243,235,231)
#F5F0EC
(245,240,236)
#F7F5F1
(247,245,241)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C8C4 color. Also use rgb(229,200,196) instead hex code.

Text Font Color

.myTextColor { color: #E5C8C4; }

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

This text font color is #E5C8C4.


Background Color

.myBgColor { background-color: #E5C8C4; }

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

This div background color is #E5C8C4.


Border color

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

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

This div border color is #E5C8C4.


Opacity

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

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

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

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

This text has shadow with #E5C8C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C8C4 on black background.


Color preview on white background

This text has color #E5C8C4 on white background.



Black color preview on #E5C8C4 background

This text has black color on #E5C8C4 background.


White color preview on #E5C8C4 background

This text has white color on #E5C8C4 background.