COLOR #E6C694

HEX: #E6C694
RGB: (230,198,148)

Renk bilgisi

#E6C694 contains mainly red and green colors. #E6C694 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#E6C694 color RGB value is (230,198,148).

  • kırmız ton 230;
  • yeşil ton 198;
  • mavi ton 148.
RGB:
(230,198,148)
(90%,78%,58%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 198 of 255 = 78%
B 148 of 255 = 58%

230
198
148

R + G + B ~ 75%. #E6C694 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 198 + 148 = 576 (100%)
R 230 of 576 ~ 39.93%
G 198 of 576 ~ 34.38%
B 148 of 576 ~ 25.69%

%39.93
%34.38
%25.69

CMYK RENK MODELİ

#E6C694 rengi CMYK tonu (0,14,36,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.91%
  • sarı tonu 35.65%
  • ana renk tonu 9.80%
CMYK:
(0,14,36,10)
C0M14Y36K10 
(0%,14%,36%,10%)
(0.00/0.14/0.36/0.10)	

CMYK yüzdeleri

%0
%13.91
%35.65
%9.8

Codes

Color #E6C694 in popluar color models

E6C694
RGB230198148
HSL37°62.12%74.12%
HSB/HSV37°35.65%90.20%
CMYK0.00%13.91%35.65%
9.80%

Color #E6C694 in popluar number systems.

HEXE6C694
Decimal230198148
Binary111001101100011010010100
Octal346306224

Shades and tints

Shades of #E6C694

#E6C694
(230,198,148)
#D2B487
(210,180,135)
#BEA27A
(190,162,122)
#AA906D
(170,144,109)
#967E60
(150,126,96)
#826C53
(130,108,83)
#6E5A46
(110,90,70)
#5A4839
(90,72,57)
#46362C
(70,54,44)
#32241F
(50,36,31)
#1E1212
(30,18,18)
#000000
(0,0,0)

Tints of #E6C694

#E6C694
(230,198,148)
#E8CB9D
(232,203,157)
#EAD0A6
(234,208,166)
#ECD5AF
(236,213,175)
#EEDAB8
(238,218,184)
#F0DFC1
(240,223,193)
#F2E4CA
(242,228,202)
#F4E9D3
(244,233,211)
#F6EEDC
(246,238,220)
#F8F3E5
(248,243,229)
#FAF8EE
(250,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C694 color. Also use rgb(230,198,148) instead hex code.

Text Font Color

.myTextColor { color: #E6C694; }

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

This text font color is #E6C694.


Background Color

.myBgColor { background-color: #E6C694; }

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

This div background color is #E6C694.


Border color

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

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

This div border color is #E6C694.


Opacity

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

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

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

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

This text has shadow with #E6C694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C694 on black background.


Color preview on white background

This text has color #E6C694 on white background.



Black color preview on #E6C694 background

This text has black color on #E6C694 background.


White color preview on #E6C694 background

This text has white color on #E6C694 background.