COLOR #E6CEEC

HEX: #E6CEEC
RGB: (230,206,236)

Renk bilgisi

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

RGB renk modeli

#E6CEEC color RGB value is (230,206,236).

  • kırmız ton 230;
  • yeşil ton 206;
  • mavi ton 236.
RGB:
(230,206,236)
(90%,81%,93%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 206 of 255 = 81%
B 236 of 255 = 93%

230
206
236

R + G + B ~ 88%. #E6CEEC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 206 + 236 = 672 (100%)
R 230 of 672 ~ 34.23%
G 206 of 672 ~ 30.65%
B 236 of 672 ~ 35.12%

%34.23
%30.65
%35.12

CMYK RENK MODELİ

#E6CEEC rengi CMYK tonu (3,13,0,7).

  • camgöbeği tonu 2.54%
  • eflatun tonu 12.71%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(3,13,0,7)
C3M13Y0K7 
(3%,13%,0%,7%)
(0.03/0.13/0.00/0.07)	

CMYK yüzdeleri

%2.54
%12.71
%0
%7.45

Codes

Color #E6CEEC in popluar color models

E6CEEC
RGB230206236
HSL288°44.12%86.67%
HSB/HSV288°12.71%92.55%
CMYK2.54%12.71%0.00%
7.45%

Color #E6CEEC in popluar number systems.

HEXE6CEEC
Decimal230206236
Binary111001101100111011101100
Octal346316354

Shades and tints

Shades of #E6CEEC

#E6CEEC
(230,206,236)
#D2BCD7
(210,188,215)
#BEAAC2
(190,170,194)
#AA98AD
(170,152,173)
#968698
(150,134,152)
#827483
(130,116,131)
#6E626E
(110,98,110)
#5A5059
(90,80,89)
#463E44
(70,62,68)
#322C2F
(50,44,47)
#1E1A1A
(30,26,26)
#000000
(0,0,0)

Tints of #E6CEEC

#E6CEEC
(230,206,236)
#E8D2ED
(232,210,237)
#EAD6EE
(234,214,238)
#ECDAEF
(236,218,239)
#EEDEF0
(238,222,240)
#F0E2F1
(240,226,241)
#F2E6F2
(242,230,242)
#F4EAF3
(244,234,243)
#F6EEF4
(246,238,244)
#F8F2F5
(248,242,245)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CEEC color. Also use rgb(230,206,236) instead hex code.

Text Font Color

.myTextColor { color: #E6CEEC; }

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

This text font color is #E6CEEC.


Background Color

.myBgColor { background-color: #E6CEEC; }

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

This div background color is #E6CEEC.


Border color

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

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

This div border color is #E6CEEC.


Opacity

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

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

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

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

This text has shadow with #E6CEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CEEC on black background.


Color preview on white background

This text has color #E6CEEC on white background.



Black color preview on #E6CEEC background

This text has black color on #E6CEEC background.


White color preview on #E6CEEC background

This text has white color on #E6CEEC background.