COLOR #EBCCD3

HEX: #EBCCD3
RGB: (235,204,211)

Color info

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

RGB color model

#EBCCD3 color RGB value is (235,204,211).

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

RGB channels and saturation

R 235 of 255 = 92%
G 204 of 255 = 80%
B 211 of 255 = 83%

235
204
211

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

Portions of RGB colors in percentages

R + G + B =
235 + 204 + 211 = 650 (100%)
R 235 of 650 ~ 36.15%
G 204 of 650 ~ 31.38%
B 211 of 650 ~ 32.46%

%36.15
%31.38
%32.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.19%
  • yellow value is 10.21%
  • key color value is 7.84%
CMYK:
(0,13,10,8)
C0M13Y10K8 
(0%,13%,10%,8%)
(0.00/0.13/0.10/0.08)	

CMYK percentages

%0
%13.19
%10.21
%7.84

Codes

Color #EBCCD3 in popluar color models

EBCCD3
RGB235204211
HSL346°43.66%86.08%
HSB/HSV346°13.19%92.16%
CMYK0.00%13.19%10.21%
7.84%

Color #EBCCD3 in popluar number systems.

HEXEBCCD3
Decimal235204211
Binary111010111100110011010011
Octal353314323

Shades and tints

Shades of #EBCCD3

#EBCCD3
(235,204,211)
#D6BAC0
(214,186,192)
#C1A8AD
(193,168,173)
#AC969A
(172,150,154)
#978487
(151,132,135)
#827274
(130,114,116)
#6D6061
(109,96,97)
#584E4E
(88,78,78)
#433C3B
(67,60,59)
#2E2A28
(46,42,40)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #EBCCD3

#EBCCD3
(235,204,211)
#ECD0D7
(236,208,215)
#EDD4DB
(237,212,219)
#EED8DF
(238,216,223)
#EFDCE3
(239,220,227)
#F0E0E7
(240,224,231)
#F1E4EB
(241,228,235)
#F2E8EF
(242,232,239)
#F3ECF3
(243,236,243)
#F4F0F7
(244,240,247)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCCD3; }

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

This text font color is #EBCCD3.


Background Color

.myBgColor { background-color: #EBCCD3; }

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

This div background color is #EBCCD3.


Border color

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

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

This div border color is #EBCCD3.


Opacity

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

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

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

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

This text has shadow with #EBCCD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCCD3 on black background.


Color preview on white background

This text has color #EBCCD3 on white background.



Black color preview on #EBCCD3 background

This text has black color on #EBCCD3 background.


White color preview on #EBCCD3 background

This text has white color on #EBCCD3 background.