COLOR #E6C4BE

HEX: #E6C4BE
RGB: (230,196,190)

Renk bilgisi

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

RGB renk modeli

#E6C4BE color RGB value is (230,196,190).

  • kırmız ton 230;
  • yeşil ton 196;
  • mavi ton 190.
RGB:
(230,196,190)
(90%,77%,75%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 196 of 255 = 77%
B 190 of 255 = 75%

230
196
190

R + G + B ~ 81%. #E6C4BE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 196 + 190 = 616 (100%)
R 230 of 616 ~ 37.34%
G 196 of 616 ~ 31.82%
B 190 of 616 ~ 30.84%

%37.34
%31.82
%30.84

CMYK RENK MODELİ

#E6C4BE rengi CMYK tonu (0,15,17,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.78%
  • sarı tonu 17.39%
  • ana renk tonu 9.80%
CMYK:
(0,15,17,10)
C0M15Y17K10 
(0%,15%,17%,10%)
(0.00/0.15/0.17/0.10)	

CMYK yüzdeleri

%0
%14.78
%17.39
%9.8

Codes

Color #E6C4BE in popluar color models

E6C4BE
RGB230196190
HSL44.44%82.35%
HSB/HSV17.39%90.20%
CMYK0.00%14.78%17.39%
9.80%

Color #E6C4BE in popluar number systems.

HEXE6C4BE
Decimal230196190
Binary111001101100010010111110
Octal346304276

Shades and tints

Shades of #E6C4BE

#E6C4BE
(230,196,190)
#D2B3AD
(210,179,173)
#BEA29C
(190,162,156)
#AA918B
(170,145,139)
#96807A
(150,128,122)
#826F69
(130,111,105)
#6E5E58
(110,94,88)
#5A4D47
(90,77,71)
#463C36
(70,60,54)
#322B25
(50,43,37)
#1E1A14
(30,26,20)
#000000
(0,0,0)

Tints of #E6C4BE

#E6C4BE
(230,196,190)
#E8C9C3
(232,201,195)
#EACEC8
(234,206,200)
#ECD3CD
(236,211,205)
#EED8D2
(238,216,210)
#F0DDD7
(240,221,215)
#F2E2DC
(242,226,220)
#F4E7E1
(244,231,225)
#F6ECE6
(246,236,230)
#F8F1EB
(248,241,235)
#FAF6F0
(250,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C4BE color. Also use rgb(230,196,190) instead hex code.

Text Font Color

.myTextColor { color: #E6C4BE; }

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

This text font color is #E6C4BE.


Background Color

.myBgColor { background-color: #E6C4BE; }

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

This div background color is #E6C4BE.


Border color

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

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

This div border color is #E6C4BE.


Opacity

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

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

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

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

This text has shadow with #E6C4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C4BE on black background.


Color preview on white background

This text has color #E6C4BE on white background.



Black color preview on #E6C4BE background

This text has black color on #E6C4BE background.


White color preview on #E6C4BE background

This text has white color on #E6C4BE background.