COLOR #EBD8C5

HEX: #EBD8C5 RGB: (235,216,197)

Color info

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

RGB color model

#EBD8C5 color RGB value is (235,216,197).

RGB: (235,216,197) (92%, 85%, 77%)

RGB channels and saturation

R 235 of 255 = 92%
G 216 of 255 = 85%
B 197 of 255 = 77%

235
216
197

R + G + B ~ 85%. #EBD8C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 216 + 197 = 648 (100%)
R 235 of 648 ~ 36.27%
G 216 of 648 ~ 33.33%
B 197 of 648 ~ 30.4'%

%36.27
%33.33
%30.4

CMYK color model

#EBD8C5 color CMYK value is (0,8,16,8).

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

CMYK: (0,8,16,8)
C0M8Y16K8 (0%, 8%, 16%, 8%)
(0.00 / 0.08 / 0.16 / 0.08)

CMYK percentages

%0
%8.09
%16.17
%7.84

Codes

Color #EBD8C5 in popluar color models

EB D8 C5
RGB 235 216 197
HSL 30° 48.72% 84.71%
HSB/HSV 30° 16.17% 92.16%
CMYK 0.00% 8.09% 16.17%
7.84%

Color #EBD8C5 in popluar number systems.

HEX EB D8 C5
Decimal 235 216 197
Binary 11101011 11011000 11000101
Octal 353 330 305

Shades and tints

Shades of #EBD8C5

#EBD8C5
(235,216,197)
#D6C5B4
(214,197,180)
#C1B2A3
(193,178,163)
#AC9F92
(172,159,146)
#978C81
(151,140,129)
#827970
(130,121,112)
#6D665F
(109,102,95)
#58534E
(88,83,78)
#43403D
(67,64,61)
#2E2D2C
(46,45,44)
#191A1B
(25,26,27)
#000000
(0,0,0)

Tints of #EBD8C5

#EBD8C5
(235,216,197)
#ECDBCA
(236,219,202)
#EDDECF
(237,222,207)
#EEE1D4
(238,225,212)
#EFE4D9
(239,228,217)
#F0E7DE
(240,231,222)
#F1EAE3
(241,234,227)
#F2EDE8
(242,237,232)
#F3F0ED
(243,240,237)
#F4F3F2
(244,243,242)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD8C5; }

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

This text font color is #EBD8C5.

Background Color

.myBgColor { background-color: #EBD8C5; }

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

This div background color is #EBD8C5.

Border color

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

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

This div border color is #EBD8C5.

Opacity

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

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

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

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

This text has shadow with #EBD8C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD8C5.

Preview

Color preview on black background

This text has color #EBD8C5 on black background.


Color preview on white background

This text has color #EBD8C5 on white background.


Black color preview on #EBD8C5 background

This text has black color on #EBD8C5 background.


White color preview on #EBD8C5 background

This text has white color on #EBD8C5 background.


Related colors

Complementary color

Complementary color for #hex is #14273A.


I love getcolorcode.com

Triadic colors

1 #C5EBD8 and #D8C5EB with #EBD8C5 are triadic colors.

2 #C5D8EB and #D8EBC5 with #EBD8C5 are triadic colors.