COLOR #EBDAD2

HEX: #EBDAD2
RGB: (235,218,210)

Color info

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

RGB color model

#EBDAD2 color RGB value is (235,218,210).

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

RGB channels and saturation

R 235 of 255 = 92%
G 218 of 255 = 85%
B 210 of 255 = 82%

235
218
210

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

Portions of RGB colors in percentages

R + G + B =
235 + 218 + 210 = 663 (100%)
R 235 of 663 ~ 35.44%
G 218 of 663 ~ 32.88%
B 210 of 663 ~ 31.67%

%35.44
%32.88
%31.67

CMYK color model

#EBDAD2 color CMYK value is (0,7,11,8).

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 10.64%
  • key color value is 7.84%
CMYK:
(0,7,11,8)
C0M7Y11K8 
(0%,7%,11%,8%)
(0.00/0.07/0.11/0.08)	

CMYK percentages

%0
%7.23
%10.64
%7.84

Codes

Color #EBDAD2 in popluar color models

EBDAD2
RGB235218210
HSL19°38.46%87.25%
HSB/HSV19°10.64%92.16%
CMYK0.00%7.23%10.64%
7.84%

Color #EBDAD2 in popluar number systems.

HEXEBDAD2
Decimal235218210
Binary111010111101101011010010
Octal353332322

Shades and tints

Shades of #EBDAD2

#EBDAD2
(235,218,210)
#D6C7BF
(214,199,191)
#C1B4AC
(193,180,172)
#ACA199
(172,161,153)
#978E86
(151,142,134)
#827B73
(130,123,115)
#6D6860
(109,104,96)
#58554D
(88,85,77)
#43423A
(67,66,58)
#2E2F27
(46,47,39)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #EBDAD2

#EBDAD2
(235,218,210)
#ECDDD6
(236,221,214)
#EDE0DA
(237,224,218)
#EEE3DE
(238,227,222)
#EFE6E2
(239,230,226)
#F0E9E6
(240,233,230)
#F1ECEA
(241,236,234)
#F2EFEE
(242,239,238)
#F3F2F2
(243,242,242)
#F4F5F6
(244,245,246)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDAD2; }

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

This text font color is #EBDAD2.


Background Color

.myBgColor { background-color: #EBDAD2; }

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

This div background color is #EBDAD2.


Border color

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

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

This div border color is #EBDAD2.


Opacity

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

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

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

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

This text has shadow with #EBDAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDAD2 on black background.


Color preview on white background

This text has color #EBDAD2 on white background.



Black color preview on #EBDAD2 background

This text has black color on #EBDAD2 background.


White color preview on #EBDAD2 background

This text has white color on #EBDAD2 background.