COLOR #EBC8E4

HEX: #EBC8E4
RGB: (235,200,228)

Renk bilgisi

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

RGB renk modeli

#EBC8E4 color RGB value is (235,200,228).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 200 of 255 = 78%
B 228 of 255 = 89%

235
200
228

R + G + B ~ 86%. #EBC8E4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 200 + 228 = 663 (100%)
R 235 of 663 ~ 35.44%
G 200 of 663 ~ 30.17%
B 228 of 663 ~ 34.39%

%35.44
%30.17
%34.39

CMYK RENK MODELİ

#EBC8E4 rengi CMYK tonu (0,15,3,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.89%
  • sarı tonu 2.98%
  • ana renk tonu 7.84%
CMYK:
(0,15,3,8)
C0M15Y3K8 
(0%,15%,3%,8%)
(0.00/0.15/0.03/0.08)	

CMYK yüzdeleri

%0
%14.89
%2.98
%7.84

Codes

Color #EBC8E4 in popluar color models

EBC8E4
RGB235200228
HSL312°46.67%85.29%
HSB/HSV312°14.89%92.16%
CMYK0.00%14.89%2.98%
7.84%

Color #EBC8E4 in popluar number systems.

HEXEBC8E4
Decimal235200228
Binary111010111100100011100100
Octal353310344

Shades and tints

Shades of #EBC8E4

#EBC8E4
(235,200,228)
#D6B6D0
(214,182,208)
#C1A4BC
(193,164,188)
#AC92A8
(172,146,168)
#978094
(151,128,148)
#826E80
(130,110,128)
#6D5C6C
(109,92,108)
#584A58
(88,74,88)
#433844
(67,56,68)
#2E2630
(46,38,48)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #EBC8E4

#EBC8E4
(235,200,228)
#ECCDE6
(236,205,230)
#EDD2E8
(237,210,232)
#EED7EA
(238,215,234)
#EFDCEC
(239,220,236)
#F0E1EE
(240,225,238)
#F1E6F0
(241,230,240)
#F2EBF2
(242,235,242)
#F3F0F4
(243,240,244)
#F4F5F6
(244,245,246)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC8E4; }

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

This text font color is #EBC8E4.


Background Color

.myBgColor { background-color: #EBC8E4; }

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

This div background color is #EBC8E4.


Border color

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

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

This div border color is #EBC8E4.


Opacity

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

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

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

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

This text has shadow with #EBC8E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC8E4 on black background.


Color preview on white background

This text has color #EBC8E4 on white background.



Black color preview on #EBC8E4 background

This text has black color on #EBC8E4 background.


White color preview on #EBC8E4 background

This text has white color on #EBC8E4 background.