COLOR #E9C5BB

HEX: #E9C5BB
RGB: (233,197,187)

Renk bilgisi

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

RGB renk modeli

#E9C5BB color RGB value is (233,197,187).

  • kırmız ton 233;
  • yeşil ton 197;
  • mavi ton 187.
RGB:
(233,197,187)
(91%,77%,73%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 197 of 255 = 77%
B 187 of 255 = 73%

233
197
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 197 + 187 = 617 (100%)
R 233 of 617 ~ 37.76%
G 197 of 617 ~ 31.93%
B 187 of 617 ~ 30.31%

%37.76
%31.93
%30.31

CMYK RENK MODELİ

#E9C5BB rengi CMYK tonu (0,15,20,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.45%
  • sarı tonu 19.74%
  • ana renk tonu 8.63%
CMYK:
(0,15,20,9)
C0M15Y20K9 
(0%,15%,20%,9%)
(0.00/0.15/0.20/0.09)	

CMYK yüzdeleri

%0
%15.45
%19.74
%8.63

Codes

Color #E9C5BB in popluar color models

E9C5BB
RGB233197187
HSL13°51.11%82.35%
HSB/HSV13°19.74%91.37%
CMYK0.00%15.45%19.74%
8.63%

Color #E9C5BB in popluar number systems.

HEXE9C5BB
Decimal233197187
Binary111010011100010110111011
Octal351305273

Shades and tints

Shades of #E9C5BB

#E9C5BB
(233,197,187)
#D4B4AA
(212,180,170)
#BFA399
(191,163,153)
#AA9288
(170,146,136)
#958177
(149,129,119)
#807066
(128,112,102)
#6B5F55
(107,95,85)
#564E44
(86,78,68)
#413D33
(65,61,51)
#2C2C22
(44,44,34)
#171B11
(23,27,17)
#000000
(0,0,0)

Tints of #E9C5BB

#E9C5BB
(233,197,187)
#EBCAC1
(235,202,193)
#EDCFC7
(237,207,199)
#EFD4CD
(239,212,205)
#F1D9D3
(241,217,211)
#F3DED9
(243,222,217)
#F5E3DF
(245,227,223)
#F7E8E5
(247,232,229)
#F9EDEB
(249,237,235)
#FBF2F1
(251,242,241)
#FDF7F7
(253,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C5BB color. Also use rgb(233,197,187) instead hex code.

Text Font Color

.myTextColor { color: #E9C5BB; }

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

This text font color is #E9C5BB.


Background Color

.myBgColor { background-color: #E9C5BB; }

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

This div background color is #E9C5BB.


Border color

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

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

This div border color is #E9C5BB.


Opacity

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

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

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

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

This text has shadow with #E9C5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C5BB on black background.


Color preview on white background

This text has color #E9C5BB on white background.



Black color preview on #E9C5BB background

This text has black color on #E9C5BB background.


White color preview on #E9C5BB background

This text has white color on #E9C5BB background.