COLOR #E6B9BB

HEX: #E6B9BB
RGB: (230,185,187)

Renk bilgisi

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

RGB renk modeli

#E6B9BB color RGB value is (230,185,187).

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

RGB bağlantıları ve doygunluk

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

230
185
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 185 + 187 = 602 (100%)
R 230 of 602 ~ 38.21%
G 185 of 602 ~ 30.73%
B 187 of 602 ~ 31.06%

%38.21
%30.73
%31.06

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.57%
  • sarı tonu 18.70%
  • 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
%18.7
%9.8

Codes

Color #E6B9BB in popluar color models

E6B9BB
RGB230185187
HSL357°47.37%81.37%
HSB/HSV357°19.57%90.20%
CMYK0.00%19.57%18.70%
9.80%

Color #E6B9BB in popluar number systems.

HEXE6B9BB
Decimal230185187
Binary111001101011100110111011
Octal346271273

Shades and tints

Shades of #E6B9BB

#E6B9BB
(230,185,187)
#D2A9AA
(210,169,170)
#BE9999
(190,153,153)
#AA8988
(170,137,136)
#967977
(150,121,119)
#826966
(130,105,102)
#6E5955
(110,89,85)
#5A4944
(90,73,68)
#463933
(70,57,51)
#322922
(50,41,34)
#1E1911
(30,25,17)
#000000
(0,0,0)

Tints of #E6B9BB

#E6B9BB
(230,185,187)
#E8BFC1
(232,191,193)
#EAC5C7
(234,197,199)
#ECCBCD
(236,203,205)
#EED1D3
(238,209,211)
#F0D7D9
(240,215,217)
#F2DDDF
(242,221,223)
#F4E3E5
(244,227,229)
#F6E9EB
(246,233,235)
#F8EFF1
(248,239,241)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B9BB; }

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

This text font color is #E6B9BB.


Background Color

.myBgColor { background-color: #E6B9BB; }

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

This div background color is #E6B9BB.


Border color

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

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

This div border color is #E6B9BB.


Opacity

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

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

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

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

This text has shadow with #E6B9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B9BB on black background.


Color preview on white background

This text has color #E6B9BB on white background.



Black color preview on #E6B9BB background

This text has black color on #E6B9BB background.


White color preview on #E6B9BB background

This text has white color on #E6B9BB background.