COLOR #EBE2CB

HEX: #EBE2CB
RGB: (235,226,203)

Color info

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

RGB color model

#EBE2CB color RGB value is (235,226,203).

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

RGB channels and saturation

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

235
226
203

R + G + B ~ 87%. #EBE2CB is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 226 + 203 = 664 (100%)
R 235 of 664 ~ 35.39%
G 226 of 664 ~ 34.04%
B 203 of 664 ~ 30.57%

%35.39
%34.04
%30.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.83%
  • yellow value is 13.62%
  • key color value is 7.84%
CMYK:
(0,4,14,8)
C0M4Y14K8 
(0%,4%,14%,8%)
(0.00/0.04/0.14/0.08)	

CMYK percentages

%0
%3.83
%13.62
%7.84

Codes

Color #EBE2CB in popluar color models

EBE2CB
RGB235226203
HSL43°44.44%85.88%
HSB/HSV43°13.62%92.16%
CMYK0.00%3.83%13.62%
7.84%

Color #EBE2CB in popluar number systems.

HEXEBE2CB
Decimal235226203
Binary111010111110001011001011
Octal353342313

Shades and tints

Shades of #EBE2CB

#EBE2CB
(235,226,203)
#D6CEB9
(214,206,185)
#C1BAA7
(193,186,167)
#ACA695
(172,166,149)
#979283
(151,146,131)
#827E71
(130,126,113)
#6D6A5F
(109,106,95)
#58564D
(88,86,77)
#43423B
(67,66,59)
#2E2E29
(46,46,41)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #EBE2CB

#EBE2CB
(235,226,203)
#ECE4CF
(236,228,207)
#EDE6D3
(237,230,211)
#EEE8D7
(238,232,215)
#EFEADB
(239,234,219)
#F0ECDF
(240,236,223)
#F1EEE3
(241,238,227)
#F2F0E7
(242,240,231)
#F3F2EB
(243,242,235)
#F4F4EF
(244,244,239)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE2CB; }

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

This text font color is #EBE2CB.


Background Color

.myBgColor { background-color: #EBE2CB; }

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

This div background color is #EBE2CB.


Border color

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

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

This div border color is #EBE2CB.


Opacity

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

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

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

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

This text has shadow with #EBE2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE2CB on black background.


Color preview on white background

This text has color #EBE2CB on white background.



Black color preview on #EBE2CB background

This text has black color on #EBE2CB background.


White color preview on #EBE2CB background

This text has white color on #EBE2CB background.