COLOR #EBD6E4

HEX: #EBD6E4
RGB: (235,214,228)

Renk bilgisi

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

RGB renk modeli

#EBD6E4 color RGB value is (235,214,228).

  • kırmız ton 235;
  • yeşil ton 214;
  • mavi ton 228.
RGB:
(235,214,228)
(92%,84%,89%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 214 of 255 = 84%
B 228 of 255 = 89%

235
214
228

R + G + B ~ 88%. #EBD6E4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 214 + 228 = 677 (100%)
R 235 of 677 ~ 34.71%
G 214 of 677 ~ 31.61%
B 228 of 677 ~ 33.68%

%34.71
%31.61
%33.68

CMYK RENK MODELİ

#EBD6E4 rengi CMYK tonu (0,9,3,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.94%
  • sarı tonu 2.98%
  • ana renk tonu 7.84%
CMYK:
(0,9,3,8)
C0M9Y3K8 
(0%,9%,3%,8%)
(0.00/0.09/0.03/0.08)	

CMYK yüzdeleri

%0
%8.94
%2.98
%7.84

Codes

Color #EBD6E4 in popluar color models

EBD6E4
RGB235214228
HSL320°34.43%88.04%
HSB/HSV320°8.94%92.16%
CMYK0.00%8.94%2.98%
7.84%

Color #EBD6E4 in popluar number systems.

HEXEBD6E4
Decimal235214228
Binary111010111101011011100100
Octal353326344

Shades and tints

Shades of #EBD6E4

#EBD6E4
(235,214,228)
#D6C3D0
(214,195,208)
#C1B0BC
(193,176,188)
#AC9DA8
(172,157,168)
#978A94
(151,138,148)
#827780
(130,119,128)
#6D646C
(109,100,108)
#585158
(88,81,88)
#433E44
(67,62,68)
#2E2B30
(46,43,48)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #EBD6E4

#EBD6E4
(235,214,228)
#ECD9E6
(236,217,230)
#EDDCE8
(237,220,232)
#EEDFEA
(238,223,234)
#EFE2EC
(239,226,236)
#F0E5EE
(240,229,238)
#F1E8F0
(241,232,240)
#F2EBF2
(242,235,242)
#F3EEF4
(243,238,244)
#F4F1F6
(244,241,246)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD6E4 color. Also use rgb(235,214,228) instead hex code.

Text Font Color

.myTextColor { color: #EBD6E4; }

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

This text font color is #EBD6E4.


Background Color

.myBgColor { background-color: #EBD6E4; }

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

This div background color is #EBD6E4.


Border color

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

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

This div border color is #EBD6E4.


Opacity

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

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

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

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

This text has shadow with #EBD6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD6E4 on black background.


Color preview on white background

This text has color #EBD6E4 on white background.



Black color preview on #EBD6E4 background

This text has black color on #EBD6E4 background.


White color preview on #EBD6E4 background

This text has white color on #EBD6E4 background.