COLOR #EBDCE6

HEX: #EBDCE6
RGB: (235,220,230)

Renk bilgisi

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

RGB renk modeli

#EBDCE6 color RGB value is (235,220,230).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 220 of 255 = 86%
B 230 of 255 = 90%

235
220
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 220 + 230 = 685 (100%)
R 235 of 685 ~ 34.31%
G 220 of 685 ~ 32.12%
B 230 of 685 ~ 33.58%

%34.31
%32.12
%33.58

CMYK RENK MODELİ

#EBDCE6 rengi CMYK tonu (0,6,2,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.38%
  • sarı tonu 2.13%
  • ana renk tonu 7.84%
CMYK:
(0,6,2,8)
C0M6Y2K8 
(0%,6%,2%,8%)
(0.00/0.06/0.02/0.08)	

CMYK yüzdeleri

%0
%6.38
%2.13
%7.84

Codes

Color #EBDCE6 in popluar color models

EBDCE6
RGB235220230
HSL320°27.27%89.22%
HSB/HSV320°6.38%92.16%
CMYK0.00%6.38%2.13%
7.84%

Color #EBDCE6 in popluar number systems.

HEXEBDCE6
Decimal235220230
Binary111010111101110011100110
Octal353334346

Shades and tints

Shades of #EBDCE6

#EBDCE6
(235,220,230)
#D6C8D2
(214,200,210)
#C1B4BE
(193,180,190)
#ACA0AA
(172,160,170)
#978C96
(151,140,150)
#827882
(130,120,130)
#6D646E
(109,100,110)
#58505A
(88,80,90)
#433C46
(67,60,70)
#2E2832
(46,40,50)
#19141E
(25,20,30)
#000000
(0,0,0)

Tints of #EBDCE6

#EBDCE6
(235,220,230)
#ECDFE8
(236,223,232)
#EDE2EA
(237,226,234)
#EEE5EC
(238,229,236)
#EFE8EE
(239,232,238)
#F0EBF0
(240,235,240)
#F1EEF2
(241,238,242)
#F2F1F4
(242,241,244)
#F3F4F6
(243,244,246)
#F4F7F8
(244,247,248)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDCE6; }

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

This text font color is #EBDCE6.


Background Color

.myBgColor { background-color: #EBDCE6; }

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

This div background color is #EBDCE6.


Border color

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

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

This div border color is #EBDCE6.


Opacity

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

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

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

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

This text has shadow with #EBDCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDCE6 on black background.


Color preview on white background

This text has color #EBDCE6 on white background.



Black color preview on #EBDCE6 background

This text has black color on #EBDCE6 background.


White color preview on #EBDCE6 background

This text has white color on #EBDCE6 background.