COLOR #EBE3CA

HEX: #EBE3CA RGB: (235,227,202)

Color info

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

RGB color model

#EBE3CA color RGB value is (235,227,202).

RGB: (235,227,202) (92%, 89%, 79%)

RGB channels and saturation

R 235 of 255 = 92%
G 227 of 255 = 89%
B 202 of 255 = 79%

235
227
202

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

Portions of RGB colors in percentages

R + G + B = 235 + 227 + 202 = 664 (100%)
R 235 of 664 ~ 35.39%
G 227 of 664 ~ 34.19%
B 202 of 664 ~ 30.42'%

%35.39
%34.19
%30.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.40%
  • 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
%3.4
%14.04
%7.84

Codes

Color #EBE3CA in popluar color models

EB E3 CA
RGB 235 227 202
HSL 45° 45.21% 85.69%
HSB/HSV 45° 14.04% 92.16%
CMYK 0.00% 3.40% 14.04%
7.84%

Color #EBE3CA in popluar number systems.

HEX EB E3 CA
Decimal 235 227 202
Binary 11101011 11100011 11001010
Octal 353 343 312

Shades and tints

Shades of #EBE3CA

#EBE3CA
(235,227,202)
#D6CFB8
(214,207,184)
#C1BBA6
(193,187,166)
#ACA794
(172,167,148)
#979382
(151,147,130)
#827F70
(130,127,112)
#6D6B5E
(109,107,94)
#58574C
(88,87,76)
#43433A
(67,67,58)
#2E2F28
(46,47,40)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #EBE3CA

#EBE3CA
(235,227,202)
#ECE5CE
(236,229,206)
#EDE7D2
(237,231,210)
#EEE9D6
(238,233,214)
#EFEBDA
(239,235,218)
#F0EDDE
(240,237,222)
#F1EFE2
(241,239,226)
#F2F1E6
(242,241,230)
#F3F3EA
(243,243,234)
#F4F5EE
(244,245,238)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE3CA; }

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

This text font color is #EBE3CA.

Background Color

.myBgColor { background-color: #EBE3CA; }

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

This div background color is #EBE3CA.

Border color

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

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

This div border color is #EBE3CA.

Opacity

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

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

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

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

This text has shadow with #EBE3CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE3CA.

Preview

Color preview on black background

This text has color #EBE3CA on black background.


Color preview on white background

This text has color #EBE3CA on white background.


Black color preview on #EBE3CA background

This text has black color on #EBE3CA background.


White color preview on #EBE3CA background

This text has white color on #EBE3CA background.


Related colors

Complementary color

Complementary color for #hex is #141C35.


I love getcolorcode.com

Triadic colors

1 #CAEBE3 and #E3CAEB with #EBE3CA are triadic colors.

2 #CAE3EB and #E3EBCA with #EBE3CA are triadic colors.