COLOR #EBC6DC

HEX: #EBC6DC RGB: (235,198,220)

Color info

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

RGB color model

#EBC6DC color RGB value is (235,198,220).

RGB: (235,198,220) (92%, 78%, 86%)

RGB channels and saturation

R 235 of 255 = 92%
G 198 of 255 = 78%
B 220 of 255 = 86%

235
198
220

R + G + B ~ 85%. #EBC6DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 198 + 220 = 653 (100%)
R 235 of 653 ~ 35.99%
G 198 of 653 ~ 30.32%
B 220 of 653 ~ 33.69'%

%35.99
%30.32
%33.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 6.38%
  • 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
%6.38
%7.84

Codes

Color #EBC6DC in popluar color models

EB C6 DC
RGB 235 198 220
HSL 324° 48.05% 84.90%
HSB/HSV 324° 15.74% 92.16%
CMYK 0.00% 15.74% 6.38%
7.84%

Color #EBC6DC in popluar number systems.

HEX EB C6 DC
Decimal 235 198 220
Binary 11101011 11000110 11011100
Octal 353 306 334

Shades and tints

Shades of #EBC6DC

#EBC6DC
(235,198,220)
#D6B4C8
(214,180,200)
#C1A2B4
(193,162,180)
#AC90A0
(172,144,160)
#977E8C
(151,126,140)
#826C78
(130,108,120)
#6D5A64
(109,90,100)
#584850
(88,72,80)
#43363C
(67,54,60)
#2E2428
(46,36,40)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #EBC6DC

#EBC6DC
(235,198,220)
#ECCBDF
(236,203,223)
#EDD0E2
(237,208,226)
#EED5E5
(238,213,229)
#EFDAE8
(239,218,232)
#F0DFEB
(240,223,235)
#F1E4EE
(241,228,238)
#F2E9F1
(242,233,241)
#F3EEF4
(243,238,244)
#F4F3F7
(244,243,247)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC6DC; }

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

This text font color is #EBC6DC.

Background Color

.myBgColor { background-color: #EBC6DC; }

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

This div background color is #EBC6DC.

Border color

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

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

This div border color is #EBC6DC.

Opacity

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

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

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

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

This text has shadow with #EBC6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC6DC.

Preview

Color preview on black background

This text has color #EBC6DC on black background.


Color preview on white background

This text has color #EBC6DC on white background.


Black color preview on #EBC6DC background

This text has black color on #EBC6DC background.


White color preview on #EBC6DC background

This text has white color on #EBC6DC background.


Related colors

Complementary color

Complementary color for #hex is #143923.


I love getcolorcode.com

Triadic colors

1 #DCEBC6 and #C6DCEB with #EBC6DC are triadic colors.

2 #DCC6EB and #C6EBDC with #EBC6DC are triadic colors.