COLOR #EBD2C2

HEX: #EBD2C2
RGB: (235,210,194)

Color info

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

RGB color model

#EBD2C2 color RGB value is (235,210,194).

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

RGB channels and saturation

R 235 of 255 = 92%
G 210 of 255 = 82%
B 194 of 255 = 76%

235
210
194

R + G + B ~ 83%. #EBD2C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 210 + 194 = 639 (100%)
R 235 of 639 ~ 36.78%
G 210 of 639 ~ 32.86%
B 194 of 639 ~ 30.36%

%36.78
%32.86
%30.36

CMYK color model

#EBD2C2 color CMYK value is (0,11,17,8).

  • cyan value is 0.00%
  • magenta value is 10.64%
  • yellow value is 17.45%
  • key color value is 7.84%
CMYK:
(0,11,17,8)
C0M11Y17K8 
(0%,11%,17%,8%)
(0.00/0.11/0.17/0.08)	

CMYK percentages

%0
%10.64
%17.45
%7.84

Codes

Color #EBD2C2 in popluar color models

EBD2C2
RGB235210194
HSL23°50.62%84.12%
HSB/HSV23°17.45%92.16%
CMYK0.00%10.64%17.45%
7.84%

Color #EBD2C2 in popluar number systems.

HEXEBD2C2
Decimal235210194
Binary111010111101001011000010
Octal353322302

Shades and tints

Shades of #EBD2C2

#EBD2C2
(235,210,194)
#D6BFB1
(214,191,177)
#C1ACA0
(193,172,160)
#AC998F
(172,153,143)
#97867E
(151,134,126)
#82736D
(130,115,109)
#6D605C
(109,96,92)
#584D4B
(88,77,75)
#433A3A
(67,58,58)
#2E2729
(46,39,41)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #EBD2C2

#EBD2C2
(235,210,194)
#ECD6C7
(236,214,199)
#EDDACC
(237,218,204)
#EEDED1
(238,222,209)
#EFE2D6
(239,226,214)
#F0E6DB
(240,230,219)
#F1EAE0
(241,234,224)
#F2EEE5
(242,238,229)
#F3F2EA
(243,242,234)
#F4F6EF
(244,246,239)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD2C2; }

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

This text font color is #EBD2C2.


Background Color

.myBgColor { background-color: #EBD2C2; }

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

This div background color is #EBD2C2.


Border color

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

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

This div border color is #EBD2C2.


Opacity

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

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

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

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

This text has shadow with #EBD2C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD2C2 on black background.


Color preview on white background

This text has color #EBD2C2 on white background.



Black color preview on #EBD2C2 background

This text has black color on #EBD2C2 background.


White color preview on #EBD2C2 background

This text has white color on #EBD2C2 background.