COLOR #E6BCB7

HEX: #E6BCB7
RGB: (230,188,183)

Renk bilgisi

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

RGB renk modeli

#E6BCB7 color RGB value is (230,188,183).

  • kırmız ton 230;
  • yeşil ton 188;
  • mavi ton 183.
RGB:
(230,188,183)
(90%,74%,72%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 188 of 255 = 74%
B 183 of 255 = 72%

230
188
183

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 188 + 183 = 601 (100%)
R 230 of 601 ~ 38.27%
G 188 of 601 ~ 31.28%
B 183 of 601 ~ 30.45%

%38.27
%31.28
%30.45

CMYK RENK MODELİ

#E6BCB7 rengi CMYK tonu (0,18,20,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.26%
  • sarı tonu 20.43%
  • ana renk tonu 9.80%
CMYK:
(0,18,20,10)
C0M18Y20K10 
(0%,18%,20%,10%)
(0.00/0.18/0.20/0.10)	

CMYK yüzdeleri

%0
%18.26
%20.43
%9.8

Codes

Color #E6BCB7 in popluar color models

E6BCB7
RGB230188183
HSL48.45%80.98%
HSB/HSV20.43%90.20%
CMYK0.00%18.26%20.43%
9.80%

Color #E6BCB7 in popluar number systems.

HEXE6BCB7
Decimal230188183
Binary111001101011110010110111
Octal346274267

Shades and tints

Shades of #E6BCB7

#E6BCB7
(230,188,183)
#D2ABA7
(210,171,167)
#BE9A97
(190,154,151)
#AA8987
(170,137,135)
#967877
(150,120,119)
#826767
(130,103,103)
#6E5657
(110,86,87)
#5A4547
(90,69,71)
#463437
(70,52,55)
#322327
(50,35,39)
#1E1217
(30,18,23)
#000000
(0,0,0)

Tints of #E6BCB7

#E6BCB7
(230,188,183)
#E8C2BD
(232,194,189)
#EAC8C3
(234,200,195)
#ECCEC9
(236,206,201)
#EED4CF
(238,212,207)
#F0DAD5
(240,218,213)
#F2E0DB
(242,224,219)
#F4E6E1
(244,230,225)
#F6ECE7
(246,236,231)
#F8F2ED
(248,242,237)
#FAF8F3
(250,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BCB7 color. Also use rgb(230,188,183) instead hex code.

Text Font Color

.myTextColor { color: #E6BCB7; }

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

This text font color is #E6BCB7.


Background Color

.myBgColor { background-color: #E6BCB7; }

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

This div background color is #E6BCB7.


Border color

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

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

This div border color is #E6BCB7.


Opacity

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

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

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

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

This text has shadow with #E6BCB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BCB7 on black background.


Color preview on white background

This text has color #E6BCB7 on white background.



Black color preview on #E6BCB7 background

This text has black color on #E6BCB7 background.


White color preview on #E6BCB7 background

This text has white color on #E6BCB7 background.