COLOR #EBBCDE

HEX: #EBBCDE
RGB: (235,188,222)

Color info

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

RGB color model

#EBBCDE color RGB value is (235,188,222).

  • red value is 235;
  • green value is 188;
  • blue value is 222.
RGB:
(235,188,222)
(92%,74%,87%)

RGB channels and saturation

R 235 of 255 = 92%
G 188 of 255 = 74%
B 222 of 255 = 87%

235
188
222

R + G + B ~ 84%. #EBBCDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 188 + 222 = 645 (100%)
R 235 of 645 ~ 36.43%
G 188 of 645 ~ 29.15%
B 222 of 645 ~ 34.42%

%36.43
%29.15
%34.42

CMYK color model

#EBBCDE color CMYK value is (0,20,6,8).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 5.53%
  • key color value is 7.84%
CMYK:
(0,20,6,8)
C0M20Y6K8 
(0%,20%,6%,8%)
(0.00/0.20/0.06/0.08)	

CMYK percentages

%0
%20
%5.53
%7.84

Codes

Color #EBBCDE in popluar color models

EBBCDE
RGB235188222
HSL317°54.02%82.94%
HSB/HSV317°20.00%92.16%
CMYK0.00%20.00%5.53%
7.84%

Color #EBBCDE in popluar number systems.

HEXEBBCDE
Decimal235188222
Binary111010111011110011011110
Octal353274336

Shades and tints

Shades of #EBBCDE

#EBBCDE
(235,188,222)
#D6ABCA
(214,171,202)
#C19AB6
(193,154,182)
#AC89A2
(172,137,162)
#97788E
(151,120,142)
#82677A
(130,103,122)
#6D5666
(109,86,102)
#584552
(88,69,82)
#43343E
(67,52,62)
#2E232A
(46,35,42)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #EBBCDE

#EBBCDE
(235,188,222)
#ECC2E1
(236,194,225)
#EDC8E4
(237,200,228)
#EECEE7
(238,206,231)
#EFD4EA
(239,212,234)
#F0DAED
(240,218,237)
#F1E0F0
(241,224,240)
#F2E6F3
(242,230,243)
#F3ECF6
(243,236,246)
#F4F2F9
(244,242,249)
#F5F8FC
(245,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBBCDE color. Also use rgb(235,188,222) instead hex code.

Text Font Color

.myTextColor { color: #EBBCDE; }

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

This text font color is #EBBCDE.


Background Color

.myBgColor { background-color: #EBBCDE; }

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

This div background color is #EBBCDE.


Border color

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

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

This div border color is #EBBCDE.


Opacity

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

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

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

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

This text has shadow with #EBBCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBCDE on black background.


Color preview on white background

This text has color #EBBCDE on white background.



Black color preview on #EBBCDE background

This text has black color on #EBBCDE background.


White color preview on #EBBCDE background

This text has white color on #EBBCDE background.