COLOR #E6BCB1

HEX: #E6BCB1
RGB: (230,188,177)

Renk bilgisi

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

RGB renk modeli

#E6BCB1 color RGB value is (230,188,177).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 188 of 255 = 74%
B 177 of 255 = 69%

230
188
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 188 + 177 = 595 (100%)
R 230 of 595 ~ 38.66%
G 188 of 595 ~ 31.6%
B 177 of 595 ~ 29.75%

%38.66
%31.6
%29.75

CMYK RENK MODELİ

#E6BCB1 rengi CMYK tonu (0,18,23,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.26%
  • sarı tonu 23.04%
  • ana renk tonu 9.80%
CMYK:
(0,18,23,10)
C0M18Y23K10 
(0%,18%,23%,10%)
(0.00/0.18/0.23/0.10)	

CMYK yüzdeleri

%0
%18.26
%23.04
%9.8

Codes

Color #E6BCB1 in popluar color models

E6BCB1
RGB230188177
HSL12°51.46%79.80%
HSB/HSV12°23.04%90.20%
CMYK0.00%18.26%23.04%
9.80%

Color #E6BCB1 in popluar number systems.

HEXE6BCB1
Decimal230188177
Binary111001101011110010110001
Octal346274261

Shades and tints

Shades of #E6BCB1

#E6BCB1
(230,188,177)
#D2ABA1
(210,171,161)
#BE9A91
(190,154,145)
#AA8981
(170,137,129)
#967871
(150,120,113)
#826761
(130,103,97)
#6E5651
(110,86,81)
#5A4541
(90,69,65)
#463431
(70,52,49)
#322321
(50,35,33)
#1E1211
(30,18,17)
#000000
(0,0,0)

Tints of #E6BCB1

#E6BCB1
(230,188,177)
#E8C2B8
(232,194,184)
#EAC8BF
(234,200,191)
#ECCEC6
(236,206,198)
#EED4CD
(238,212,205)
#F0DAD4
(240,218,212)
#F2E0DB
(242,224,219)
#F4E6E2
(244,230,226)
#F6ECE9
(246,236,233)
#F8F2F0
(248,242,240)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BCB1; }

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

This text font color is #E6BCB1.


Background Color

.myBgColor { background-color: #E6BCB1; }

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

This div background color is #E6BCB1.


Border color

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

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

This div border color is #E6BCB1.


Opacity

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

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

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

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

This text has shadow with #E6BCB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BCB1 on black background.


Color preview on white background

This text has color #E6BCB1 on white background.



Black color preview on #E6BCB1 background

This text has black color on #E6BCB1 background.


White color preview on #E6BCB1 background

This text has white color on #E6BCB1 background.