COLOR #EBCAB5

HEX: #EBCAB5 RGB: (235,202,181)

Color info

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

RGB color model

#EBCAB5 color RGB value is (235,202,181).

RGB: (235,202,181) (92%, 79%, 71%)

RGB channels and saturation

R 235 of 255 = 92%
G 202 of 255 = 79%
B 181 of 255 = 71%

235
202
181

R + G + B ~ 81%. #EBCAB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 202 + 181 = 618 (100%)
R 235 of 618 ~ 38.03%
G 202 of 618 ~ 32.69%
B 181 of 618 ~ 29.29'%

%38.03
%32.69
%29.29

CMYK color model

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

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

CMYK: (0,14,23,8)
C0M14Y23K8 (0%, 14%, 23%, 8%)
(0.00 / 0.14 / 0.23 / 0.08)

CMYK percentages

%0
%14.04
%22.98
%7.84

Codes

Color #EBCAB5 in popluar color models

EB CA B5
RGB 235 202 181
HSL 23° 57.45% 81.57%
HSB/HSV 23° 22.98% 92.16%
CMYK 0.00% 14.04% 22.98%
7.84%

Color #EBCAB5 in popluar number systems.

HEX EB CA B5
Decimal 235 202 181
Binary 11101011 11001010 10110101
Octal 353 312 265

Shades and tints

Shades of #EBCAB5

#EBCAB5
(235,202,181)
#D6B8A5
(214,184,165)
#C1A695
(193,166,149)
#AC9485
(172,148,133)
#978275
(151,130,117)
#827065
(130,112,101)
#6D5E55
(109,94,85)
#584C45
(88,76,69)
#433A35
(67,58,53)
#2E2825
(46,40,37)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #EBCAB5

#EBCAB5
(235,202,181)
#ECCEBB
(236,206,187)
#EDD2C1
(237,210,193)
#EED6C7
(238,214,199)
#EFDACD
(239,218,205)
#F0DED3
(240,222,211)
#F1E2D9
(241,226,217)
#F2E6DF
(242,230,223)
#F3EAE5
(243,234,229)
#F4EEEB
(244,238,235)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCAB5; }

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

This text font color is #EBCAB5.

Background Color

.myBgColor { background-color: #EBCAB5; }

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

This div background color is #EBCAB5.

Border color

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

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

This div border color is #EBCAB5.

Opacity

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

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

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

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

This text has shadow with #EBCAB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBCAB5.

Preview

Color preview on black background

This text has color #EBCAB5 on black background.


Color preview on white background

This text has color #EBCAB5 on white background.


Black color preview on #EBCAB5 background

This text has black color on #EBCAB5 background.


White color preview on #EBCAB5 background

This text has white color on #EBCAB5 background.


Related colors

Complementary color

Complementary color for #hex is #14354A.


I love getcolorcode.com

Triadic colors

1 #B5EBCA and #CAB5EB with #EBCAB5 are triadic colors.

2 #B5CAEB and #CAEBB5 with #EBCAB5 are triadic colors.