COLOR #EBC6DD

HEX: #EBC6DD
RGB: (235,198,221)

Color info

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

RGB color model

#EBC6DD color RGB value is (235,198,221).

  • red value is 235;
  • green value is 198;
  • blue value is 221.
RGB:
(235,198,221)
(92%,78%,87%)

RGB channels and saturation

R 235 of 255 = 92%
G 198 of 255 = 78%
B 221 of 255 = 87%

235
198
221

R + G + B ~ 86%. #EBC6DD is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 198 + 221 = 654 (100%)
R 235 of 654 ~ 35.93%
G 198 of 654 ~ 30.28%
B 221 of 654 ~ 33.79%

%35.93
%30.28
%33.79

CMYK color model

#EBC6DD color CMYK value is (0,16,6,8).

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 5.96%
  • key color value is 7.84%
CMYK:
(0,16,6,8)
C0M16Y6K8 
(0%,16%,6%,8%)
(0.00/0.16/0.06/0.08)	

CMYK percentages

%0
%15.74
%5.96
%7.84

Codes

Color #EBC6DD in popluar color models

EBC6DD
RGB235198221
HSL323°48.05%84.90%
HSB/HSV323°15.74%92.16%
CMYK0.00%15.74%5.96%
7.84%

Color #EBC6DD in popluar number systems.

HEXEBC6DD
Decimal235198221
Binary111010111100011011011101
Octal353306335

Shades and tints

Shades of #EBC6DD

#EBC6DD
(235,198,221)
#D6B4C9
(214,180,201)
#C1A2B5
(193,162,181)
#AC90A1
(172,144,161)
#977E8D
(151,126,141)
#826C79
(130,108,121)
#6D5A65
(109,90,101)
#584851
(88,72,81)
#43363D
(67,54,61)
#2E2429
(46,36,41)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #EBC6DD

#EBC6DD
(235,198,221)
#ECCBE0
(236,203,224)
#EDD0E3
(237,208,227)
#EED5E6
(238,213,230)
#EFDAE9
(239,218,233)
#F0DFEC
(240,223,236)
#F1E4EF
(241,228,239)
#F2E9F2
(242,233,242)
#F3EEF5
(243,238,245)
#F4F3F8
(244,243,248)
#F5F8FB
(245,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC6DD; }

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

This text font color is #EBC6DD.


Background Color

.myBgColor { background-color: #EBC6DD; }

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

This div background color is #EBC6DD.


Border color

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

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

This div border color is #EBC6DD.


Opacity

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

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

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

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

This text has shadow with #EBC6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC6DD on black background.


Color preview on white background

This text has color #EBC6DD on white background.



Black color preview on #EBC6DD background

This text has black color on #EBC6DD background.


White color preview on #EBC6DD background

This text has white color on #EBC6DD background.