COLOR #EBC5BB

HEX: #EBC5BB
RGB: (235,197,187)

Renk bilgisi

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

RGB renk modeli

#EBC5BB color RGB value is (235,197,187).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 197 of 255 = 77%
B 187 of 255 = 73%

235
197
187

R + G + B ~ 81%. #EBC5BB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 197 + 187 = 619 (100%)
R 235 of 619 ~ 37.96%
G 197 of 619 ~ 31.83%
B 187 of 619 ~ 30.21%

%37.96
%31.83
%30.21

CMYK RENK MODELİ

#EBC5BB rengi CMYK tonu (0,16,20,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.17%
  • sarı tonu 20.43%
  • ana renk tonu 7.84%
CMYK:
(0,16,20,8)
C0M16Y20K8 
(0%,16%,20%,8%)
(0.00/0.16/0.20/0.08)	

CMYK yüzdeleri

%0
%16.17
%20.43
%7.84

Codes

Color #EBC5BB in popluar color models

EBC5BB
RGB235197187
HSL13°54.55%82.75%
HSB/HSV13°20.43%92.16%
CMYK0.00%16.17%20.43%
7.84%

Color #EBC5BB in popluar number systems.

HEXEBC5BB
Decimal235197187
Binary111010111100010110111011
Octal353305273

Shades and tints

Shades of #EBC5BB

#EBC5BB
(235,197,187)
#D6B4AA
(214,180,170)
#C1A399
(193,163,153)
#AC9288
(172,146,136)
#978177
(151,129,119)
#827066
(130,112,102)
#6D5F55
(109,95,85)
#584E44
(88,78,68)
#433D33
(67,61,51)
#2E2C22
(46,44,34)
#191B11
(25,27,17)
#000000
(0,0,0)

Tints of #EBC5BB

#EBC5BB
(235,197,187)
#ECCAC1
(236,202,193)
#EDCFC7
(237,207,199)
#EED4CD
(238,212,205)
#EFD9D3
(239,217,211)
#F0DED9
(240,222,217)
#F1E3DF
(241,227,223)
#F2E8E5
(242,232,229)
#F3EDEB
(243,237,235)
#F4F2F1
(244,242,241)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC5BB; }

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

This text font color is #EBC5BB.


Background Color

.myBgColor { background-color: #EBC5BB; }

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

This div background color is #EBC5BB.


Border color

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

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

This div border color is #EBC5BB.


Opacity

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

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

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

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

This text has shadow with #EBC5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC5BB on black background.


Color preview on white background

This text has color #EBC5BB on white background.



Black color preview on #EBC5BB background

This text has black color on #EBC5BB background.


White color preview on #EBC5BB background

This text has white color on #EBC5BB background.