COLOR #EBD5D6

HEX: #EBD5D6
RGB: (235,213,214)

Renk bilgisi

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

RGB renk modeli

#EBD5D6 color RGB value is (235,213,214).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 213 of 255 = 84%
B 214 of 255 = 84%

235
213
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 213 + 214 = 662 (100%)
R 235 of 662 ~ 35.5%
G 213 of 662 ~ 32.18%
B 214 of 662 ~ 32.33%

%35.5
%32.18
%32.33

CMYK RENK MODELİ

#EBD5D6 rengi CMYK tonu (0,9,9,8).

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

CMYK yüzdeleri

%0
%9.36
%8.94
%7.84

Codes

Color #EBD5D6 in popluar color models

EBD5D6
RGB235213214
HSL357°35.48%87.84%
HSB/HSV357°9.36%92.16%
CMYK0.00%9.36%8.94%
7.84%

Color #EBD5D6 in popluar number systems.

HEXEBD5D6
Decimal235213214
Binary111010111101010111010110
Octal353325326

Shades and tints

Shades of #EBD5D6

#EBD5D6
(235,213,214)
#D6C2C3
(214,194,195)
#C1AFB0
(193,175,176)
#AC9C9D
(172,156,157)
#97898A
(151,137,138)
#827677
(130,118,119)
#6D6364
(109,99,100)
#585051
(88,80,81)
#433D3E
(67,61,62)
#2E2A2B
(46,42,43)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #EBD5D6

#EBD5D6
(235,213,214)
#ECD8D9
(236,216,217)
#EDDBDC
(237,219,220)
#EEDEDF
(238,222,223)
#EFE1E2
(239,225,226)
#F0E4E5
(240,228,229)
#F1E7E8
(241,231,232)
#F2EAEB
(242,234,235)
#F3EDEE
(243,237,238)
#F4F0F1
(244,240,241)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD5D6; }

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

This text font color is #EBD5D6.


Background Color

.myBgColor { background-color: #EBD5D6; }

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

This div background color is #EBD5D6.


Border color

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

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

This div border color is #EBD5D6.


Opacity

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

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

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

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

This text has shadow with #EBD5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD5D6 on black background.


Color preview on white background

This text has color #EBD5D6 on white background.



Black color preview on #EBD5D6 background

This text has black color on #EBD5D6 background.


White color preview on #EBD5D6 background

This text has white color on #EBD5D6 background.