COLOR #EBE0EC

HEX: #EBE0EC RGB: (235,224,236)

Color info

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

RGB color model

#EBE0EC color RGB value is (235,224,236).

RGB: (235,224,236) (92%, 88%, 93%)

RGB channels and saturation

R 235 of 255 = 92%
G 224 of 255 = 88%
B 236 of 255 = 93%

235
224
236

R + G + B ~ 91%. #EBE0EC is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 224 + 236 = 695 (100%)
R 235 of 695 ~ 33.81%
G 224 of 695 ~ 32.23%
B 236 of 695 ~ 33.96'%

%33.81
%32.23
%33.96

CMYK color model

#EBE0EC color CMYK value is (0,5,0,7).

  • cyan value is 0.42%
  • magenta value is 5.08%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (0,5,0,7) C0M5Y0K7 (0%,5%,0%,7%) (0.00/0.05/0.00/0.07) 

CMYK percentages

%0.42
%5.08
%0
%7.45

Codes

Color #EBE0EC in popluar color models

EB E0 EC
RGB 235 224 236
HSL 295° 24.00% 90.20%
HSB/HSV 295° 5.08% 92.55%
CMYK 0.42% 5.08% 0.00%
7.45%

Color #EBE0EC in popluar number systems.

HEX EB E0 EC
Decimal 235 224 236
Binary 11101011 11100000 11101100
Octal 353 340 354

Shades and tints

Shades of #EBE0EC

#EBE0EC
(235,224,236)
#D6CCD7
(214,204,215)
#C1B8C2
(193,184,194)
#ACA4AD
(172,164,173)
#979098
(151,144,152)
#827C83
(130,124,131)
#6D686E
(109,104,110)
#585459
(88,84,89)
#434044
(67,64,68)
#2E2C2F
(46,44,47)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #EBE0EC

#EBE0EC
(235,224,236)
#ECE2ED
(236,226,237)
#EDE4EE
(237,228,238)
#EEE6EF
(238,230,239)
#EFE8F0
(239,232,240)
#F0EAF1
(240,234,241)
#F1ECF2
(241,236,242)
#F2EEF3
(242,238,243)
#F3F0F4
(243,240,244)
#F4F2F5
(244,242,245)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE0EC color. Also use rgb(235,224,236) instead hex code.

Text Font Color

.myTextColor { color: #EBE0EC; }

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

This text font color is #EBE0EC.

Background Color

.myBgColor { background-color: #EBE0EC; }

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

This div background color is #EBE0EC.

Border color

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

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

This div border color is #EBE0EC.

Opacity

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

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

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

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

This text has shadow with #EBE0EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE0EC.

Preview

Color preview on black background

This text has color #EBE0EC on black background.


Color preview on white background

This text has color #EBE0EC on white background.


Black color preview on #EBE0EC background

This text has black color on #EBE0EC background.


White color preview on #EBE0EC background

This text has white color on #EBE0EC background.


Related colors

Complementary color

Complementary color for #hex is #141F13.


I love getcolorcode.com

Triadic colors

1 #ECEBE0 and #E0ECEB with #EBE0EC are triadic colors.

2 #ECE0EB and #E0EBEC with #EBE0EC are triadic colors.