COLOR #EBD8CB

HEX: #EBD8CB RGB: (235,216,203)

Color info

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

RGB color model

#EBD8CB color RGB value is (235,216,203).

RGB: (235,216,203) (92%, 85%, 80%)

RGB channels and saturation

R 235 of 255 = 92%
G 216 of 255 = 85%
B 203 of 255 = 80%

235
216
203

R + G + B ~ 86%. #EBD8CB is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 216 + 203 = 654 (100%)
R 235 of 654 ~ 35.93%
G 216 of 654 ~ 33.03%
B 203 of 654 ~ 31.04'%

%35.93
%33.03
%31.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 13.62%
  • key color value is 7.84%

CMYK: (0,8,14,8)
C0M8Y14K8 (0%, 8%, 14%, 8%)
(0.00 / 0.08 / 0.14 / 0.08)

CMYK percentages

%0
%8.09
%13.62
%7.84

Codes

Color #EBD8CB in popluar color models

EB D8 CB
RGB 235 216 203
HSL 24° 44.44% 85.88%
HSB/HSV 24° 13.62% 92.16%
CMYK 0.00% 8.09% 13.62%
7.84%

Color #EBD8CB in popluar number systems.

HEX EB D8 CB
Decimal 235 216 203
Binary 11101011 11011000 11001011
Octal 353 330 313

Shades and tints

Shades of #EBD8CB

#EBD8CB
(235,216,203)
#D6C5B9
(214,197,185)
#C1B2A7
(193,178,167)
#AC9F95
(172,159,149)
#978C83
(151,140,131)
#827971
(130,121,113)
#6D665F
(109,102,95)
#58534D
(88,83,77)
#43403B
(67,64,59)
#2E2D29
(46,45,41)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #EBD8CB

#EBD8CB
(235,216,203)
#ECDBCF
(236,219,207)
#EDDED3
(237,222,211)
#EEE1D7
(238,225,215)
#EFE4DB
(239,228,219)
#F0E7DF
(240,231,223)
#F1EAE3
(241,234,227)
#F2EDE7
(242,237,231)
#F3F0EB
(243,240,235)
#F4F3EF
(244,243,239)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD8CB color. Also use rgb(235,216,203) instead hex code.

Text Font Color

.myTextColor { color: #EBD8CB; }

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

This text font color is #EBD8CB.

Background Color

.myBgColor { background-color: #EBD8CB; }

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

This div background color is #EBD8CB.

Border color

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

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

This div border color is #EBD8CB.

Opacity

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

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

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

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

This text has shadow with #EBD8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD8CB.

Preview

Color preview on black background

This text has color #EBD8CB on black background.


Color preview on white background

This text has color #EBD8CB on white background.


Black color preview on #EBD8CB background

This text has black color on #EBD8CB background.


White color preview on #EBD8CB background

This text has white color on #EBD8CB background.


Related colors

Complementary color

Complementary color for #hex is #142734.


I love getcolorcode.com

Triadic colors

1 #CBEBD8 and #D8CBEB with #EBD8CB are triadic colors.

2 #CBD8EB and #D8EBCB with #EBD8CB are triadic colors.