COLOR #E6CE80

HEX: #E6CE80
RGB: (230,206,128)

Renk bilgisi

#E6CE80 contains mainly red and green colors. #E6CE80 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#E6CE80 color RGB value is (230,206,128).

  • kırmız ton 230;
  • yeşil ton 206;
  • mavi ton 128.
RGB:
(230,206,128)
(90%,81%,50%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 206 of 255 = 81%
B 128 of 255 = 50%

230
206
128

R + G + B ~ 74%. #E6CE80 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 206 + 128 = 564 (100%)
R 230 of 564 ~ 40.78%
G 206 of 564 ~ 36.52%
B 128 of 564 ~ 22.7%

%40.78
%36.52
%22.7

CMYK RENK MODELİ

#E6CE80 rengi CMYK tonu (0,10,44,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.43%
  • sarı tonu 44.35%
  • ana renk tonu 9.80%
CMYK:
(0,10,44,10)
C0M10Y44K10 
(0%,10%,44%,10%)
(0.00/0.10/0.44/0.10)	

CMYK yüzdeleri

%0
%10.43
%44.35
%9.8

Codes

Color #E6CE80 in popluar color models

E6CE80
RGB230206128
HSL46°67.11%70.20%
HSB/HSV46°44.35%90.20%
CMYK0.00%10.43%44.35%
9.80%

Color #E6CE80 in popluar number systems.

HEXE6CE80
Decimal230206128
Binary111001101100111010000000
Octal346316200

Shades and tints

Shades of #E6CE80

#E6CE80
(230,206,128)
#D2BC75
(210,188,117)
#BEAA6A
(190,170,106)
#AA985F
(170,152,95)
#968654
(150,134,84)
#827449
(130,116,73)
#6E623E
(110,98,62)
#5A5033
(90,80,51)
#463E28
(70,62,40)
#322C1D
(50,44,29)
#1E1A12
(30,26,18)
#000000
(0,0,0)

Tints of #E6CE80

#E6CE80
(230,206,128)
#E8D28B
(232,210,139)
#EAD696
(234,214,150)
#ECDAA1
(236,218,161)
#EEDEAC
(238,222,172)
#F0E2B7
(240,226,183)
#F2E6C2
(242,230,194)
#F4EACD
(244,234,205)
#F6EED8
(246,238,216)
#F8F2E3
(248,242,227)
#FAF6EE
(250,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CE80 color. Also use rgb(230,206,128) instead hex code.

Text Font Color

.myTextColor { color: #E6CE80; }

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

This text font color is #E6CE80.


Background Color

.myBgColor { background-color: #E6CE80; }

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

This div background color is #E6CE80.


Border color

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

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

This div border color is #E6CE80.


Opacity

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

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

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

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

This text has shadow with #E6CE80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CE80 on black background.


Color preview on white background

This text has color #E6CE80 on white background.



Black color preview on #E6CE80 background

This text has black color on #E6CE80 background.


White color preview on #E6CE80 background

This text has white color on #E6CE80 background.