COLOR #E6C69C

HEX: #E6C69C
RGB: (230,198,156)

Renk bilgisi

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

RGB renk modeli

#E6C69C color RGB value is (230,198,156).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 198 of 255 = 78%
B 156 of 255 = 61%

230
198
156

R + G + B ~ 76%. #E6C69C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 198 + 156 = 584 (100%)
R 230 of 584 ~ 39.38%
G 198 of 584 ~ 33.9%
B 156 of 584 ~ 26.71%

%39.38
%33.9
%26.71

CMYK RENK MODELİ

#E6C69C rengi CMYK tonu (0,14,32,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.91%
  • sarı tonu 32.17%
  • ana renk tonu 9.80%
CMYK:
(0,14,32,10)
C0M14Y32K10 
(0%,14%,32%,10%)
(0.00/0.14/0.32/0.10)	

CMYK yüzdeleri

%0
%13.91
%32.17
%9.8

Codes

Color #E6C69C in popluar color models

E6C69C
RGB230198156
HSL34°59.68%75.69%
HSB/HSV34°32.17%90.20%
CMYK0.00%13.91%32.17%
9.80%

Color #E6C69C in popluar number systems.

HEXE6C69C
Decimal230198156
Binary111001101100011010011100
Octal346306234

Shades and tints

Shades of #E6C69C

#E6C69C
(230,198,156)
#D2B48E
(210,180,142)
#BEA280
(190,162,128)
#AA9072
(170,144,114)
#967E64
(150,126,100)
#826C56
(130,108,86)
#6E5A48
(110,90,72)
#5A483A
(90,72,58)
#46362C
(70,54,44)
#32241E
(50,36,30)
#1E1210
(30,18,16)
#000000
(0,0,0)

Tints of #E6C69C

#E6C69C
(230,198,156)
#E8CBA5
(232,203,165)
#EAD0AE
(234,208,174)
#ECD5B7
(236,213,183)
#EEDAC0
(238,218,192)
#F0DFC9
(240,223,201)
#F2E4D2
(242,228,210)
#F4E9DB
(244,233,219)
#F6EEE4
(246,238,228)
#F8F3ED
(248,243,237)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C69C; }

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

This text font color is #E6C69C.


Background Color

.myBgColor { background-color: #E6C69C; }

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

This div background color is #E6C69C.


Border color

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

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

This div border color is #E6C69C.


Opacity

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

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

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

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

This text has shadow with #E6C69C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C69C on black background.


Color preview on white background

This text has color #E6C69C on white background.



Black color preview on #E6C69C background

This text has black color on #E6C69C background.


White color preview on #E6C69C background

This text has white color on #E6C69C background.