COLOR #E6B77D

HEX: #E6B77D
RGB: (230,183,125)

Renk bilgisi

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

RGB renk modeli

#E6B77D color RGB value is (230,183,125).

  • kırmız ton 230;
  • yeşil ton 183;
  • mavi ton 125.
RGB:
(230,183,125)
(90%,72%,49%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 183 of 255 = 72%
B 125 of 255 = 49%

230
183
125

R + G + B ~ 70%. #E6B77D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 183 + 125 = 538 (100%)
R 230 of 538 ~ 42.75%
G 183 of 538 ~ 34.01%
B 125 of 538 ~ 23.23%

%42.75
%34.01
%23.23

CMYK RENK MODELİ

#E6B77D rengi CMYK tonu (0,20,46,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.43%
  • sarı tonu 45.65%
  • ana renk tonu 9.80%
CMYK:
(0,20,46,10)
C0M20Y46K10 
(0%,20%,46%,10%)
(0.00/0.20/0.46/0.10)	

CMYK yüzdeleri

%0
%20.43
%45.65
%9.8

Codes

Color #E6B77D in popluar color models

E6B77D
RGB230183125
HSL33°67.74%69.61%
HSB/HSV33°45.65%90.20%
CMYK0.00%20.43%45.65%
9.80%

Color #E6B77D in popluar number systems.

HEXE6B77D
Decimal230183125
Binary11100110101101111111101
Octal346267175

Shades and tints

Shades of #E6B77D

#E6B77D
(230,183,125)
#D2A772
(210,167,114)
#BE9767
(190,151,103)
#AA875C
(170,135,92)
#967751
(150,119,81)
#826746
(130,103,70)
#6E573B
(110,87,59)
#5A4730
(90,71,48)
#463725
(70,55,37)
#32271A
(50,39,26)
#1E170F
(30,23,15)
#000000
(0,0,0)

Tints of #E6B77D

#E6B77D
(230,183,125)
#E8BD88
(232,189,136)
#EAC393
(234,195,147)
#ECC99E
(236,201,158)
#EECFA9
(238,207,169)
#F0D5B4
(240,213,180)
#F2DBBF
(242,219,191)
#F4E1CA
(244,225,202)
#F6E7D5
(246,231,213)
#F8EDE0
(248,237,224)
#FAF3EB
(250,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B77D color. Also use rgb(230,183,125) instead hex code.

Text Font Color

.myTextColor { color: #E6B77D; }

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

This text font color is #E6B77D.


Background Color

.myBgColor { background-color: #E6B77D; }

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

This div background color is #E6B77D.


Border color

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

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

This div border color is #E6B77D.


Opacity

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

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

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

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

This text has shadow with #E6B77D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B77D on black background.


Color preview on white background

This text has color #E6B77D on white background.



Black color preview on #E6B77D background

This text has black color on #E6B77D background.


White color preview on #E6B77D background

This text has white color on #E6B77D background.