COLOR #E0C6DB

HEX: #E0C6DB
RGB: (224,198,219)

Renk bilgisi

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

RGB renk modeli

#E0C6DB color RGB value is (224,198,219).

  • kırmız ton 224;
  • yeşil ton 198;
  • mavi ton 219.
RGB:
(224,198,219)
(88%,78%,86%)

RGB bağlantıları ve doygunluk

R 224 of 255 = 88%
G 198 of 255 = 78%
B 219 of 255 = 86%

224
198
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
224 + 198 + 219 = 641 (100%)
R 224 of 641 ~ 34.95%
G 198 of 641 ~ 30.89%
B 219 of 641 ~ 34.17%

%34.95
%30.89
%34.17

CMYK RENK MODELİ

#E0C6DB rengi CMYK tonu (0,12,2,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.61%
  • sarı tonu 2.23%
  • ana renk tonu 12.16%
CMYK:
(0,12,2,12)
C0M12Y2K12 
(0%,12%,2%,12%)
(0.00/0.12/0.02/0.12)	

CMYK yüzdeleri

%0
%11.61
%2.23
%12.16

Codes

Color #E0C6DB in popluar color models

E0C6DB
RGB224198219
HSL312°29.55%82.75%
HSB/HSV312°11.61%87.84%
CMYK0.00%11.61%2.23%
12.16%

Color #E0C6DB in popluar number systems.

HEXE0C6DB
Decimal224198219
Binary111000001100011011011011
Octal340306333

Shades and tints

Shades of #E0C6DB

#E0C6DB
(224,198,219)
#CCB4C8
(204,180,200)
#B8A2B5
(184,162,181)
#A490A2
(164,144,162)
#907E8F
(144,126,143)
#7C6C7C
(124,108,124)
#685A69
(104,90,105)
#544856
(84,72,86)
#403643
(64,54,67)
#2C2430
(44,36,48)
#18121D
(24,18,29)
#000000
(0,0,0)

Tints of #E0C6DB

#E0C6DB
(224,198,219)
#E2CBDE
(226,203,222)
#E4D0E1
(228,208,225)
#E6D5E4
(230,213,228)
#E8DAE7
(232,218,231)
#EADFEA
(234,223,234)
#ECE4ED
(236,228,237)
#EEE9F0
(238,233,240)
#F0EEF3
(240,238,243)
#F2F3F6
(242,243,246)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C6DB color. Also use rgb(224,198,219) instead hex code.

Text Font Color

.myTextColor { color: #E0C6DB; }

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

This text font color is #E0C6DB.


Background Color

.myBgColor { background-color: #E0C6DB; }

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

This div background color is #E0C6DB.


Border color

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

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

This div border color is #E0C6DB.


Opacity

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

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

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

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

This text has shadow with #E0C6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C6DB on black background.


Color preview on white background

This text has color #E0C6DB on white background.



Black color preview on #E0C6DB background

This text has black color on #E0C6DB background.


White color preview on #E0C6DB background

This text has white color on #E0C6DB background.