COLOR #EBDAC4

HEX: #EBDAC4
RGB: (235,218,196)

Color info

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

RGB color model

#EBDAC4 color RGB value is (235,218,196).

  • red value is 235;
  • green value is 218;
  • blue value is 196.
RGB:
(235,218,196)
(92%,85%,77%)

RGB channels and saturation

R 235 of 255 = 92%
G 218 of 255 = 85%
B 196 of 255 = 77%

235
218
196

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

Portions of RGB colors in percentages

R + G + B =
235 + 218 + 196 = 649 (100%)
R 235 of 649 ~ 36.21%
G 218 of 649 ~ 33.59%
B 196 of 649 ~ 30.2%

%36.21
%33.59
%30.2

CMYK color model

#EBDAC4 color CMYK value is (0,7,17,8).

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 16.60%
  • key color value is 7.84%
CMYK:
(0,7,17,8)
C0M7Y17K8 
(0%,7%,17%,8%)
(0.00/0.07/0.17/0.08)	

CMYK percentages

%0
%7.23
%16.6
%7.84

Codes

Color #EBDAC4 in popluar color models

EBDAC4
RGB235218196
HSL34°49.37%84.51%
HSB/HSV34°16.60%92.16%
CMYK0.00%7.23%16.60%
7.84%

Color #EBDAC4 in popluar number systems.

HEXEBDAC4
Decimal235218196
Binary111010111101101011000100
Octal353332304

Shades and tints

Shades of #EBDAC4

#EBDAC4
(235,218,196)
#D6C7B3
(214,199,179)
#C1B4A2
(193,180,162)
#ACA191
(172,161,145)
#978E80
(151,142,128)
#827B6F
(130,123,111)
#6D685E
(109,104,94)
#58554D
(88,85,77)
#43423C
(67,66,60)
#2E2F2B
(46,47,43)
#191C1A
(25,28,26)
#000000
(0,0,0)

Tints of #EBDAC4

#EBDAC4
(235,218,196)
#ECDDC9
(236,221,201)
#EDE0CE
(237,224,206)
#EEE3D3
(238,227,211)
#EFE6D8
(239,230,216)
#F0E9DD
(240,233,221)
#F1ECE2
(241,236,226)
#F2EFE7
(242,239,231)
#F3F2EC
(243,242,236)
#F4F5F1
(244,245,241)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDAC4 color. Also use rgb(235,218,196) instead hex code.

Text Font Color

.myTextColor { color: #EBDAC4; }

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

This text font color is #EBDAC4.


Background Color

.myBgColor { background-color: #EBDAC4; }

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

This div background color is #EBDAC4.


Border color

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

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

This div border color is #EBDAC4.


Opacity

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

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

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

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

This text has shadow with #EBDAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDAC4 on black background.


Color preview on white background

This text has color #EBDAC4 on white background.



Black color preview on #EBDAC4 background

This text has black color on #EBDAC4 background.


White color preview on #EBDAC4 background

This text has white color on #EBDAC4 background.