COLOR #EBC7E5

HEX: #EBC7E5
RGB: (235,199,229)

Renk bilgisi

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

RGB renk modeli

#EBC7E5 color RGB value is (235,199,229).

  • kırmız ton 235;
  • yeşil ton 199;
  • mavi ton 229.
RGB:
(235,199,229)
(92%,78%,90%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 199 of 255 = 78%
B 229 of 255 = 90%

235
199
229

R + G + B ~ 87%. #EBC7E5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 199 + 229 = 663 (100%)
R 235 of 663 ~ 35.44%
G 199 of 663 ~ 30.02%
B 229 of 663 ~ 34.54%

%35.44
%30.02
%34.54

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.32%
  • sarı tonu 2.55%
  • 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
%15.32
%2.55
%7.84

Codes

Color #EBC7E5 in popluar color models

EBC7E5
RGB235199229
HSL310°47.37%85.10%
HSB/HSV310°15.32%92.16%
CMYK0.00%15.32%2.55%
7.84%

Color #EBC7E5 in popluar number systems.

HEXEBC7E5
Decimal235199229
Binary111010111100011111100101
Octal353307345

Shades and tints

Shades of #EBC7E5

#EBC7E5
(235,199,229)
#D6B5D1
(214,181,209)
#C1A3BD
(193,163,189)
#AC91A9
(172,145,169)
#977F95
(151,127,149)
#826D81
(130,109,129)
#6D5B6D
(109,91,109)
#584959
(88,73,89)
#433745
(67,55,69)
#2E2531
(46,37,49)
#19131D
(25,19,29)
#000000
(0,0,0)

Tints of #EBC7E5

#EBC7E5
(235,199,229)
#ECCCE7
(236,204,231)
#EDD1E9
(237,209,233)
#EED6EB
(238,214,235)
#EFDBED
(239,219,237)
#F0E0EF
(240,224,239)
#F1E5F1
(241,229,241)
#F2EAF3
(242,234,243)
#F3EFF5
(243,239,245)
#F4F4F7
(244,244,247)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC7E5 color. Also use rgb(235,199,229) instead hex code.

Text Font Color

.myTextColor { color: #EBC7E5; }

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

This text font color is #EBC7E5.


Background Color

.myBgColor { background-color: #EBC7E5; }

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

This div background color is #EBC7E5.


Border color

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

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

This div border color is #EBC7E5.


Opacity

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

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

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

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

This text has shadow with #EBC7E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC7E5 on black background.


Color preview on white background

This text has color #EBC7E5 on white background.



Black color preview on #EBC7E5 background

This text has black color on #EBC7E5 background.


White color preview on #EBC7E5 background

This text has white color on #EBC7E5 background.