COLOR #EBCBBC

HEX: #EBCBBC
RGB: (235,203,188)

Color info

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

RGB color model

#EBCBBC color RGB value is (235,203,188).

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

RGB channels and saturation

R 235 of 255 = 92%
G 203 of 255 = 80%
B 188 of 255 = 74%

235
203
188

R + G + B ~ 82%. #EBCBBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 203 + 188 = 626 (100%)
R 235 of 626 ~ 37.54%
G 203 of 626 ~ 32.43%
B 188 of 626 ~ 30.03%

%37.54
%32.43
%30.03

CMYK color model

#EBCBBC color CMYK value is (0,14,20,8).

  • cyan value is 0.00%
  • magenta value is 13.62%
  • yellow value is 20.00%
  • key color value is 7.84%
CMYK:
(0,14,20,8)
C0M14Y20K8 
(0%,14%,20%,8%)
(0.00/0.14/0.20/0.08)	

CMYK percentages

%0
%13.62
%20
%7.84

Codes

Color #EBCBBC in popluar color models

EBCBBC
RGB235203188
HSL19°54.02%82.94%
HSB/HSV19°20.00%92.16%
CMYK0.00%13.62%20.00%
7.84%

Color #EBCBBC in popluar number systems.

HEXEBCBBC
Decimal235203188
Binary111010111100101110111100
Octal353313274

Shades and tints

Shades of #EBCBBC

#EBCBBC
(235,203,188)
#D6B9AB
(214,185,171)
#C1A79A
(193,167,154)
#AC9589
(172,149,137)
#978378
(151,131,120)
#827167
(130,113,103)
#6D5F56
(109,95,86)
#584D45
(88,77,69)
#433B34
(67,59,52)
#2E2923
(46,41,35)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #EBCBBC

#EBCBBC
(235,203,188)
#ECCFC2
(236,207,194)
#EDD3C8
(237,211,200)
#EED7CE
(238,215,206)
#EFDBD4
(239,219,212)
#F0DFDA
(240,223,218)
#F1E3E0
(241,227,224)
#F2E7E6
(242,231,230)
#F3EBEC
(243,235,236)
#F4EFF2
(244,239,242)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCBBC; }

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

This text font color is #EBCBBC.


Background Color

.myBgColor { background-color: #EBCBBC; }

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

This div background color is #EBCBBC.


Border color

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

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

This div border color is #EBCBBC.


Opacity

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

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

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

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

This text has shadow with #EBCBBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCBBC on black background.


Color preview on white background

This text has color #EBCBBC on white background.



Black color preview on #EBCBBC background

This text has black color on #EBCBBC background.


White color preview on #EBCBBC background

This text has white color on #EBCBBC background.