COLOR #E6C7CE

HEX: #E6C7CE
RGB: (230,199,206)

Renk bilgisi

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

RGB renk modeli

#E6C7CE color RGB value is (230,199,206).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 199 of 255 = 78%
B 206 of 255 = 81%

230
199
206

R + G + B ~ 83%. #E6C7CE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 199 + 206 = 635 (100%)
R 230 of 635 ~ 36.22%
G 199 of 635 ~ 31.34%
B 206 of 635 ~ 32.44%

%36.22
%31.34
%32.44

CMYK RENK MODELİ

#E6C7CE rengi CMYK tonu (0,13,10,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.48%
  • sarı tonu 10.43%
  • ana renk tonu 9.80%
CMYK:
(0,13,10,10)
C0M13Y10K10 
(0%,13%,10%,10%)
(0.00/0.13/0.10/0.10)	

CMYK yüzdeleri

%0
%13.48
%10.43
%9.8

Codes

Color #E6C7CE in popluar color models

E6C7CE
RGB230199206
HSL346°38.27%84.12%
HSB/HSV346°13.48%90.20%
CMYK0.00%13.48%10.43%
9.80%

Color #E6C7CE in popluar number systems.

HEXE6C7CE
Decimal230199206
Binary111001101100011111001110
Octal346307316

Shades and tints

Shades of #E6C7CE

#E6C7CE
(230,199,206)
#D2B5BC
(210,181,188)
#BEA3AA
(190,163,170)
#AA9198
(170,145,152)
#967F86
(150,127,134)
#826D74
(130,109,116)
#6E5B62
(110,91,98)
#5A4950
(90,73,80)
#46373E
(70,55,62)
#32252C
(50,37,44)
#1E131A
(30,19,26)
#000000
(0,0,0)

Tints of #E6C7CE

#E6C7CE
(230,199,206)
#E8CCD2
(232,204,210)
#EAD1D6
(234,209,214)
#ECD6DA
(236,214,218)
#EEDBDE
(238,219,222)
#F0E0E2
(240,224,226)
#F2E5E6
(242,229,230)
#F4EAEA
(244,234,234)
#F6EFEE
(246,239,238)
#F8F4F2
(248,244,242)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C7CE; }

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

This text font color is #E6C7CE.


Background Color

.myBgColor { background-color: #E6C7CE; }

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

This div background color is #E6C7CE.


Border color

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

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

This div border color is #E6C7CE.


Opacity

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

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

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

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

This text has shadow with #E6C7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C7CE on black background.


Color preview on white background

This text has color #E6C7CE on white background.



Black color preview on #E6C7CE background

This text has black color on #E6C7CE background.


White color preview on #E6C7CE background

This text has white color on #E6C7CE background.