COLOR #EBD5FD

HEX: #EBD5FD
RGB: (235,213,253)

Renk bilgisi

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

RGB renk modeli

#EBD5FD color RGB value is (235,213,253).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 213 of 255 = 84%
B 253 of 255 = 99%

235
213
253

R + G + B ~ 92%. #EBD5FD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 213 + 253 = 701 (100%)
R 235 of 701 ~ 33.52%
G 213 of 701 ~ 30.39%
B 253 of 701 ~ 36.09%

%33.52
%30.39
%36.09

CMYK RENK MODELİ

#EBD5FD rengi CMYK tonu (7,16,0,1).

  • camgöbeği tonu 7.11%
  • eflatun tonu 15.81%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(7,16,0,1)
C7M16Y0K1 
(7%,16%,0%,1%)
(0.07/0.16/0.00/0.01)	

CMYK yüzdeleri

%7.11
%15.81
%0
%0.78

Codes

Color #EBD5FD in popluar color models

EBD5FD
RGB235213253
HSL273°90.91%91.37%
HSB/HSV273°15.81%99.22%
CMYK7.11%15.81%0.00%
0.78%

Color #EBD5FD in popluar number systems.

HEXEBD5FD
Decimal235213253
Binary111010111101010111111101
Octal353325375

Shades and tints

Shades of #EBD5FD

#EBD5FD
(235,213,253)
#D6C2E6
(214,194,230)
#C1AFCF
(193,175,207)
#AC9CB8
(172,156,184)
#9789A1
(151,137,161)
#82768A
(130,118,138)
#6D6373
(109,99,115)
#58505C
(88,80,92)
#433D45
(67,61,69)
#2E2A2E
(46,42,46)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #EBD5FD

#EBD5FD
(235,213,253)
#ECD8FD
(236,216,253)
#EDDBFD
(237,219,253)
#EEDEFD
(238,222,253)
#EFE1FD
(239,225,253)
#F0E4FD
(240,228,253)
#F1E7FD
(241,231,253)
#F2EAFD
(242,234,253)
#F3EDFD
(243,237,253)
#F4F0FD
(244,240,253)
#F5F3FD
(245,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD5FD; }

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

This text font color is #EBD5FD.


Background Color

.myBgColor { background-color: #EBD5FD; }

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

This div background color is #EBD5FD.


Border color

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

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

This div border color is #EBD5FD.


Opacity

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

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

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

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

This text has shadow with #EBD5FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD5FD on black background.


Color preview on white background

This text has color #EBD5FD on white background.



Black color preview on #EBD5FD background

This text has black color on #EBD5FD background.


White color preview on #EBD5FD background

This text has white color on #EBD5FD background.