COLOR #E6CEE3

HEX: #E6CEE3
RGB: (230,206,227)

Renk bilgisi

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

RGB renk modeli

#E6CEE3 color RGB value is (230,206,227).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 206 of 255 = 81%
B 227 of 255 = 89%

230
206
227

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 206 + 227 = 663 (100%)
R 230 of 663 ~ 34.69%
G 206 of 663 ~ 31.07%
B 227 of 663 ~ 34.24%

%34.69
%31.07
%34.24

CMYK RENK MODELİ

#E6CEE3 rengi CMYK tonu (0,10,1,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.43%
  • sarı tonu 1.30%
  • ana renk tonu 9.80%
CMYK:
(0,10,1,10)
C0M10Y1K10 
(0%,10%,1%,10%)
(0.00/0.10/0.01/0.10)	

CMYK yüzdeleri

%0
%10.43
%1.3
%9.8

Codes

Color #E6CEE3 in popluar color models

E6CEE3
RGB230206227
HSL308°32.43%85.49%
HSB/HSV308°10.43%90.20%
CMYK0.00%10.43%1.30%
9.80%

Color #E6CEE3 in popluar number systems.

HEXE6CEE3
Decimal230206227
Binary111001101100111011100011
Octal346316343

Shades and tints

Shades of #E6CEE3

#E6CEE3
(230,206,227)
#D2BCCF
(210,188,207)
#BEAABB
(190,170,187)
#AA98A7
(170,152,167)
#968693
(150,134,147)
#82747F
(130,116,127)
#6E626B
(110,98,107)
#5A5057
(90,80,87)
#463E43
(70,62,67)
#322C2F
(50,44,47)
#1E1A1B
(30,26,27)
#000000
(0,0,0)

Tints of #E6CEE3

#E6CEE3
(230,206,227)
#E8D2E5
(232,210,229)
#EAD6E7
(234,214,231)
#ECDAE9
(236,218,233)
#EEDEEB
(238,222,235)
#F0E2ED
(240,226,237)
#F2E6EF
(242,230,239)
#F4EAF1
(244,234,241)
#F6EEF3
(246,238,243)
#F8F2F5
(248,242,245)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CEE3; }

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

This text font color is #E6CEE3.


Background Color

.myBgColor { background-color: #E6CEE3; }

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

This div background color is #E6CEE3.


Border color

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

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

This div border color is #E6CEE3.


Opacity

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

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

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

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

This text has shadow with #E6CEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CEE3 on black background.


Color preview on white background

This text has color #E6CEE3 on white background.



Black color preview on #E6CEE3 background

This text has black color on #E6CEE3 background.


White color preview on #E6CEE3 background

This text has white color on #E6CEE3 background.