COLOR #EBCCCB

HEX: #EBCCCB
RGB: (235,204,203)

Color info

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

RGB color model

#EBCCCB color RGB value is (235,204,203).

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

RGB channels and saturation

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

235
204
203

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

Portions of RGB colors in percentages

R + G + B =
235 + 204 + 203 = 642 (100%)
R 235 of 642 ~ 36.6%
G 204 of 642 ~ 31.78%
B 203 of 642 ~ 31.62%

%36.6
%31.78
%31.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.19%
  • yellow value is 13.62%
  • key color value is 7.84%
CMYK:
(0,13,14,8)
C0M13Y14K8 
(0%,13%,14%,8%)
(0.00/0.13/0.14/0.08)	

CMYK percentages

%0
%13.19
%13.62
%7.84

Codes

Color #EBCCCB in popluar color models

EBCCCB
RGB235204203
HSL44.44%85.88%
HSB/HSV13.62%92.16%
CMYK0.00%13.19%13.62%
7.84%

Color #EBCCCB in popluar number systems.

HEXEBCCCB
Decimal235204203
Binary111010111100110011001011
Octal353314313

Shades and tints

Shades of #EBCCCB

#EBCCCB
(235,204,203)
#D6BAB9
(214,186,185)
#C1A8A7
(193,168,167)
#AC9695
(172,150,149)
#978483
(151,132,131)
#827271
(130,114,113)
#6D605F
(109,96,95)
#584E4D
(88,78,77)
#433C3B
(67,60,59)
#2E2A29
(46,42,41)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #EBCCCB

#EBCCCB
(235,204,203)
#ECD0CF
(236,208,207)
#EDD4D3
(237,212,211)
#EED8D7
(238,216,215)
#EFDCDB
(239,220,219)
#F0E0DF
(240,224,223)
#F1E4E3
(241,228,227)
#F2E8E7
(242,232,231)
#F3ECEB
(243,236,235)
#F4F0EF
(244,240,239)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCCCB; }

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

This text font color is #EBCCCB.


Background Color

.myBgColor { background-color: #EBCCCB; }

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

This div background color is #EBCCCB.


Border color

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

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

This div border color is #EBCCCB.


Opacity

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

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

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

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

This text has shadow with #EBCCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCCCB on black background.


Color preview on white background

This text has color #EBCCCB on white background.



Black color preview on #EBCCCB background

This text has black color on #EBCCCB background.


White color preview on #EBCCCB background

This text has white color on #EBCCCB background.