COLOR #EBE1C7

HEX: #EBE1C7
RGB: (235,225,199)

Color info

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

RGB color model

#EBE1C7 color RGB value is (235,225,199).

  • red value is 235;
  • green value is 225;
  • blue value is 199.
RGB:
(235,225,199)
(92%,88%,78%)

RGB channels and saturation

R 235 of 255 = 92%
G 225 of 255 = 88%
B 199 of 255 = 78%

235
225
199

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

Portions of RGB colors in percentages

R + G + B =
235 + 225 + 199 = 659 (100%)
R 235 of 659 ~ 35.66%
G 225 of 659 ~ 34.14%
B 199 of 659 ~ 30.2%

%35.66
%34.14
%30.2

CMYK color model

#EBE1C7 color CMYK value is (0,4,15,8).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 15.32%
  • key color value is 7.84%
CMYK:
(0,4,15,8)
C0M4Y15K8 
(0%,4%,15%,8%)
(0.00/0.04/0.15/0.08)	

CMYK percentages

%0
%4.26
%15.32
%7.84

Codes

Color #EBE1C7 in popluar color models

EBE1C7
RGB235225199
HSL43°47.37%85.10%
HSB/HSV43°15.32%92.16%
CMYK0.00%4.26%15.32%
7.84%

Color #EBE1C7 in popluar number systems.

HEXEBE1C7
Decimal235225199
Binary111010111110000111000111
Octal353341307

Shades and tints

Shades of #EBE1C7

#EBE1C7
(235,225,199)
#D6CDB5
(214,205,181)
#C1B9A3
(193,185,163)
#ACA591
(172,165,145)
#97917F
(151,145,127)
#827D6D
(130,125,109)
#6D695B
(109,105,91)
#585549
(88,85,73)
#434137
(67,65,55)
#2E2D25
(46,45,37)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #EBE1C7

#EBE1C7
(235,225,199)
#ECE3CC
(236,227,204)
#EDE5D1
(237,229,209)
#EEE7D6
(238,231,214)
#EFE9DB
(239,233,219)
#F0EBE0
(240,235,224)
#F1EDE5
(241,237,229)
#F2EFEA
(242,239,234)
#F3F1EF
(243,241,239)
#F4F3F4
(244,243,244)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE1C7 color. Also use rgb(235,225,199) instead hex code.

Text Font Color

.myTextColor { color: #EBE1C7; }

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

This text font color is #EBE1C7.


Background Color

.myBgColor { background-color: #EBE1C7; }

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

This div background color is #EBE1C7.


Border color

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

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

This div border color is #EBE1C7.


Opacity

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

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

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

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

This text has shadow with #EBE1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE1C7 on black background.


Color preview on white background

This text has color #EBE1C7 on white background.



Black color preview on #EBE1C7 background

This text has black color on #EBE1C7 background.


White color preview on #EBE1C7 background

This text has white color on #EBE1C7 background.