COLOR #E5C8D8

HEX: #E5C8D8
RGB: (229,200,216)

Renk bilgisi

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

RGB renk modeli

#E5C8D8 color RGB value is (229,200,216).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 200 of 255 = 78%
B 216 of 255 = 85%

229
200
216

R + G + B ~ 84%. #E5C8D8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 200 + 216 = 645 (100%)
R 229 of 645 ~ 35.5%
G 200 of 645 ~ 31.01%
B 216 of 645 ~ 33.49%

%35.5
%31.01
%33.49

CMYK RENK MODELİ

#E5C8D8 rengi CMYK tonu (0,13,6,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.66%
  • sarı tonu 5.68%
  • ana renk tonu 10.20%
CMYK:
(0,13,6,10)
C0M13Y6K10 
(0%,13%,6%,10%)
(0.00/0.13/0.06/0.10)	

CMYK yüzdeleri

%0
%12.66
%5.68
%10.2

Codes

Color #E5C8D8 in popluar color models

E5C8D8
RGB229200216
HSL327°35.80%84.12%
HSB/HSV327°12.66%89.80%
CMYK0.00%12.66%5.68%
10.20%

Color #E5C8D8 in popluar number systems.

HEXE5C8D8
Decimal229200216
Binary111001011100100011011000
Octal345310330

Shades and tints

Shades of #E5C8D8

#E5C8D8
(229,200,216)
#D1B6C5
(209,182,197)
#BDA4B2
(189,164,178)
#A9929F
(169,146,159)
#95808C
(149,128,140)
#816E79
(129,110,121)
#6D5C66
(109,92,102)
#594A53
(89,74,83)
#453840
(69,56,64)
#31262D
(49,38,45)
#1D141A
(29,20,26)
#000000
(0,0,0)

Tints of #E5C8D8

#E5C8D8
(229,200,216)
#E7CDDB
(231,205,219)
#E9D2DE
(233,210,222)
#EBD7E1
(235,215,225)
#EDDCE4
(237,220,228)
#EFE1E7
(239,225,231)
#F1E6EA
(241,230,234)
#F3EBED
(243,235,237)
#F5F0F0
(245,240,240)
#F7F5F3
(247,245,243)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C8D8; }

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

This text font color is #E5C8D8.


Background Color

.myBgColor { background-color: #E5C8D8; }

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

This div background color is #E5C8D8.


Border color

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

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

This div border color is #E5C8D8.


Opacity

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

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

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

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

This text has shadow with #E5C8D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C8D8 on black background.


Color preview on white background

This text has color #E5C8D8 on white background.



Black color preview on #E5C8D8 background

This text has black color on #E5C8D8 background.


White color preview on #E5C8D8 background

This text has white color on #E5C8D8 background.