COLOR #EBB6DD

HEX: #EBB6DD
RGB: (235,182,221)

Renk bilgisi

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

RGB renk modeli

#EBB6DD color RGB value is (235,182,221).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 182 of 255 = 71%
B 221 of 255 = 87%

235
182
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 182 + 221 = 638 (100%)
R 235 of 638 ~ 36.83%
G 182 of 638 ~ 28.53%
B 221 of 638 ~ 34.64%

%36.83
%28.53
%34.64

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.55%
  • sarı tonu 5.96%
  • 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
%5.96
%7.84

Codes

Color #EBB6DD in popluar color models

EBB6DD
RGB235182221
HSL316°56.99%81.76%
HSB/HSV316°22.55%92.16%
CMYK0.00%22.55%5.96%
7.84%

Color #EBB6DD in popluar number systems.

HEXEBB6DD
Decimal235182221
Binary111010111011011011011101
Octal353266335

Shades and tints

Shades of #EBB6DD

#EBB6DD
(235,182,221)
#D6A6C9
(214,166,201)
#C196B5
(193,150,181)
#AC86A1
(172,134,161)
#97768D
(151,118,141)
#826679
(130,102,121)
#6D5665
(109,86,101)
#584651
(88,70,81)
#43363D
(67,54,61)
#2E2629
(46,38,41)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #EBB6DD

#EBB6DD
(235,182,221)
#ECBCE0
(236,188,224)
#EDC2E3
(237,194,227)
#EEC8E6
(238,200,230)
#EFCEE9
(239,206,233)
#F0D4EC
(240,212,236)
#F1DAEF
(241,218,239)
#F2E0F2
(242,224,242)
#F3E6F5
(243,230,245)
#F4ECF8
(244,236,248)
#F5F2FB
(245,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB6DD; }

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

This text font color is #EBB6DD.


Background Color

.myBgColor { background-color: #EBB6DD; }

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

This div background color is #EBB6DD.


Border color

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

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

This div border color is #EBB6DD.


Opacity

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

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

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

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

This text has shadow with #EBB6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB6DD on black background.


Color preview on white background

This text has color #EBB6DD on white background.



Black color preview on #EBB6DD background

This text has black color on #EBB6DD background.


White color preview on #EBB6DD background

This text has white color on #EBB6DD background.