COLOR #E6B9B5

HEX: #E6B9B5
RGB: (230,185,181)

Renk bilgisi

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

RGB renk modeli

#E6B9B5 color RGB value is (230,185,181).

  • kırmız ton 230;
  • yeşil ton 185;
  • mavi ton 181.
RGB:
(230,185,181)
(90%,73%,71%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 185 of 255 = 73%
B 181 of 255 = 71%

230
185
181

R + G + B ~ 78%. #E6B9B5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 185 + 181 = 596 (100%)
R 230 of 596 ~ 38.59%
G 185 of 596 ~ 31.04%
B 181 of 596 ~ 30.37%

%38.59
%31.04
%30.37

CMYK RENK MODELİ

#E6B9B5 rengi CMYK tonu (0,20,21,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.57%
  • sarı tonu 21.30%
  • ana renk tonu 9.80%
CMYK:
(0,20,21,10)
C0M20Y21K10 
(0%,20%,21%,10%)
(0.00/0.20/0.21/0.10)	

CMYK yüzdeleri

%0
%19.57
%21.3
%9.8

Codes

Color #E6B9B5 in popluar color models

E6B9B5
RGB230185181
HSL49.49%80.59%
HSB/HSV21.30%90.20%
CMYK0.00%19.57%21.30%
9.80%

Color #E6B9B5 in popluar number systems.

HEXE6B9B5
Decimal230185181
Binary111001101011100110110101
Octal346271265

Shades and tints

Shades of #E6B9B5

#E6B9B5
(230,185,181)
#D2A9A5
(210,169,165)
#BE9995
(190,153,149)
#AA8985
(170,137,133)
#967975
(150,121,117)
#826965
(130,105,101)
#6E5955
(110,89,85)
#5A4945
(90,73,69)
#463935
(70,57,53)
#322925
(50,41,37)
#1E1915
(30,25,21)
#000000
(0,0,0)

Tints of #E6B9B5

#E6B9B5
(230,185,181)
#E8BFBB
(232,191,187)
#EAC5C1
(234,197,193)
#ECCBC7
(236,203,199)
#EED1CD
(238,209,205)
#F0D7D3
(240,215,211)
#F2DDD9
(242,221,217)
#F4E3DF
(244,227,223)
#F6E9E5
(246,233,229)
#F8EFEB
(248,239,235)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B9B5 color. Also use rgb(230,185,181) instead hex code.

Text Font Color

.myTextColor { color: #E6B9B5; }

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

This text font color is #E6B9B5.


Background Color

.myBgColor { background-color: #E6B9B5; }

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

This div background color is #E6B9B5.


Border color

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

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

This div border color is #E6B9B5.


Opacity

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

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

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

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

This text has shadow with #E6B9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B9B5 on black background.


Color preview on white background

This text has color #E6B9B5 on white background.



Black color preview on #E6B9B5 background

This text has black color on #E6B9B5 background.


White color preview on #E6B9B5 background

This text has white color on #E6B9B5 background.