COLOR #E5C6ED

HEX: #E5C6ED
RGB: (229,198,237)

Renk bilgisi

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

RGB renk modeli

#E5C6ED color RGB value is (229,198,237).

  • kırmız ton 229;
  • yeşil ton 198;
  • mavi ton 237.
RGB:
(229,198,237)
(90%,78%,93%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 198 of 255 = 78%
B 237 of 255 = 93%

229
198
237

R + G + B ~ 87%. #E5C6ED is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 198 + 237 = 664 (100%)
R 229 of 664 ~ 34.49%
G 198 of 664 ~ 29.82%
B 237 of 664 ~ 35.69%

%34.49
%29.82
%35.69

CMYK RENK MODELİ

#E5C6ED rengi CMYK tonu (3,16,0,7).

  • camgöbeği tonu 3.38%
  • eflatun tonu 16.46%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(3,16,0,7)
C3M16Y0K7 
(3%,16%,0%,7%)
(0.03/0.16/0.00/0.07)	

CMYK yüzdeleri

%3.38
%16.46
%0
%7.06

Codes

Color #E5C6ED in popluar color models

E5C6ED
RGB229198237
HSL288°52.00%85.29%
HSB/HSV288°16.46%92.94%
CMYK3.38%16.46%0.00%
7.06%

Color #E5C6ED in popluar number systems.

HEXE5C6ED
Decimal229198237
Binary111001011100011011101101
Octal345306355

Shades and tints

Shades of #E5C6ED

#E5C6ED
(229,198,237)
#D1B4D8
(209,180,216)
#BDA2C3
(189,162,195)
#A990AE
(169,144,174)
#957E99
(149,126,153)
#816C84
(129,108,132)
#6D5A6F
(109,90,111)
#59485A
(89,72,90)
#453645
(69,54,69)
#312430
(49,36,48)
#1D121B
(29,18,27)
#000000
(0,0,0)

Tints of #E5C6ED

#E5C6ED
(229,198,237)
#E7CBEE
(231,203,238)
#E9D0EF
(233,208,239)
#EBD5F0
(235,213,240)
#EDDAF1
(237,218,241)
#EFDFF2
(239,223,242)
#F1E4F3
(241,228,243)
#F3E9F4
(243,233,244)
#F5EEF5
(245,238,245)
#F7F3F6
(247,243,246)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C6ED; }

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

This text font color is #E5C6ED.


Background Color

.myBgColor { background-color: #E5C6ED; }

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

This div background color is #E5C6ED.


Border color

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

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

This div border color is #E5C6ED.


Opacity

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

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

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

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

This text has shadow with #E5C6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C6ED on black background.


Color preview on white background

This text has color #E5C6ED on white background.



Black color preview on #E5C6ED background

This text has black color on #E5C6ED background.


White color preview on #E5C6ED background

This text has white color on #E5C6ED background.