COLOR #EBCCEA

HEX: #EBCCEA
RGB: (235,204,234)

Color info

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

RGB color model

#EBCCEA color RGB value is (235,204,234).

  • red value is 235;
  • green value is 204;
  • blue value is 234.
RGB:
(235,204,234)
(92%,80%,92%)

RGB channels and saturation

R 235 of 255 = 92%
G 204 of 255 = 80%
B 234 of 255 = 92%

235
204
234

R + G + B ~ 88%. #EBCCEA is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 204 + 234 = 673 (100%)
R 235 of 673 ~ 34.92%
G 204 of 673 ~ 30.31%
B 234 of 673 ~ 34.77%

%34.92
%30.31
%34.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.19%
  • yellow value is 0.43%
  • key color value is 7.84%
CMYK:
(0,13,0,8)
C0M13Y0K8 
(0%,13%,0%,8%)
(0.00/0.13/0.00/0.08)	

CMYK percentages

%0
%13.19
%0.43
%7.84

Codes

Color #EBCCEA in popluar color models

EBCCEA
RGB235204234
HSL302°43.66%86.08%
HSB/HSV302°13.19%92.16%
CMYK0.00%13.19%0.43%
7.84%

Color #EBCCEA in popluar number systems.

HEXEBCCEA
Decimal235204234
Binary111010111100110011101010
Octal353314352

Shades and tints

Shades of #EBCCEA

#EBCCEA
(235,204,234)
#D6BAD5
(214,186,213)
#C1A8C0
(193,168,192)
#AC96AB
(172,150,171)
#978496
(151,132,150)
#827281
(130,114,129)
#6D606C
(109,96,108)
#584E57
(88,78,87)
#433C42
(67,60,66)
#2E2A2D
(46,42,45)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #EBCCEA

#EBCCEA
(235,204,234)
#ECD0EB
(236,208,235)
#EDD4EC
(237,212,236)
#EED8ED
(238,216,237)
#EFDCEE
(239,220,238)
#F0E0EF
(240,224,239)
#F1E4F0
(241,228,240)
#F2E8F1
(242,232,241)
#F3ECF2
(243,236,242)
#F4F0F3
(244,240,243)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBCCEA color. Also use rgb(235,204,234) instead hex code.

Text Font Color

.myTextColor { color: #EBCCEA; }

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

This text font color is #EBCCEA.


Background Color

.myBgColor { background-color: #EBCCEA; }

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

This div background color is #EBCCEA.


Border color

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

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

This div border color is #EBCCEA.


Opacity

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

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

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

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

This text has shadow with #EBCCEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCCEA on black background.


Color preview on white background

This text has color #EBCCEA on white background.



Black color preview on #EBCCEA background

This text has black color on #EBCCEA background.


White color preview on #EBCCEA background

This text has white color on #EBCCEA background.