COLOR #EBCFC8

HEX: #EBCFC8
RGB: (235,207,200)

Color info

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

RGB color model

#EBCFC8 color RGB value is (235,207,200).

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

RGB channels and saturation

R 235 of 255 = 92%
G 207 of 255 = 81%
B 200 of 255 = 78%

235
207
200

R + G + B ~ 84%. #EBCFC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 207 + 200 = 642 (100%)
R 235 of 642 ~ 36.6%
G 207 of 642 ~ 32.24%
B 200 of 642 ~ 31.15%

%36.6
%32.24
%31.15

CMYK color model

#EBCFC8 color CMYK value is (0,12,15,8).

  • cyan value is 0.00%
  • magenta value is 11.91%
  • yellow value is 14.89%
  • key color value is 7.84%
CMYK:
(0,12,15,8)
C0M12Y15K8 
(0%,12%,15%,8%)
(0.00/0.12/0.15/0.08)	

CMYK percentages

%0
%11.91
%14.89
%7.84

Codes

Color #EBCFC8 in popluar color models

EBCFC8
RGB235207200
HSL12°46.67%85.29%
HSB/HSV12°14.89%92.16%
CMYK0.00%11.91%14.89%
7.84%

Color #EBCFC8 in popluar number systems.

HEXEBCFC8
Decimal235207200
Binary111010111100111111001000
Octal353317310

Shades and tints

Shades of #EBCFC8

#EBCFC8
(235,207,200)
#D6BDB6
(214,189,182)
#C1ABA4
(193,171,164)
#AC9992
(172,153,146)
#978780
(151,135,128)
#82756E
(130,117,110)
#6D635C
(109,99,92)
#58514A
(88,81,74)
#433F38
(67,63,56)
#2E2D26
(46,45,38)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #EBCFC8

#EBCFC8
(235,207,200)
#ECD3CD
(236,211,205)
#EDD7D2
(237,215,210)
#EEDBD7
(238,219,215)
#EFDFDC
(239,223,220)
#F0E3E1
(240,227,225)
#F1E7E6
(241,231,230)
#F2EBEB
(242,235,235)
#F3EFF0
(243,239,240)
#F4F3F5
(244,243,245)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCFC8; }

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

This text font color is #EBCFC8.


Background Color

.myBgColor { background-color: #EBCFC8; }

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

This div background color is #EBCFC8.


Border color

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

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

This div border color is #EBCFC8.


Opacity

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

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

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

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

This text has shadow with #EBCFC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCFC8 on black background.


Color preview on white background

This text has color #EBCFC8 on white background.



Black color preview on #EBCFC8 background

This text has black color on #EBCFC8 background.


White color preview on #EBCFC8 background

This text has white color on #EBCFC8 background.