COLOR #EBCDD7

HEX: #EBCDD7 RGB: (235,205,215)

Color info

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

RGB color model

#EBCDD7 color RGB value is (235,205,215).

RGB: (235,205,215) (92%, 80%, 84%)

RGB channels and saturation

R 235 of 255 = 92%
G 205 of 255 = 80%
B 215 of 255 = 84%

235
205
215

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

Portions of RGB colors in percentages

R + G + B = 235 + 205 + 215 = 655 (100%)
R 235 of 655 ~ 35.88%
G 205 of 655 ~ 31.3%
B 215 of 655 ~ 32.82'%

%35.88
%31.3
%32.82

CMYK color model

#EBCDD7 color CMYK value is (0,13,9,8).

  • cyan value is 0.00%
  • magenta value is 12.77%
  • yellow value is 8.51%
  • key color value is 7.84%

CMYK: (0,13,9,8)
C0M13Y9K8 (0%, 13%, 9%, 8%)
(0.00 / 0.13 / 0.09 / 0.08)

CMYK percentages

%0
%12.77
%8.51
%7.84

Codes

Color #EBCDD7 in popluar color models

EB CD D7
RGB 235 205 215
HSL 340° 42.86% 86.27%
HSB/HSV 340° 12.77% 92.16%
CMYK 0.00% 12.77% 8.51%
7.84%

Color #EBCDD7 in popluar number systems.

HEX EB CD D7
Decimal 235 205 215
Binary 11101011 11001101 11010111
Octal 353 315 327

Shades and tints

Shades of #EBCDD7

#EBCDD7
(235,205,215)
#D6BBC4
(214,187,196)
#C1A9B1
(193,169,177)
#AC979E
(172,151,158)
#97858B
(151,133,139)
#827378
(130,115,120)
#6D6165
(109,97,101)
#584F52
(88,79,82)
#433D3F
(67,61,63)
#2E2B2C
(46,43,44)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #EBCDD7

#EBCDD7
(235,205,215)
#ECD1DA
(236,209,218)
#EDD5DD
(237,213,221)
#EED9E0
(238,217,224)
#EFDDE3
(239,221,227)
#F0E1E6
(240,225,230)
#F1E5E9
(241,229,233)
#F2E9EC
(242,233,236)
#F3EDEF
(243,237,239)
#F4F1F2
(244,241,242)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBCDD7 color. Also use rgb(235,205,215) instead hex code.

Text Font Color

.myTextColor { color: #EBCDD7; }

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

This text font color is #EBCDD7.

Background Color

.myBgColor { background-color: #EBCDD7; }

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

This div background color is #EBCDD7.

Border color

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

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

This div border color is #EBCDD7.

Opacity

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

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

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

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

This text has shadow with #EBCDD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBCDD7.

Preview

Color preview on black background

This text has color #EBCDD7 on black background.


Color preview on white background

This text has color #EBCDD7 on white background.


Black color preview on #EBCDD7 background

This text has black color on #EBCDD7 background.


White color preview on #EBCDD7 background

This text has white color on #EBCDD7 background.


Related colors

Complementary color

Complementary color for #hex is #143228.


I love getcolorcode.com

Triadic colors

1 #D7EBCD and #CDD7EB with #EBCDD7 are triadic colors.

2 #D7CDEB and #CDEBD7 with #EBCDD7 are triadic colors.