COLOR #EBCFCC

HEX: #EBCFCC
RGB: (235,207,204)

Color info

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

RGB color model

#EBCFCC color RGB value is (235,207,204).

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

RGB channels and saturation

R 235 of 255 = 92%
G 207 of 255 = 81%
B 204 of 255 = 80%

235
207
204

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

Portions of RGB colors in percentages

R + G + B =
235 + 207 + 204 = 646 (100%)
R 235 of 646 ~ 36.38%
G 207 of 646 ~ 32.04%
B 204 of 646 ~ 31.58%

%36.38
%32.04
%31.58

CMYK color model

#EBCFCC color CMYK value is (0,12,13,8).

  • cyan value is 0.00%
  • magenta value is 11.91%
  • yellow value is 13.19%
  • key color value is 7.84%
CMYK:
(0,12,13,8)
C0M12Y13K8 
(0%,12%,13%,8%)
(0.00/0.12/0.13/0.08)	

CMYK percentages

%0
%11.91
%13.19
%7.84

Codes

Color #EBCFCC in popluar color models

EBCFCC
RGB235207204
HSL43.66%86.08%
HSB/HSV13.19%92.16%
CMYK0.00%11.91%13.19%
7.84%

Color #EBCFCC in popluar number systems.

HEXEBCFCC
Decimal235207204
Binary111010111100111111001100
Octal353317314

Shades and tints

Shades of #EBCFCC

#EBCFCC
(235,207,204)
#D6BDBA
(214,189,186)
#C1ABA8
(193,171,168)
#AC9996
(172,153,150)
#978784
(151,135,132)
#827572
(130,117,114)
#6D6360
(109,99,96)
#58514E
(88,81,78)
#433F3C
(67,63,60)
#2E2D2A
(46,45,42)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #EBCFCC

#EBCFCC
(235,207,204)
#ECD3D0
(236,211,208)
#EDD7D4
(237,215,212)
#EEDBD8
(238,219,216)
#EFDFDC
(239,223,220)
#F0E3E0
(240,227,224)
#F1E7E4
(241,231,228)
#F2EBE8
(242,235,232)
#F3EFEC
(243,239,236)
#F4F3F0
(244,243,240)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCFCC; }

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

This text font color is #EBCFCC.


Background Color

.myBgColor { background-color: #EBCFCC; }

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

This div background color is #EBCFCC.


Border color

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

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

This div border color is #EBCFCC.


Opacity

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

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

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

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

This text has shadow with #EBCFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCFCC on black background.


Color preview on white background

This text has color #EBCFCC on white background.



Black color preview on #EBCFCC background

This text has black color on #EBCFCC background.


White color preview on #EBCFCC background

This text has white color on #EBCFCC background.