COLOR #EBE2CC

HEX: #EBE2CC RGB: (235,226,204)

Color info

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

RGB color model

#EBE2CC color RGB value is (235,226,204).

RGB: (235,226,204) (92%, 89%, 80%)

RGB channels and saturation

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

235
226
204

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

Portions of RGB colors in percentages

R + G + B = 235 + 226 + 204 = 665 (100%)
R 235 of 665 ~ 35.34%
G 226 of 665 ~ 33.98%
B 204 of 665 ~ 30.68'%

%35.34
%33.98
%30.68

CMYK color model

#EBE2CC color CMYK value is (0,4,13,8).

  • cyan value is 0.00%
  • magenta value is 3.83%
  • yellow value is 13.19%
  • key color value is 7.84%
CMYK: (0,4,13,8) C0M4Y13K8 (0%,4%,13%,8%) (0.00/0.04/0.13/0.08) 

CMYK percentages

%0
%3.83
%13.19
%7.84

Codes

Color #EBE2CC in popluar color models

EB E2 CC
RGB 235 226 204
HSL 43° 43.66% 86.08%
HSB/HSV 43° 13.19% 92.16%
CMYK 0.00% 3.83% 13.19%
7.84%

Color #EBE2CC in popluar number systems.

HEX EB E2 CC
Decimal 235 226 204
Binary 11101011 11100010 11001100
Octal 353 342 314

Shades and tints

Shades of #EBE2CC

#EBE2CC
(235,226,204)
#D6CEBA
(214,206,186)
#C1BAA8
(193,186,168)
#ACA696
(172,166,150)
#979284
(151,146,132)
#827E72
(130,126,114)
#6D6A60
(109,106,96)
#58564E
(88,86,78)
#43423C
(67,66,60)
#2E2E2A
(46,46,42)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #EBE2CC

#EBE2CC
(235,226,204)
#ECE4D0
(236,228,208)
#EDE6D4
(237,230,212)
#EEE8D8
(238,232,216)
#EFEADC
(239,234,220)
#F0ECE0
(240,236,224)
#F1EEE4
(241,238,228)
#F2F0E8
(242,240,232)
#F3F2EC
(243,242,236)
#F4F4F0
(244,244,240)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE2CC; }

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

This text font color is #EBE2CC.

Background Color

.myBgColor { background-color: #EBE2CC; }

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

This div background color is #EBE2CC.

Border color

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

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

This div border color is #EBE2CC.

Opacity

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

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

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

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

This text has shadow with #EBE2CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE2CC.

Preview

Color preview on black background

This text has color #EBE2CC on black background.


Color preview on white background

This text has color #EBE2CC on white background.


Black color preview on #EBE2CC background

This text has black color on #EBE2CC background.


White color preview on #EBE2CC background

This text has white color on #EBE2CC background.


Related colors

Complementary color

Complementary color for #hex is #141D33.


I love getcolorcode.com

Triadic colors

1 #CCEBE2 and #E2CCEB with #EBE2CC are triadic colors.

2 #CCE2EB and #E2EBCC with #EBE2CC are triadic colors.