COLOR #E6C4B9

HEX: #E6C4B9
RGB: (230,196,185)

Renk bilgisi

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

RGB renk modeli

#E6C4B9 color RGB value is (230,196,185).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 196 of 255 = 77%
B 185 of 255 = 73%

230
196
185

R + G + B ~ 80%. #E6C4B9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 196 + 185 = 611 (100%)
R 230 of 611 ~ 37.64%
G 196 of 611 ~ 32.08%
B 185 of 611 ~ 30.28%

%37.64
%32.08
%30.28

CMYK RENK MODELİ

#E6C4B9 rengi CMYK tonu (0,15,20,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.78%
  • sarı tonu 19.57%
  • ana renk tonu 9.80%
CMYK:
(0,15,20,10)
C0M15Y20K10 
(0%,15%,20%,10%)
(0.00/0.15/0.20/0.10)	

CMYK yüzdeleri

%0
%14.78
%19.57
%9.8

Codes

Color #E6C4B9 in popluar color models

E6C4B9
RGB230196185
HSL15°47.37%81.37%
HSB/HSV15°19.57%90.20%
CMYK0.00%14.78%19.57%
9.80%

Color #E6C4B9 in popluar number systems.

HEXE6C4B9
Decimal230196185
Binary111001101100010010111001
Octal346304271

Shades and tints

Shades of #E6C4B9

#E6C4B9
(230,196,185)
#D2B3A9
(210,179,169)
#BEA299
(190,162,153)
#AA9189
(170,145,137)
#968079
(150,128,121)
#826F69
(130,111,105)
#6E5E59
(110,94,89)
#5A4D49
(90,77,73)
#463C39
(70,60,57)
#322B29
(50,43,41)
#1E1A19
(30,26,25)
#000000
(0,0,0)

Tints of #E6C4B9

#E6C4B9
(230,196,185)
#E8C9BF
(232,201,191)
#EACEC5
(234,206,197)
#ECD3CB
(236,211,203)
#EED8D1
(238,216,209)
#F0DDD7
(240,221,215)
#F2E2DD
(242,226,221)
#F4E7E3
(244,231,227)
#F6ECE9
(246,236,233)
#F8F1EF
(248,241,239)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C4B9; }

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

This text font color is #E6C4B9.


Background Color

.myBgColor { background-color: #E6C4B9; }

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

This div background color is #E6C4B9.


Border color

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

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

This div border color is #E6C4B9.


Opacity

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

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

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

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

This text has shadow with #E6C4B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C4B9 on black background.


Color preview on white background

This text has color #E6C4B9 on white background.



Black color preview on #E6C4B9 background

This text has black color on #E6C4B9 background.


White color preview on #E6C4B9 background

This text has white color on #E6C4B9 background.