COLOR #EBDCF6

HEX: #EBDCF6
RGB: (235,220,246)

Renk bilgisi

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

RGB renk modeli

#EBDCF6 color RGB value is (235,220,246).

  • kırmız ton 235;
  • yeşil ton 220;
  • mavi ton 246.
RGB:
(235,220,246)
(92%,86%,96%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 220 of 255 = 86%
B 246 of 255 = 96%

235
220
246

R + G + B ~ 91%. #EBDCF6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 220 + 246 = 701 (100%)
R 235 of 701 ~ 33.52%
G 220 of 701 ~ 31.38%
B 246 of 701 ~ 35.09%

%33.52
%31.38
%35.09

CMYK RENK MODELİ

#EBDCF6 rengi CMYK tonu (4,11,0,4).

  • camgöbeği tonu 4.47%
  • eflatun tonu 10.57%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(4,11,0,4)
C4M11Y0K4 
(4%,11%,0%,4%)
(0.04/0.11/0.00/0.04)	

CMYK yüzdeleri

%4.47
%10.57
%0
%3.53

Codes

Color #EBDCF6 in popluar color models

EBDCF6
RGB235220246
HSL275°59.09%91.37%
HSB/HSV275°10.57%96.47%
CMYK4.47%10.57%0.00%
3.53%

Color #EBDCF6 in popluar number systems.

HEXEBDCF6
Decimal235220246
Binary111010111101110011110110
Octal353334366

Shades and tints

Shades of #EBDCF6

#EBDCF6
(235,220,246)
#D6C8E0
(214,200,224)
#C1B4CA
(193,180,202)
#ACA0B4
(172,160,180)
#978C9E
(151,140,158)
#827888
(130,120,136)
#6D6472
(109,100,114)
#58505C
(88,80,92)
#433C46
(67,60,70)
#2E2830
(46,40,48)
#19141A
(25,20,26)
#000000
(0,0,0)

Tints of #EBDCF6

#EBDCF6
(235,220,246)
#ECDFF6
(236,223,246)
#EDE2F6
(237,226,246)
#EEE5F6
(238,229,246)
#EFE8F6
(239,232,246)
#F0EBF6
(240,235,246)
#F1EEF6
(241,238,246)
#F2F1F6
(242,241,246)
#F3F4F6
(243,244,246)
#F4F7F6
(244,247,246)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDCF6 color. Also use rgb(235,220,246) instead hex code.

Text Font Color

.myTextColor { color: #EBDCF6; }

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

This text font color is #EBDCF6.


Background Color

.myBgColor { background-color: #EBDCF6; }

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

This div background color is #EBDCF6.


Border color

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

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

This div border color is #EBDCF6.


Opacity

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

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

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

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

This text has shadow with #EBDCF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDCF6 on black background.


Color preview on white background

This text has color #EBDCF6 on white background.



Black color preview on #EBDCF6 background

This text has black color on #EBDCF6 background.


White color preview on #EBDCF6 background

This text has white color on #EBDCF6 background.