COLOR #EBC9C4

HEX: #EBC9C4
RGB: (235,201,196)

Renk bilgisi

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

RGB renk modeli

#EBC9C4 color RGB value is (235,201,196).

  • kırmız ton 235;
  • yeşil ton 201;
  • mavi ton 196.
RGB:
(235,201,196)
(92%,79%,77%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 201 of 255 = 79%
B 196 of 255 = 77%

235
201
196

R + G + B ~ 83%. #EBC9C4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 201 + 196 = 632 (100%)
R 235 of 632 ~ 37.18%
G 201 of 632 ~ 31.8%
B 196 of 632 ~ 31.01%

%37.18
%31.8
%31.01

CMYK RENK MODELİ

#EBC9C4 rengi CMYK tonu (0,14,17,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.47%
  • sarı tonu 16.60%
  • ana renk tonu 7.84%
CMYK:
(0,14,17,8)
C0M14Y17K8 
(0%,14%,17%,8%)
(0.00/0.14/0.17/0.08)	

CMYK yüzdeleri

%0
%14.47
%16.6
%7.84

Codes

Color #EBC9C4 in popluar color models

EBC9C4
RGB235201196
HSL49.37%84.51%
HSB/HSV16.60%92.16%
CMYK0.00%14.47%16.60%
7.84%

Color #EBC9C4 in popluar number systems.

HEXEBC9C4
Decimal235201196
Binary111010111100100111000100
Octal353311304

Shades and tints

Shades of #EBC9C4

#EBC9C4
(235,201,196)
#D6B7B3
(214,183,179)
#C1A5A2
(193,165,162)
#AC9391
(172,147,145)
#978180
(151,129,128)
#826F6F
(130,111,111)
#6D5D5E
(109,93,94)
#584B4D
(88,75,77)
#43393C
(67,57,60)
#2E272B
(46,39,43)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #EBC9C4

#EBC9C4
(235,201,196)
#ECCDC9
(236,205,201)
#EDD1CE
(237,209,206)
#EED5D3
(238,213,211)
#EFD9D8
(239,217,216)
#F0DDDD
(240,221,221)
#F1E1E2
(241,225,226)
#F2E5E7
(242,229,231)
#F3E9EC
(243,233,236)
#F4EDF1
(244,237,241)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC9C4 color. Also use rgb(235,201,196) instead hex code.

Text Font Color

.myTextColor { color: #EBC9C4; }

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

This text font color is #EBC9C4.


Background Color

.myBgColor { background-color: #EBC9C4; }

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

This div background color is #EBC9C4.


Border color

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

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

This div border color is #EBC9C4.


Opacity

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

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

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

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

This text has shadow with #EBC9C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC9C4 on black background.


Color preview on white background

This text has color #EBC9C4 on white background.



Black color preview on #EBC9C4 background

This text has black color on #EBC9C4 background.


White color preview on #EBC9C4 background

This text has white color on #EBC9C4 background.