COLOR #EBD5C5

HEX: #EBD5C5
RGB: (235,213,197)

Renk bilgisi

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

RGB renk modeli

#EBD5C5 color RGB value is (235,213,197).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 213 of 255 = 84%
B 197 of 255 = 77%

235
213
197

R + G + B ~ 84%. #EBD5C5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 213 + 197 = 645 (100%)
R 235 of 645 ~ 36.43%
G 213 of 645 ~ 33.02%
B 197 of 645 ~ 30.54%

%36.43
%33.02
%30.54

CMYK RENK MODELİ

#EBD5C5 rengi CMYK tonu (0,9,16,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.36%
  • sarı tonu 16.17%
  • ana renk tonu 7.84%
CMYK:
(0,9,16,8)
C0M9Y16K8 
(0%,9%,16%,8%)
(0.00/0.09/0.16/0.08)	

CMYK yüzdeleri

%0
%9.36
%16.17
%7.84

Codes

Color #EBD5C5 in popluar color models

EBD5C5
RGB235213197
HSL25°48.72%84.71%
HSB/HSV25°16.17%92.16%
CMYK0.00%9.36%16.17%
7.84%

Color #EBD5C5 in popluar number systems.

HEXEBD5C5
Decimal235213197
Binary111010111101010111000101
Octal353325305

Shades and tints

Shades of #EBD5C5

#EBD5C5
(235,213,197)
#D6C2B4
(214,194,180)
#C1AFA3
(193,175,163)
#AC9C92
(172,156,146)
#978981
(151,137,129)
#827670
(130,118,112)
#6D635F
(109,99,95)
#58504E
(88,80,78)
#433D3D
(67,61,61)
#2E2A2C
(46,42,44)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #EBD5C5

#EBD5C5
(235,213,197)
#ECD8CA
(236,216,202)
#EDDBCF
(237,219,207)
#EEDED4
(238,222,212)
#EFE1D9
(239,225,217)
#F0E4DE
(240,228,222)
#F1E7E3
(241,231,227)
#F2EAE8
(242,234,232)
#F3EDED
(243,237,237)
#F4F0F2
(244,240,242)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD5C5; }

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

This text font color is #EBD5C5.


Background Color

.myBgColor { background-color: #EBD5C5; }

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

This div background color is #EBD5C5.


Border color

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

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

This div border color is #EBD5C5.


Opacity

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

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

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

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

This text has shadow with #EBD5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD5C5 on black background.


Color preview on white background

This text has color #EBD5C5 on white background.



Black color preview on #EBD5C5 background

This text has black color on #EBD5C5 background.


White color preview on #EBD5C5 background

This text has white color on #EBD5C5 background.