COLOR #E6C5C7

HEX: #E6C5C7
RGB: (230,197,199)

Renk bilgisi

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

RGB renk modeli

#E6C5C7 color RGB value is (230,197,199).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 197 of 255 = 77%
B 199 of 255 = 78%

230
197
199

R + G + B ~ 82%. #E6C5C7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 197 + 199 = 626 (100%)
R 230 of 626 ~ 36.74%
G 197 of 626 ~ 31.47%
B 199 of 626 ~ 31.79%

%36.74
%31.47
%31.79

CMYK RENK MODELİ

#E6C5C7 rengi CMYK tonu (0,14,13,10).

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

CMYK yüzdeleri

%0
%14.35
%13.48
%9.8

Codes

Color #E6C5C7 in popluar color models

E6C5C7
RGB230197199
HSL356°39.76%83.73%
HSB/HSV356°14.35%90.20%
CMYK0.00%14.35%13.48%
9.80%

Color #E6C5C7 in popluar number systems.

HEXE6C5C7
Decimal230197199
Binary111001101100010111000111
Octal346305307

Shades and tints

Shades of #E6C5C7

#E6C5C7
(230,197,199)
#D2B4B5
(210,180,181)
#BEA3A3
(190,163,163)
#AA9291
(170,146,145)
#96817F
(150,129,127)
#82706D
(130,112,109)
#6E5F5B
(110,95,91)
#5A4E49
(90,78,73)
#463D37
(70,61,55)
#322C25
(50,44,37)
#1E1B13
(30,27,19)
#000000
(0,0,0)

Tints of #E6C5C7

#E6C5C7
(230,197,199)
#E8CACC
(232,202,204)
#EACFD1
(234,207,209)
#ECD4D6
(236,212,214)
#EED9DB
(238,217,219)
#F0DEE0
(240,222,224)
#F2E3E5
(242,227,229)
#F4E8EA
(244,232,234)
#F6EDEF
(246,237,239)
#F8F2F4
(248,242,244)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C5C7; }

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

This text font color is #E6C5C7.


Background Color

.myBgColor { background-color: #E6C5C7; }

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

This div background color is #E6C5C7.


Border color

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

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

This div border color is #E6C5C7.


Opacity

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

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

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

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

This text has shadow with #E6C5C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C5C7 on black background.


Color preview on white background

This text has color #E6C5C7 on white background.



Black color preview on #E6C5C7 background

This text has black color on #E6C5C7 background.


White color preview on #E6C5C7 background

This text has white color on #E6C5C7 background.