COLOR #EBCBCB

HEX: #EBCBCB RGB: (235,203,203)

Color info

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

RGB color model

#EBCBCB color RGB value is (235,203,203).

RGB: (235,203,203) (92%, 80%, 80%)

RGB channels and saturation

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

235
203
203

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

Portions of RGB colors in percentages

R + G + B = 235 + 203 + 203 = 641 (100%)
R 235 of 641 ~ 36.66%
G 203 of 641 ~ 31.67%
B 203 of 641 ~ 31.67'%

%36.66
%31.67
%31.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.62%
  • yellow value is 13.62%
  • key color value is 7.84%

CMYK: (0,14,14,8)
C0M14Y14K8 (0%, 14%, 14%, 8%)
(0.00 / 0.14 / 0.14 / 0.08)

CMYK percentages

%0
%13.62
%13.62
%7.84

Codes

Color #EBCBCB in popluar color models

EB CB CB
RGB 235 203 203
HSL 44.44% 85.88%
HSB/HSV 13.62% 92.16%
CMYK 0.00% 13.62% 13.62%
7.84%

Color #EBCBCB in popluar number systems.

HEX EB CB CB
Decimal 235 203 203
Binary 11101011 11001011 11001011
Octal 353 313 313

Shades and tints

Shades of #EBCBCB

#EBCBCB
(235,203,203)
#D6B9B9
(214,185,185)
#C1A7A7
(193,167,167)
#AC9595
(172,149,149)
#978383
(151,131,131)
#827171
(130,113,113)
#6D5F5F
(109,95,95)
#584D4D
(88,77,77)
#433B3B
(67,59,59)
#2E2929
(46,41,41)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #EBCBCB

#EBCBCB
(235,203,203)
#ECCFCF
(236,207,207)
#EDD3D3
(237,211,211)
#EED7D7
(238,215,215)
#EFDBDB
(239,219,219)
#F0DFDF
(240,223,223)
#F1E3E3
(241,227,227)
#F2E7E7
(242,231,231)
#F3EBEB
(243,235,235)
#F4EFEF
(244,239,239)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCBCB; }

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

This text font color is #EBCBCB.

Background Color

.myBgColor { background-color: #EBCBCB; }

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

This div background color is #EBCBCB.

Border color

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

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

This div border color is #EBCBCB.

Opacity

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

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

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

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

This text has shadow with #EBCBCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBCBCB.

Preview

Color preview on black background

This text has color #EBCBCB on black background.


Color preview on white background

This text has color #EBCBCB on white background.


Black color preview on #EBCBCB background

This text has black color on #EBCBCB background.


White color preview on #EBCBCB background

This text has white color on #EBCBCB background.


Related colors

Complementary color

Complementary color for #hex is #143434.


I love getcolorcode.com