COLOR #EBCABD

HEX: #EBCABD RGB: (235,202,189)

Color info

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

RGB color model

#EBCABD color RGB value is (235,202,189).

RGB: (235,202,189) (92%, 79%, 74%)

RGB channels and saturation

R 235 of 255 = 92%
G 202 of 255 = 79%
B 189 of 255 = 74%

235
202
189

R + G + B ~ 82%. #EBCABD is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 202 + 189 = 626 (100%)
R 235 of 626 ~ 37.54%
G 202 of 626 ~ 32.27%
B 189 of 626 ~ 30.19'%

%37.54
%32.27
%30.19

CMYK color model

#EBCABD color CMYK value is (0,14,20,8).

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

CMYK: (0,14,20,8)
C0M14Y20K8 (0%, 14%, 20%, 8%)
(0.00 / 0.14 / 0.20 / 0.08)

CMYK percentages

%0
%14.04
%19.57
%7.84

Codes

Color #EBCABD in popluar color models

EB CA BD
RGB 235 202 189
HSL 17° 53.49% 83.14%
HSB/HSV 17° 19.57% 92.16%
CMYK 0.00% 14.04% 19.57%
7.84%

Color #EBCABD in popluar number systems.

HEX EB CA BD
Decimal 235 202 189
Binary 11101011 11001010 10111101
Octal 353 312 275

Shades and tints

Shades of #EBCABD

#EBCABD
(235,202,189)
#D6B8AC
(214,184,172)
#C1A69B
(193,166,155)
#AC948A
(172,148,138)
#978279
(151,130,121)
#827068
(130,112,104)
#6D5E57
(109,94,87)
#584C46
(88,76,70)
#433A35
(67,58,53)
#2E2824
(46,40,36)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #EBCABD

#EBCABD
(235,202,189)
#ECCEC3
(236,206,195)
#EDD2C9
(237,210,201)
#EED6CF
(238,214,207)
#EFDAD5
(239,218,213)
#F0DEDB
(240,222,219)
#F1E2E1
(241,226,225)
#F2E6E7
(242,230,231)
#F3EAED
(243,234,237)
#F4EEF3
(244,238,243)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCABD; }

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

This text font color is #EBCABD.

Background Color

.myBgColor { background-color: #EBCABD; }

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

This div background color is #EBCABD.

Border color

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

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

This div border color is #EBCABD.

Opacity

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

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

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

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

This text has shadow with #EBCABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBCABD.

Preview

Color preview on black background

This text has color #EBCABD on black background.


Color preview on white background

This text has color #EBCABD on white background.


Black color preview on #EBCABD background

This text has black color on #EBCABD background.


White color preview on #EBCABD background

This text has white color on #EBCABD background.


Related colors

Complementary color

Complementary color for #hex is #143542.


I love getcolorcode.com

Triadic colors

1 #BDEBCA and #CABDEB with #EBCABD are triadic colors.

2 #BDCAEB and #CAEBBD with #EBCABD are triadic colors.