COLOR #EBD2CF

HEX: #EBD2CF
RGB: (235,210,207)

Color info

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

RGB color model

#EBD2CF color RGB value is (235,210,207).

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

RGB channels and saturation

R 235 of 255 = 92%
G 210 of 255 = 82%
B 207 of 255 = 81%

235
210
207

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

Portions of RGB colors in percentages

R + G + B =
235 + 210 + 207 = 652 (100%)
R 235 of 652 ~ 36.04%
G 210 of 652 ~ 32.21%
B 207 of 652 ~ 31.75%

%36.04
%32.21
%31.75

CMYK color model

#EBD2CF color CMYK value is (0,11,12,8).

  • cyan value is 0.00%
  • magenta value is 10.64%
  • yellow value is 11.91%
  • key color value is 7.84%
CMYK:
(0,11,12,8)
C0M11Y12K8 
(0%,11%,12%,8%)
(0.00/0.11/0.12/0.08)	

CMYK percentages

%0
%10.64
%11.91
%7.84

Codes

Color #EBD2CF in popluar color models

EBD2CF
RGB235210207
HSL41.18%86.67%
HSB/HSV11.91%92.16%
CMYK0.00%10.64%11.91%
7.84%

Color #EBD2CF in popluar number systems.

HEXEBD2CF
Decimal235210207
Binary111010111101001011001111
Octal353322317

Shades and tints

Shades of #EBD2CF

#EBD2CF
(235,210,207)
#D6BFBD
(214,191,189)
#C1ACAB
(193,172,171)
#AC9999
(172,153,153)
#978687
(151,134,135)
#827375
(130,115,117)
#6D6063
(109,96,99)
#584D51
(88,77,81)
#433A3F
(67,58,63)
#2E272D
(46,39,45)
#19141B
(25,20,27)
#000000
(0,0,0)

Tints of #EBD2CF

#EBD2CF
(235,210,207)
#ECD6D3
(236,214,211)
#EDDAD7
(237,218,215)
#EEDEDB
(238,222,219)
#EFE2DF
(239,226,223)
#F0E6E3
(240,230,227)
#F1EAE7
(241,234,231)
#F2EEEB
(242,238,235)
#F3F2EF
(243,242,239)
#F4F6F3
(244,246,243)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD2CF; }

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

This text font color is #EBD2CF.


Background Color

.myBgColor { background-color: #EBD2CF; }

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

This div background color is #EBD2CF.


Border color

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

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

This div border color is #EBD2CF.


Opacity

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

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

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

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

This text has shadow with #EBD2CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD2CF on black background.


Color preview on white background

This text has color #EBD2CF on white background.



Black color preview on #EBD2CF background

This text has black color on #EBD2CF background.


White color preview on #EBD2CF background

This text has white color on #EBD2CF background.