COLOR #EBC7DA

HEX: #EBC7DA RGB: (235,199,218)

Color info

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

RGB color model

#EBC7DA color RGB value is (235,199,218).

RGB: (235,199,218) (92%, 78%, 85%)

RGB channels and saturation

R 235 of 255 = 92%
G 199 of 255 = 78%
B 218 of 255 = 85%

235
199
218

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

Portions of RGB colors in percentages

R + G + B = 235 + 199 + 218 = 652 (100%)
R 235 of 652 ~ 36.04%
G 199 of 652 ~ 30.52%
B 218 of 652 ~ 33.44'%

%36.04
%30.52
%33.44

CMYK color model

#EBC7DA color CMYK value is (0,15,7,8).

  • cyan value is 0.00%
  • magenta value is 15.32%
  • yellow value is 7.23%
  • key color value is 7.84%

CMYK: (0,15,7,8)
C0M15Y7K8 (0%, 15%, 7%, 8%)
(0.00 / 0.15 / 0.07 / 0.08)

CMYK percentages

%0
%15.32
%7.23
%7.84

Codes

Color #EBC7DA in popluar color models

EB C7 DA
RGB 235 199 218
HSL 328° 47.37% 85.10%
HSB/HSV 328° 15.32% 92.16%
CMYK 0.00% 15.32% 7.23%
7.84%

Color #EBC7DA in popluar number systems.

HEX EB C7 DA
Decimal 235 199 218
Binary 11101011 11000111 11011010
Octal 353 307 332

Shades and tints

Shades of #EBC7DA

#EBC7DA
(235,199,218)
#D6B5C7
(214,181,199)
#C1A3B4
(193,163,180)
#AC91A1
(172,145,161)
#977F8E
(151,127,142)
#826D7B
(130,109,123)
#6D5B68
(109,91,104)
#584955
(88,73,85)
#433742
(67,55,66)
#2E252F
(46,37,47)
#19131C
(25,19,28)
#000000
(0,0,0)

Tints of #EBC7DA

#EBC7DA
(235,199,218)
#ECCCDD
(236,204,221)
#EDD1E0
(237,209,224)
#EED6E3
(238,214,227)
#EFDBE6
(239,219,230)
#F0E0E9
(240,224,233)
#F1E5EC
(241,229,236)
#F2EAEF
(242,234,239)
#F3EFF2
(243,239,242)
#F4F4F5
(244,244,245)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC7DA color. Also use rgb(235,199,218) instead hex code.

Text Font Color

.myTextColor { color: #EBC7DA; }

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

This text font color is #EBC7DA.

Background Color

.myBgColor { background-color: #EBC7DA; }

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

This div background color is #EBC7DA.

Border color

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

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

This div border color is #EBC7DA.

Opacity

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

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

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

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

This text has shadow with #EBC7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC7DA.

Preview

Color preview on black background

This text has color #EBC7DA on black background.


Color preview on white background

This text has color #EBC7DA on white background.


Black color preview on #EBC7DA background

This text has black color on #EBC7DA background.


White color preview on #EBC7DA background

This text has white color on #EBC7DA background.


Related colors

Complementary color

Complementary color for #hex is #143825.


I love getcolorcode.com

Triadic colors

1 #DAEBC7 and #C7DAEB with #EBC7DA are triadic colors.

2 #DAC7EB and #C7EBDA with #EBC7DA are triadic colors.