COLOR #EBCDF7

HEX: #EBCDF7 RGB: (235,205,247)

Color info

#EBCDF7 contains red, green and blue colors in about the same proportion. Web safe color of #EBCDF7 is #FFCCFF (or #FCF).

RGB color model

#EBCDF7 color RGB value is (235,205,247).

RGB: (235,205,247) (92%, 80%, 97%)

RGB channels and saturation

R 235 of 255 = 92%
G 205 of 255 = 80%
B 247 of 255 = 97%

235
205
247

R + G + B ~ 90%. #EBCDF7 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 205 + 247 = 687 (100%)
R 235 of 687 ~ 34.21%
G 205 of 687 ~ 29.84%
B 247 of 687 ~ 35.95'%

%34.21
%29.84
%35.95

CMYK color model

#EBCDF7 color CMYK value is (5,17,0,3).

  • cyan value is 4.86%
  • magenta value is 17.00%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK: (5,17,0,3) C5M17Y0K3 (5%,17%,0%,3%) (0.05/0.17/0.00/0.03) 

CMYK percentages

%4.86
%17
%0
%3.14

Codes

Color #EBCDF7 in popluar color models

EB CD F7
RGB 235 205 247
HSL 283° 72.41% 88.63%
HSB/HSV 283° 17.00% 96.86%
CMYK 4.86% 17.00% 0.00%
3.14%

Color #EBCDF7 in popluar number systems.

HEX EB CD F7
Decimal 235 205 247
Binary 11101011 11001101 11110111
Octal 353 315 367

Shades and tints

Shades of #EBCDF7

#EBCDF7
(235,205,247)
#D6BBE1
(214,187,225)
#C1A9CB
(193,169,203)
#AC97B5
(172,151,181)
#97859F
(151,133,159)
#827389
(130,115,137)
#6D6173
(109,97,115)
#584F5D
(88,79,93)
#433D47
(67,61,71)
#2E2B31
(46,43,49)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #EBCDF7

#EBCDF7
(235,205,247)
#ECD1F7
(236,209,247)
#EDD5F7
(237,213,247)
#EED9F7
(238,217,247)
#EFDDF7
(239,221,247)
#F0E1F7
(240,225,247)
#F1E5F7
(241,229,247)
#F2E9F7
(242,233,247)
#F3EDF7
(243,237,247)
#F4F1F7
(244,241,247)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCDF7; }

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

This text font color is #EBCDF7.

Background Color

.myBgColor { background-color: #EBCDF7; }

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

This div background color is #EBCDF7.

Border color

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

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

This div border color is #EBCDF7.

Opacity

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

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

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

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

This text has shadow with #EBCDF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBCDF7.

Preview

Color preview on black background

This text has color #EBCDF7 on black background.


Color preview on white background

This text has color #EBCDF7 on white background.


Black color preview on #EBCDF7 background

This text has black color on #EBCDF7 background.


White color preview on #EBCDF7 background

This text has white color on #EBCDF7 background.


Related colors

Complementary color

Complementary color for #hex is #143208.


I love getcolorcode.com

Triadic colors

1 #F7EBCD and #CDF7EB with #EBCDF7 are triadic colors.

2 #F7CDEB and #CDEBF7 with #EBCDF7 are triadic colors.