COLOR #EBB6DC

HEX: #EBB6DC
RGB: (235,182,220)

Renk bilgisi

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

RGB renk modeli

#EBB6DC color RGB value is (235,182,220).

  • kırmız ton 235;
  • yeşil ton 182;
  • mavi ton 220.
RGB:
(235,182,220)
(92%,71%,86%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 182 of 255 = 71%
B 220 of 255 = 86%

235
182
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 182 + 220 = 637 (100%)
R 235 of 637 ~ 36.89%
G 182 of 637 ~ 28.57%
B 220 of 637 ~ 34.54%

%36.89
%28.57
%34.54

CMYK RENK MODELİ

#EBB6DC rengi CMYK tonu (0,23,6,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.55%
  • sarı tonu 6.38%
  • ana renk tonu 7.84%
CMYK:
(0,23,6,8)
C0M23Y6K8 
(0%,23%,6%,8%)
(0.00/0.23/0.06/0.08)	

CMYK yüzdeleri

%0
%22.55
%6.38
%7.84

Codes

Color #EBB6DC in popluar color models

EBB6DC
RGB235182220
HSL317°56.99%81.76%
HSB/HSV317°22.55%92.16%
CMYK0.00%22.55%6.38%
7.84%

Color #EBB6DC in popluar number systems.

HEXEBB6DC
Decimal235182220
Binary111010111011011011011100
Octal353266334

Shades and tints

Shades of #EBB6DC

#EBB6DC
(235,182,220)
#D6A6C8
(214,166,200)
#C196B4
(193,150,180)
#AC86A0
(172,134,160)
#97768C
(151,118,140)
#826678
(130,102,120)
#6D5664
(109,86,100)
#584650
(88,70,80)
#43363C
(67,54,60)
#2E2628
(46,38,40)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #EBB6DC

#EBB6DC
(235,182,220)
#ECBCDF
(236,188,223)
#EDC2E2
(237,194,226)
#EEC8E5
(238,200,229)
#EFCEE8
(239,206,232)
#F0D4EB
(240,212,235)
#F1DAEE
(241,218,238)
#F2E0F1
(242,224,241)
#F3E6F4
(243,230,244)
#F4ECF7
(244,236,247)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB6DC color. Also use rgb(235,182,220) instead hex code.

Text Font Color

.myTextColor { color: #EBB6DC; }

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

This text font color is #EBB6DC.


Background Color

.myBgColor { background-color: #EBB6DC; }

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

This div background color is #EBB6DC.


Border color

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

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

This div border color is #EBB6DC.


Opacity

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

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

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

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

This text has shadow with #EBB6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB6DC on black background.


Color preview on white background

This text has color #EBB6DC on white background.



Black color preview on #EBB6DC background

This text has black color on #EBB6DC background.


White color preview on #EBB6DC background

This text has white color on #EBB6DC background.