COLOR #EBD2CC

HEX: #EBD2CC
RGB: (235,210,204)

Color info

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

RGB color model

#EBD2CC color RGB value is (235,210,204).

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

RGB channels and saturation

R 235 of 255 = 92%
G 210 of 255 = 82%
B 204 of 255 = 80%

235
210
204

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

Portions of RGB colors in percentages

R + G + B =
235 + 210 + 204 = 649 (100%)
R 235 of 649 ~ 36.21%
G 210 of 649 ~ 32.36%
B 204 of 649 ~ 31.43%

%36.21
%32.36
%31.43

CMYK color model

#EBD2CC color CMYK value is (0,11,13,8).

  • cyan value is 0.00%
  • magenta value is 10.64%
  • yellow value is 13.19%
  • key color value is 7.84%
CMYK:
(0,11,13,8)
C0M11Y13K8 
(0%,11%,13%,8%)
(0.00/0.11/0.13/0.08)	

CMYK percentages

%0
%10.64
%13.19
%7.84

Codes

Color #EBD2CC in popluar color models

EBD2CC
RGB235210204
HSL12°43.66%86.08%
HSB/HSV12°13.19%92.16%
CMYK0.00%10.64%13.19%
7.84%

Color #EBD2CC in popluar number systems.

HEXEBD2CC
Decimal235210204
Binary111010111101001011001100
Octal353322314

Shades and tints

Shades of #EBD2CC

#EBD2CC
(235,210,204)
#D6BFBA
(214,191,186)
#C1ACA8
(193,172,168)
#AC9996
(172,153,150)
#978684
(151,134,132)
#827372
(130,115,114)
#6D6060
(109,96,96)
#584D4E
(88,77,78)
#433A3C
(67,58,60)
#2E272A
(46,39,42)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #EBD2CC

#EBD2CC
(235,210,204)
#ECD6D0
(236,214,208)
#EDDAD4
(237,218,212)
#EEDED8
(238,222,216)
#EFE2DC
(239,226,220)
#F0E6E0
(240,230,224)
#F1EAE4
(241,234,228)
#F2EEE8
(242,238,232)
#F3F2EC
(243,242,236)
#F4F6F0
(244,246,240)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD2CC; }

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

This text font color is #EBD2CC.


Background Color

.myBgColor { background-color: #EBD2CC; }

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

This div background color is #EBD2CC.


Border color

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

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

This div border color is #EBD2CC.


Opacity

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

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

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

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

This text has shadow with #EBD2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD2CC on black background.


Color preview on white background

This text has color #EBD2CC on white background.



Black color preview on #EBD2CC background

This text has black color on #EBD2CC background.


White color preview on #EBD2CC background

This text has white color on #EBD2CC background.