COLOR #EBC7D4

HEX: #EBC7D4
RGB: (235,199,212)

Renk bilgisi

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

RGB renk modeli

#EBC7D4 color RGB value is (235,199,212).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 199 of 255 = 78%
B 212 of 255 = 83%

235
199
212

R + G + B ~ 84%. #EBC7D4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 199 + 212 = 646 (100%)
R 235 of 646 ~ 36.38%
G 199 of 646 ~ 30.8%
B 212 of 646 ~ 32.82%

%36.38
%30.8
%32.82

CMYK RENK MODELİ

#EBC7D4 rengi CMYK tonu (0,15,10,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.32%
  • sarı tonu 9.79%
  • ana renk tonu 7.84%
CMYK:
(0,15,10,8)
C0M15Y10K8 
(0%,15%,10%,8%)
(0.00/0.15/0.10/0.08)	

CMYK yüzdeleri

%0
%15.32
%9.79
%7.84

Codes

Color #EBC7D4 in popluar color models

EBC7D4
RGB235199212
HSL338°47.37%85.10%
HSB/HSV338°15.32%92.16%
CMYK0.00%15.32%9.79%
7.84%

Color #EBC7D4 in popluar number systems.

HEXEBC7D4
Decimal235199212
Binary111010111100011111010100
Octal353307324

Shades and tints

Shades of #EBC7D4

#EBC7D4
(235,199,212)
#D6B5C1
(214,181,193)
#C1A3AE
(193,163,174)
#AC919B
(172,145,155)
#977F88
(151,127,136)
#826D75
(130,109,117)
#6D5B62
(109,91,98)
#58494F
(88,73,79)
#43373C
(67,55,60)
#2E2529
(46,37,41)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #EBC7D4

#EBC7D4
(235,199,212)
#ECCCD7
(236,204,215)
#EDD1DA
(237,209,218)
#EED6DD
(238,214,221)
#EFDBE0
(239,219,224)
#F0E0E3
(240,224,227)
#F1E5E6
(241,229,230)
#F2EAE9
(242,234,233)
#F3EFEC
(243,239,236)
#F4F4EF
(244,244,239)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC7D4; }

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

This text font color is #EBC7D4.


Background Color

.myBgColor { background-color: #EBC7D4; }

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

This div background color is #EBC7D4.


Border color

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

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

This div border color is #EBC7D4.


Opacity

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

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

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

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

This text has shadow with #EBC7D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC7D4 on black background.


Color preview on white background

This text has color #EBC7D4 on white background.



Black color preview on #EBC7D4 background

This text has black color on #EBC7D4 background.


White color preview on #EBC7D4 background

This text has white color on #EBC7D4 background.