COLOR #E6BEB6

HEX: #E6BEB6
RGB: (230,190,182)

Renk bilgisi

#E6BEB6 contains red, green and blue colors in about the same proportion. #E6BEB6 ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#E6BEB6 color RGB value is (230,190,182).

  • kırmız ton 230;
  • yeşil ton 190;
  • mavi ton 182.
RGB:
(230,190,182)
(90%,75%,71%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 190 of 255 = 75%
B 182 of 255 = 71%

230
190
182

R + G + B ~ 79%. #E6BEB6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 190 + 182 = 602 (100%)
R 230 of 602 ~ 38.21%
G 190 of 602 ~ 31.56%
B 182 of 602 ~ 30.23%

%38.21
%31.56
%30.23

CMYK RENK MODELİ

#E6BEB6 rengi CMYK tonu (0,17,21,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.39%
  • sarı tonu 20.87%
  • ana renk tonu 9.80%
CMYK:
(0,17,21,10)
C0M17Y21K10 
(0%,17%,21%,10%)
(0.00/0.17/0.21/0.10)	

CMYK yüzdeleri

%0
%17.39
%20.87
%9.8

Codes

Color #E6BEB6 in popluar color models

E6BEB6
RGB230190182
HSL10°48.98%80.78%
HSB/HSV10°20.87%90.20%
CMYK0.00%17.39%20.87%
9.80%

Color #E6BEB6 in popluar number systems.

HEXE6BEB6
Decimal230190182
Binary111001101011111010110110
Octal346276266

Shades and tints

Shades of #E6BEB6

#E6BEB6
(230,190,182)
#D2ADA6
(210,173,166)
#BE9C96
(190,156,150)
#AA8B86
(170,139,134)
#967A76
(150,122,118)
#826966
(130,105,102)
#6E5856
(110,88,86)
#5A4746
(90,71,70)
#463636
(70,54,54)
#322526
(50,37,38)
#1E1416
(30,20,22)
#000000
(0,0,0)

Tints of #E6BEB6

#E6BEB6
(230,190,182)
#E8C3BC
(232,195,188)
#EAC8C2
(234,200,194)
#ECCDC8
(236,205,200)
#EED2CE
(238,210,206)
#F0D7D4
(240,215,212)
#F2DCDA
(242,220,218)
#F4E1E0
(244,225,224)
#F6E6E6
(246,230,230)
#F8EBEC
(248,235,236)
#FAF0F2
(250,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BEB6 color. Also use rgb(230,190,182) instead hex code.

Text Font Color

.myTextColor { color: #E6BEB6; }

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

This text font color is #E6BEB6.


Background Color

.myBgColor { background-color: #E6BEB6; }

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

This div background color is #E6BEB6.


Border color

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

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

This div border color is #E6BEB6.


Opacity

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

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

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

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

This text has shadow with #E6BEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BEB6 on black background.


Color preview on white background

This text has color #E6BEB6 on white background.



Black color preview on #E6BEB6 background

This text has black color on #E6BEB6 background.


White color preview on #E6BEB6 background

This text has white color on #E6BEB6 background.