COLOR #EBD5E8

HEX: #EBD5E8
RGB: (235,213,232)

Renk bilgisi

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

RGB renk modeli

#EBD5E8 color RGB value is (235,213,232).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 213 of 255 = 84%
B 232 of 255 = 91%

235
213
232

R + G + B ~ 89%. #EBD5E8 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 213 + 232 = 680 (100%)
R 235 of 680 ~ 34.56%
G 213 of 680 ~ 31.32%
B 232 of 680 ~ 34.12%

%34.56
%31.32
%34.12

CMYK RENK MODELİ

#EBD5E8 rengi CMYK tonu (0,9,1,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.36%
  • sarı tonu 1.28%
  • ana renk tonu 7.84%
CMYK:
(0,9,1,8)
C0M9Y1K8 
(0%,9%,1%,8%)
(0.00/0.09/0.01/0.08)	

CMYK yüzdeleri

%0
%9.36
%1.28
%7.84

Codes

Color #EBD5E8 in popluar color models

EBD5E8
RGB235213232
HSL308°35.48%87.84%
HSB/HSV308°9.36%92.16%
CMYK0.00%9.36%1.28%
7.84%

Color #EBD5E8 in popluar number systems.

HEXEBD5E8
Decimal235213232
Binary111010111101010111101000
Octal353325350

Shades and tints

Shades of #EBD5E8

#EBD5E8
(235,213,232)
#D6C2D3
(214,194,211)
#C1AFBE
(193,175,190)
#AC9CA9
(172,156,169)
#978994
(151,137,148)
#82767F
(130,118,127)
#6D636A
(109,99,106)
#585055
(88,80,85)
#433D40
(67,61,64)
#2E2A2B
(46,42,43)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #EBD5E8

#EBD5E8
(235,213,232)
#ECD8EA
(236,216,234)
#EDDBEC
(237,219,236)
#EEDEEE
(238,222,238)
#EFE1F0
(239,225,240)
#F0E4F2
(240,228,242)
#F1E7F4
(241,231,244)
#F2EAF6
(242,234,246)
#F3EDF8
(243,237,248)
#F4F0FA
(244,240,250)
#F5F3FC
(245,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD5E8; }

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

This text font color is #EBD5E8.


Background Color

.myBgColor { background-color: #EBD5E8; }

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

This div background color is #EBD5E8.


Border color

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

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

This div border color is #EBD5E8.


Opacity

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

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

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

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

This text has shadow with #EBD5E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD5E8 on black background.


Color preview on white background

This text has color #EBD5E8 on white background.



Black color preview on #EBD5E8 background

This text has black color on #EBD5E8 background.


White color preview on #EBD5E8 background

This text has white color on #EBD5E8 background.