COLOR #EBB6D4

HEX: #EBB6D4
RGB: (235,182,212)

Color info

#EBB6D4 contains red, green and blue colors in about the same proportion. Web safe color of #EBB6D4 is #FFCCCC (or #FCC).

RGB color model

#EBB6D4 color RGB value is (235,182,212).

  • red value is 235;
  • green value is 182;
  • blue value is 212.
RGB:
(235,182,212)
(92%,71%,83%)

RGB channels and saturation

R 235 of 255 = 92%
G 182 of 255 = 71%
B 212 of 255 = 83%

235
182
212

R + G + B ~ 82%. #EBB6D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 182 + 212 = 629 (100%)
R 235 of 629 ~ 37.36%
G 182 of 629 ~ 28.93%
B 212 of 629 ~ 33.7%

%37.36
%28.93
%33.7

CMYK color model

#EBB6D4 color CMYK value is (0,23,10,8).

  • cyan value is 0.00%
  • magenta value is 22.55%
  • yellow value is 9.79%
  • key color value is 7.84%
CMYK:
(0,23,10,8)
C0M23Y10K8 
(0%,23%,10%,8%)
(0.00/0.23/0.10/0.08)	

CMYK percentages

%0
%22.55
%9.79
%7.84

Codes

Color #EBB6D4 in popluar color models

EBB6D4
RGB235182212
HSL326°56.99%81.76%
HSB/HSV326°22.55%92.16%
CMYK0.00%22.55%9.79%
7.84%

Color #EBB6D4 in popluar number systems.

HEXEBB6D4
Decimal235182212
Binary111010111011011011010100
Octal353266324

Shades and tints

Shades of #EBB6D4

#EBB6D4
(235,182,212)
#D6A6C1
(214,166,193)
#C196AE
(193,150,174)
#AC869B
(172,134,155)
#977688
(151,118,136)
#826675
(130,102,117)
#6D5662
(109,86,98)
#58464F
(88,70,79)
#43363C
(67,54,60)
#2E2629
(46,38,41)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #EBB6D4

#EBB6D4
(235,182,212)
#ECBCD7
(236,188,215)
#EDC2DA
(237,194,218)
#EEC8DD
(238,200,221)
#EFCEE0
(239,206,224)
#F0D4E3
(240,212,227)
#F1DAE6
(241,218,230)
#F2E0E9
(242,224,233)
#F3E6EC
(243,230,236)
#F4ECEF
(244,236,239)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB6D4; }

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

This text font color is #EBB6D4.


Background Color

.myBgColor { background-color: #EBB6D4; }

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

This div background color is #EBB6D4.


Border color

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

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

This div border color is #EBB6D4.


Opacity

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

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

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

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

This text has shadow with #EBB6D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB6D4 on black background.


Color preview on white background

This text has color #EBB6D4 on white background.



Black color preview on #EBB6D4 background

This text has black color on #EBB6D4 background.


White color preview on #EBB6D4 background

This text has white color on #EBB6D4 background.