COLOR #EBD6E7

HEX: #EBD6E7
RGB: (235,214,231)

Renk bilgisi

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

RGB renk modeli

#EBD6E7 color RGB value is (235,214,231).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 214 of 255 = 84%
B 231 of 255 = 91%

235
214
231

R + G + B ~ 89%. #EBD6E7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 214 + 231 = 680 (100%)
R 235 of 680 ~ 34.56%
G 214 of 680 ~ 31.47%
B 231 of 680 ~ 33.97%

%34.56
%31.47
%33.97

CMYK RENK MODELİ

#EBD6E7 rengi CMYK tonu (0,9,2,8).

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

CMYK yüzdeleri

%0
%8.94
%1.7
%7.84

Codes

Color #EBD6E7 in popluar color models

EBD6E7
RGB235214231
HSL311°34.43%88.04%
HSB/HSV311°8.94%92.16%
CMYK0.00%8.94%1.70%
7.84%

Color #EBD6E7 in popluar number systems.

HEXEBD6E7
Decimal235214231
Binary111010111101011011100111
Octal353326347

Shades and tints

Shades of #EBD6E7

#EBD6E7
(235,214,231)
#D6C3D2
(214,195,210)
#C1B0BD
(193,176,189)
#AC9DA8
(172,157,168)
#978A93
(151,138,147)
#82777E
(130,119,126)
#6D6469
(109,100,105)
#585154
(88,81,84)
#433E3F
(67,62,63)
#2E2B2A
(46,43,42)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #EBD6E7

#EBD6E7
(235,214,231)
#ECD9E9
(236,217,233)
#EDDCEB
(237,220,235)
#EEDFED
(238,223,237)
#EFE2EF
(239,226,239)
#F0E5F1
(240,229,241)
#F1E8F3
(241,232,243)
#F2EBF5
(242,235,245)
#F3EEF7
(243,238,247)
#F4F1F9
(244,241,249)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD6E7; }

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

This text font color is #EBD6E7.


Background Color

.myBgColor { background-color: #EBD6E7; }

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

This div background color is #EBD6E7.


Border color

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

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

This div border color is #EBD6E7.


Opacity

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

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

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

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

This text has shadow with #EBD6E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD6E7 on black background.


Color preview on white background

This text has color #EBD6E7 on white background.



Black color preview on #EBD6E7 background

This text has black color on #EBD6E7 background.


White color preview on #EBD6E7 background

This text has white color on #EBD6E7 background.