COLOR #E6B2A5

HEX: #E6B2A5
RGB: (230,178,165)

Renk bilgisi

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

RGB renk modeli

#E6B2A5 color RGB value is (230,178,165).

  • kırmız ton 230;
  • yeşil ton 178;
  • mavi ton 165.
RGB:
(230,178,165)
(90%,70%,65%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 178 of 255 = 70%
B 165 of 255 = 65%

230
178
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 178 + 165 = 573 (100%)
R 230 of 573 ~ 40.14%
G 178 of 573 ~ 31.06%
B 165 of 573 ~ 28.8%

%40.14
%31.06
%28.8

CMYK RENK MODELİ

#E6B2A5 rengi CMYK tonu (0,23,28,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.61%
  • sarı tonu 28.26%
  • ana renk tonu 9.80%
CMYK:
(0,23,28,10)
C0M23Y28K10 
(0%,23%,28%,10%)
(0.00/0.23/0.28/0.10)	

CMYK yüzdeleri

%0
%22.61
%28.26
%9.8

Codes

Color #E6B2A5 in popluar color models

E6B2A5
RGB230178165
HSL12°56.52%77.45%
HSB/HSV12°28.26%90.20%
CMYK0.00%22.61%28.26%
9.80%

Color #E6B2A5 in popluar number systems.

HEXE6B2A5
Decimal230178165
Binary111001101011001010100101
Octal346262245

Shades and tints

Shades of #E6B2A5

#E6B2A5
(230,178,165)
#D2A296
(210,162,150)
#BE9287
(190,146,135)
#AA8278
(170,130,120)
#967269
(150,114,105)
#82625A
(130,98,90)
#6E524B
(110,82,75)
#5A423C
(90,66,60)
#46322D
(70,50,45)
#32221E
(50,34,30)
#1E120F
(30,18,15)
#000000
(0,0,0)

Tints of #E6B2A5

#E6B2A5
(230,178,165)
#E8B9AD
(232,185,173)
#EAC0B5
(234,192,181)
#ECC7BD
(236,199,189)
#EECEC5
(238,206,197)
#F0D5CD
(240,213,205)
#F2DCD5
(242,220,213)
#F4E3DD
(244,227,221)
#F6EAE5
(246,234,229)
#F8F1ED
(248,241,237)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B2A5 color. Also use rgb(230,178,165) instead hex code.

Text Font Color

.myTextColor { color: #E6B2A5; }

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

This text font color is #E6B2A5.


Background Color

.myBgColor { background-color: #E6B2A5; }

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

This div background color is #E6B2A5.


Border color

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

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

This div border color is #E6B2A5.


Opacity

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

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

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

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

This text has shadow with #E6B2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B2A5 on black background.


Color preview on white background

This text has color #E6B2A5 on white background.



Black color preview on #E6B2A5 background

This text has black color on #E6B2A5 background.


White color preview on #E6B2A5 background

This text has white color on #E6B2A5 background.