COLOR #EBB5DF

HEX: #EBB5DF
RGB: (235,181,223)

Renk bilgisi

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

RGB renk modeli

#EBB5DF color RGB value is (235,181,223).

  • kırmız ton 235;
  • yeşil ton 181;
  • mavi ton 223.
RGB:
(235,181,223)
(92%,71%,87%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 181 of 255 = 71%
B 223 of 255 = 87%

235
181
223

R + G + B ~ 83%. #EBB5DF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 181 + 223 = 639 (100%)
R 235 of 639 ~ 36.78%
G 181 of 639 ~ 28.33%
B 223 of 639 ~ 34.9%

%36.78
%28.33
%34.9

CMYK RENK MODELİ

#EBB5DF rengi CMYK tonu (0,23,5,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.98%
  • sarı tonu 5.11%
  • ana renk tonu 7.84%
CMYK:
(0,23,5,8)
C0M23Y5K8 
(0%,23%,5%,8%)
(0.00/0.23/0.05/0.08)	

CMYK yüzdeleri

%0
%22.98
%5.11
%7.84

Codes

Color #EBB5DF in popluar color models

EBB5DF
RGB235181223
HSL313°57.45%81.57%
HSB/HSV313°22.98%92.16%
CMYK0.00%22.98%5.11%
7.84%

Color #EBB5DF in popluar number systems.

HEXEBB5DF
Decimal235181223
Binary111010111011010111011111
Octal353265337

Shades and tints

Shades of #EBB5DF

#EBB5DF
(235,181,223)
#D6A5CB
(214,165,203)
#C195B7
(193,149,183)
#AC85A3
(172,133,163)
#97758F
(151,117,143)
#82657B
(130,101,123)
#6D5567
(109,85,103)
#584553
(88,69,83)
#43353F
(67,53,63)
#2E252B
(46,37,43)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #EBB5DF

#EBB5DF
(235,181,223)
#ECBBE1
(236,187,225)
#EDC1E3
(237,193,227)
#EEC7E5
(238,199,229)
#EFCDE7
(239,205,231)
#F0D3E9
(240,211,233)
#F1D9EB
(241,217,235)
#F2DFED
(242,223,237)
#F3E5EF
(243,229,239)
#F4EBF1
(244,235,241)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB5DF color. Also use rgb(235,181,223) instead hex code.

Text Font Color

.myTextColor { color: #EBB5DF; }

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

This text font color is #EBB5DF.


Background Color

.myBgColor { background-color: #EBB5DF; }

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

This div background color is #EBB5DF.


Border color

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

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

This div border color is #EBB5DF.


Opacity

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

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

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

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

This text has shadow with #EBB5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB5DF on black background.


Color preview on white background

This text has color #EBB5DF on white background.



Black color preview on #EBB5DF background

This text has black color on #EBB5DF background.


White color preview on #EBB5DF background

This text has white color on #EBB5DF background.