COLOR #E0CCEE

HEX: #E0CCEE
RGB: (224,204,238)

Renk bilgisi

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

RGB renk modeli

#E0CCEE color RGB value is (224,204,238).

  • kırmız ton 224;
  • yeşil ton 204;
  • mavi ton 238.
RGB:
(224,204,238)
(88%,80%,93%)

RGB bağlantıları ve doygunluk

R 224 of 255 = 88%
G 204 of 255 = 80%
B 238 of 255 = 93%

224
204
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
224 + 204 + 238 = 666 (100%)
R 224 of 666 ~ 33.63%
G 204 of 666 ~ 30.63%
B 238 of 666 ~ 35.74%

%33.63
%30.63
%35.74

CMYK RENK MODELİ

#E0CCEE rengi CMYK tonu (6,14,0,7).

  • camgöbeği tonu 5.88%
  • eflatun tonu 14.29%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(6,14,0,7)
C6M14Y0K7 
(6%,14%,0%,7%)
(0.06/0.14/0.00/0.07)	

CMYK yüzdeleri

%5.88
%14.29
%0
%6.67

Codes

Color #E0CCEE in popluar color models

E0CCEE
RGB224204238
HSL275°50.00%86.67%
HSB/HSV275°14.29%93.33%
CMYK5.88%14.29%0.00%
6.67%

Color #E0CCEE in popluar number systems.

HEXE0CCEE
Decimal224204238
Binary111000001100110011101110
Octal340314356

Shades and tints

Shades of #E0CCEE

#E0CCEE
(224,204,238)
#CCBAD9
(204,186,217)
#B8A8C4
(184,168,196)
#A496AF
(164,150,175)
#90849A
(144,132,154)
#7C7285
(124,114,133)
#686070
(104,96,112)
#544E5B
(84,78,91)
#403C46
(64,60,70)
#2C2A31
(44,42,49)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #E0CCEE

#E0CCEE
(224,204,238)
#E2D0EF
(226,208,239)
#E4D4F0
(228,212,240)
#E6D8F1
(230,216,241)
#E8DCF2
(232,220,242)
#EAE0F3
(234,224,243)
#ECE4F4
(236,228,244)
#EEE8F5
(238,232,245)
#F0ECF6
(240,236,246)
#F2F0F7
(242,240,247)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CCEE color. Also use rgb(224,204,238) instead hex code.

Text Font Color

.myTextColor { color: #E0CCEE; }

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

This text font color is #E0CCEE.


Background Color

.myBgColor { background-color: #E0CCEE; }

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

This div background color is #E0CCEE.


Border color

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

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

This div border color is #E0CCEE.


Opacity

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

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

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

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

This text has shadow with #E0CCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CCEE on black background.


Color preview on white background

This text has color #E0CCEE on white background.



Black color preview on #E0CCEE background

This text has black color on #E0CCEE background.


White color preview on #E0CCEE background

This text has white color on #E0CCEE background.