COLOR #EBE5CA

HEX: #EBE5CA RGB: (235,229,202)

Color info

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

RGB color model

#EBE5CA color RGB value is (235,229,202).

RGB: (235,229,202) (92%, 90%, 79%)

RGB channels and saturation

R 235 of 255 = 92%
G 229 of 255 = 90%
B 202 of 255 = 79%

235
229
202

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

Portions of RGB colors in percentages

R + G + B = 235 + 229 + 202 = 666 (100%)
R 235 of 666 ~ 35.29%
G 229 of 666 ~ 34.38%
B 202 of 666 ~ 30.33'%

%35.29
%34.38
%30.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.55%
  • yellow value is 14.04%
  • key color value is 7.84%

CMYK: (0,3,14,8)
C0M3Y14K8 (0%, 3%, 14%, 8%)
(0.00 / 0.03 / 0.14 / 0.08)

CMYK percentages

%0
%2.55
%14.04
%7.84

Codes

Color #EBE5CA in popluar color models

EB E5 CA
RGB 235 229 202
HSL 49° 45.21% 85.69%
HSB/HSV 49° 14.04% 92.16%
CMYK 0.00% 2.55% 14.04%
7.84%

Color #EBE5CA in popluar number systems.

HEX EB E5 CA
Decimal 235 229 202
Binary 11101011 11100101 11001010
Octal 353 345 312

Shades and tints

Shades of #EBE5CA

#EBE5CA
(235,229,202)
#D6D1B8
(214,209,184)
#C1BDA6
(193,189,166)
#ACA994
(172,169,148)
#979582
(151,149,130)
#828170
(130,129,112)
#6D6D5E
(109,109,94)
#58594C
(88,89,76)
#43453A
(67,69,58)
#2E3128
(46,49,40)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #EBE5CA

#EBE5CA
(235,229,202)
#ECE7CE
(236,231,206)
#EDE9D2
(237,233,210)
#EEEBD6
(238,235,214)
#EFEDDA
(239,237,218)
#F0EFDE
(240,239,222)
#F1F1E2
(241,241,226)
#F2F3E6
(242,243,230)
#F3F5EA
(243,245,234)
#F4F7EE
(244,247,238)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE5CA; }

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

This text font color is #EBE5CA.

Background Color

.myBgColor { background-color: #EBE5CA; }

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

This div background color is #EBE5CA.

Border color

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

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

This div border color is #EBE5CA.

Opacity

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

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

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

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

This text has shadow with #EBE5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE5CA.

Preview

Color preview on black background

This text has color #EBE5CA on black background.


Color preview on white background

This text has color #EBE5CA on white background.


Black color preview on #EBE5CA background

This text has black color on #EBE5CA background.


White color preview on #EBE5CA background

This text has white color on #EBE5CA background.


Related colors

Complementary color

Complementary color for #hex is #141A35.


I love getcolorcode.com

Triadic colors

1 #CAEBE5 and #E5CAEB with #EBE5CA are triadic colors.

2 #CAE5EB and #E5EBCA with #EBE5CA are triadic colors.