COLOR #EBD5E1

HEX: #EBD5E1
RGB: (235,213,225)

Renk bilgisi

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

RGB renk modeli

#EBD5E1 color RGB value is (235,213,225).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 213 of 255 = 84%
B 225 of 255 = 88%

235
213
225

R + G + B ~ 88%. #EBD5E1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 213 + 225 = 673 (100%)
R 235 of 673 ~ 34.92%
G 213 of 673 ~ 31.65%
B 225 of 673 ~ 33.43%

%34.92
%31.65
%33.43

CMYK RENK MODELİ

#EBD5E1 rengi CMYK tonu (0,9,4,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.36%
  • sarı tonu 4.26%
  • ana renk tonu 7.84%
CMYK:
(0,9,4,8)
C0M9Y4K8 
(0%,9%,4%,8%)
(0.00/0.09/0.04/0.08)	

CMYK yüzdeleri

%0
%9.36
%4.26
%7.84

Codes

Color #EBD5E1 in popluar color models

EBD5E1
RGB235213225
HSL327°35.48%87.84%
HSB/HSV327°9.36%92.16%
CMYK0.00%9.36%4.26%
7.84%

Color #EBD5E1 in popluar number systems.

HEXEBD5E1
Decimal235213225
Binary111010111101010111100001
Octal353325341

Shades and tints

Shades of #EBD5E1

#EBD5E1
(235,213,225)
#D6C2CD
(214,194,205)
#C1AFB9
(193,175,185)
#AC9CA5
(172,156,165)
#978991
(151,137,145)
#82767D
(130,118,125)
#6D6369
(109,99,105)
#585055
(88,80,85)
#433D41
(67,61,65)
#2E2A2D
(46,42,45)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #EBD5E1

#EBD5E1
(235,213,225)
#ECD8E3
(236,216,227)
#EDDBE5
(237,219,229)
#EEDEE7
(238,222,231)
#EFE1E9
(239,225,233)
#F0E4EB
(240,228,235)
#F1E7ED
(241,231,237)
#F2EAEF
(242,234,239)
#F3EDF1
(243,237,241)
#F4F0F3
(244,240,243)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD5E1; }

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

This text font color is #EBD5E1.


Background Color

.myBgColor { background-color: #EBD5E1; }

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

This div background color is #EBD5E1.


Border color

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

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

This div border color is #EBD5E1.


Opacity

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

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

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

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

This text has shadow with #EBD5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD5E1 on black background.


Color preview on white background

This text has color #EBD5E1 on white background.



Black color preview on #EBD5E1 background

This text has black color on #EBD5E1 background.


White color preview on #EBD5E1 background

This text has white color on #EBD5E1 background.