COLOR #E6B181

HEX: #E6B181
RGB: (230,177,129)

Renk bilgisi

#E6B181 contains mainly red and green colors. #E6B181 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#E6B181 color RGB value is (230,177,129).

  • kırmız ton 230;
  • yeşil ton 177;
  • mavi ton 129.
RGB:
(230,177,129)
(90%,69%,51%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 177 of 255 = 69%
B 129 of 255 = 51%

230
177
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 177 + 129 = 536 (100%)
R 230 of 536 ~ 42.91%
G 177 of 536 ~ 33.02%
B 129 of 536 ~ 24.07%

%42.91
%33.02
%24.07

CMYK RENK MODELİ

#E6B181 rengi CMYK tonu (0,23,44,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.04%
  • sarı tonu 43.91%
  • ana renk tonu 9.80%
CMYK:
(0,23,44,10)
C0M23Y44K10 
(0%,23%,44%,10%)
(0.00/0.23/0.44/0.10)	

CMYK yüzdeleri

%0
%23.04
%43.91
%9.8

Codes

Color #E6B181 in popluar color models

E6B181
RGB230177129
HSL29°66.89%70.39%
HSB/HSV29°43.91%90.20%
CMYK0.00%23.04%43.91%
9.80%

Color #E6B181 in popluar number systems.

HEXE6B181
Decimal230177129
Binary111001101011000110000001
Octal346261201

Shades and tints

Shades of #E6B181

#E6B181
(230,177,129)
#D2A176
(210,161,118)
#BE916B
(190,145,107)
#AA8160
(170,129,96)
#967155
(150,113,85)
#82614A
(130,97,74)
#6E513F
(110,81,63)
#5A4134
(90,65,52)
#463129
(70,49,41)
#32211E
(50,33,30)
#1E1113
(30,17,19)
#000000
(0,0,0)

Tints of #E6B181

#E6B181
(230,177,129)
#E8B88C
(232,184,140)
#EABF97
(234,191,151)
#ECC6A2
(236,198,162)
#EECDAD
(238,205,173)
#F0D4B8
(240,212,184)
#F2DBC3
(242,219,195)
#F4E2CE
(244,226,206)
#F6E9D9
(246,233,217)
#F8F0E4
(248,240,228)
#FAF7EF
(250,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B181 color. Also use rgb(230,177,129) instead hex code.

Text Font Color

.myTextColor { color: #E6B181; }

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

This text font color is #E6B181.


Background Color

.myBgColor { background-color: #E6B181; }

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

This div background color is #E6B181.


Border color

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

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

This div border color is #E6B181.


Opacity

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

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

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

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

This text has shadow with #E6B181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B181 on black background.


Color preview on white background

This text has color #E6B181 on white background.



Black color preview on #E6B181 background

This text has black color on #E6B181 background.


White color preview on #E6B181 background

This text has white color on #E6B181 background.