COLOR #EBDBE6

HEX: #EBDBE6
RGB: (235,219,230)

Renk bilgisi

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

RGB renk modeli

#EBDBE6 color RGB value is (235,219,230).

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

RGB bağlantıları ve doygunluk

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

235
219
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 219 + 230 = 684 (100%)
R 235 of 684 ~ 34.36%
G 219 of 684 ~ 32.02%
B 230 of 684 ~ 33.63%

%34.36
%32.02
%33.63

CMYK RENK MODELİ

#EBDBE6 rengi CMYK tonu (0,7,2,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.81%
  • sarı tonu 2.13%
  • ana renk tonu 7.84%
CMYK:
(0,7,2,8)
C0M7Y2K8 
(0%,7%,2%,8%)
(0.00/0.07/0.02/0.08)	

CMYK yüzdeleri

%0
%6.81
%2.13
%7.84

Codes

Color #EBDBE6 in popluar color models

EBDBE6
RGB235219230
HSL319°28.57%89.02%
HSB/HSV319°6.81%92.16%
CMYK0.00%6.81%2.13%
7.84%

Color #EBDBE6 in popluar number systems.

HEXEBDBE6
Decimal235219230
Binary111010111101101111100110
Octal353333346

Shades and tints

Shades of #EBDBE6

#EBDBE6
(235,219,230)
#D6C8D2
(214,200,210)
#C1B5BE
(193,181,190)
#ACA2AA
(172,162,170)
#978F96
(151,143,150)
#827C82
(130,124,130)
#6D696E
(109,105,110)
#58565A
(88,86,90)
#434346
(67,67,70)
#2E3032
(46,48,50)
#191D1E
(25,29,30)
#000000
(0,0,0)

Tints of #EBDBE6

#EBDBE6
(235,219,230)
#ECDEE8
(236,222,232)
#EDE1EA
(237,225,234)
#EEE4EC
(238,228,236)
#EFE7EE
(239,231,238)
#F0EAF0
(240,234,240)
#F1EDF2
(241,237,242)
#F2F0F4
(242,240,244)
#F3F3F6
(243,243,246)
#F4F6F8
(244,246,248)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDBE6; }

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

This text font color is #EBDBE6.


Background Color

.myBgColor { background-color: #EBDBE6; }

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

This div background color is #EBDBE6.


Border color

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

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

This div border color is #EBDBE6.


Opacity

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

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

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

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

This text has shadow with #EBDBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDBE6 on black background.


Color preview on white background

This text has color #EBDBE6 on white background.



Black color preview on #EBDBE6 background

This text has black color on #EBDBE6 background.


White color preview on #EBDBE6 background

This text has white color on #EBDBE6 background.