COLOR #E6C3BE

HEX: #E6C3BE
RGB: (230,195,190)

Renk bilgisi

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

RGB renk modeli

#E6C3BE color RGB value is (230,195,190).

  • kırmız ton 230;
  • yeşil ton 195;
  • mavi ton 190.
RGB:
(230,195,190)
(90%,76%,75%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 195 of 255 = 76%
B 190 of 255 = 75%

230
195
190

R + G + B ~ 80%. #E6C3BE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 195 + 190 = 615 (100%)
R 230 of 615 ~ 37.4%
G 195 of 615 ~ 31.71%
B 190 of 615 ~ 30.89%

%37.4
%31.71
%30.89

CMYK RENK MODELİ

#E6C3BE rengi CMYK tonu (0,15,17,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.22%
  • sarı tonu 17.39%
  • ana renk tonu 9.80%
CMYK:
(0,15,17,10)
C0M15Y17K10 
(0%,15%,17%,10%)
(0.00/0.15/0.17/0.10)	

CMYK yüzdeleri

%0
%15.22
%17.39
%9.8

Codes

Color #E6C3BE in popluar color models

E6C3BE
RGB230195190
HSL44.44%82.35%
HSB/HSV17.39%90.20%
CMYK0.00%15.22%17.39%
9.80%

Color #E6C3BE in popluar number systems.

HEXE6C3BE
Decimal230195190
Binary111001101100001110111110
Octal346303276

Shades and tints

Shades of #E6C3BE

#E6C3BE
(230,195,190)
#D2B2AD
(210,178,173)
#BEA19C
(190,161,156)
#AA908B
(170,144,139)
#967F7A
(150,127,122)
#826E69
(130,110,105)
#6E5D58
(110,93,88)
#5A4C47
(90,76,71)
#463B36
(70,59,54)
#322A25
(50,42,37)
#1E1914
(30,25,20)
#000000
(0,0,0)

Tints of #E6C3BE

#E6C3BE
(230,195,190)
#E8C8C3
(232,200,195)
#EACDC8
(234,205,200)
#ECD2CD
(236,210,205)
#EED7D2
(238,215,210)
#F0DCD7
(240,220,215)
#F2E1DC
(242,225,220)
#F4E6E1
(244,230,225)
#F6EBE6
(246,235,230)
#F8F0EB
(248,240,235)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C3BE color. Also use rgb(230,195,190) instead hex code.

Text Font Color

.myTextColor { color: #E6C3BE; }

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

This text font color is #E6C3BE.


Background Color

.myBgColor { background-color: #E6C3BE; }

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

This div background color is #E6C3BE.


Border color

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

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

This div border color is #E6C3BE.


Opacity

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

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

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

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

This text has shadow with #E6C3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C3BE on black background.


Color preview on white background

This text has color #E6C3BE on white background.



Black color preview on #E6C3BE background

This text has black color on #E6C3BE background.


White color preview on #E6C3BE background

This text has white color on #E6C3BE background.