COLOR #E6B9BA

HEX: #E6B9BA
RGB: (230,185,186)

Renk bilgisi

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

RGB renk modeli

#E6B9BA color RGB value is (230,185,186).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 185 of 255 = 73%
B 186 of 255 = 73%

230
185
186

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 185 + 186 = 601 (100%)
R 230 of 601 ~ 38.27%
G 185 of 601 ~ 30.78%
B 186 of 601 ~ 30.95%

%38.27
%30.78
%30.95

CMYK RENK MODELİ

#E6B9BA rengi CMYK tonu (0,20,19,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.57%
  • sarı tonu 19.13%
  • ana renk tonu 9.80%
CMYK:
(0,20,19,10)
C0M20Y19K10 
(0%,20%,19%,10%)
(0.00/0.20/0.19/0.10)	

CMYK yüzdeleri

%0
%19.57
%19.13
%9.8

Codes

Color #E6B9BA in popluar color models

E6B9BA
RGB230185186
HSL359°47.37%81.37%
HSB/HSV359°19.57%90.20%
CMYK0.00%19.57%19.13%
9.80%

Color #E6B9BA in popluar number systems.

HEXE6B9BA
Decimal230185186
Binary111001101011100110111010
Octal346271272

Shades and tints

Shades of #E6B9BA

#E6B9BA
(230,185,186)
#D2A9AA
(210,169,170)
#BE999A
(190,153,154)
#AA898A
(170,137,138)
#96797A
(150,121,122)
#82696A
(130,105,106)
#6E595A
(110,89,90)
#5A494A
(90,73,74)
#46393A
(70,57,58)
#32292A
(50,41,42)
#1E191A
(30,25,26)
#000000
(0,0,0)

Tints of #E6B9BA

#E6B9BA
(230,185,186)
#E8BFC0
(232,191,192)
#EAC5C6
(234,197,198)
#ECCBCC
(236,203,204)
#EED1D2
(238,209,210)
#F0D7D8
(240,215,216)
#F2DDDE
(242,221,222)
#F4E3E4
(244,227,228)
#F6E9EA
(246,233,234)
#F8EFF0
(248,239,240)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B9BA; }

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

This text font color is #E6B9BA.


Background Color

.myBgColor { background-color: #E6B9BA; }

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

This div background color is #E6B9BA.


Border color

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

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

This div border color is #E6B9BA.


Opacity

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

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

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

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

This text has shadow with #E6B9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B9BA on black background.


Color preview on white background

This text has color #E6B9BA on white background.



Black color preview on #E6B9BA background

This text has black color on #E6B9BA background.


White color preview on #E6B9BA background

This text has white color on #E6B9BA background.