COLOR #ECCAC2

HEX: #ECCAC2
RGB: (236,202,194)

Color info

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

RGB color model

#ECCAC2 color RGB value is (236,202,194).

  • red value is 236;
  • green value is 202;
  • blue value is 194.
RGB:
(236,202,194)
(93%,79%,76%)

RGB channels and saturation

R 236 of 255 = 93%
G 202 of 255 = 79%
B 194 of 255 = 76%

236
202
194

R + G + B ~ 83%. #ECCAC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 202 + 194 = 632 (100%)
R 236 of 632 ~ 37.34%
G 202 of 632 ~ 31.96%
B 194 of 632 ~ 30.7%

%37.34
%31.96
%30.7

CMYK color model

#ECCAC2 color CMYK value is (0,14,18,7).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 17.80%
  • key color value is 7.45%
CMYK:
(0,14,18,7)
C0M14Y18K7 
(0%,14%,18%,7%)
(0.00/0.14/0.18/0.07)	

CMYK percentages

%0
%14.41
%17.8
%7.45

Codes

Color #ECCAC2 in popluar color models

ECCAC2
RGB236202194
HSL11°52.50%84.31%
HSB/HSV11°17.80%92.55%
CMYK0.00%14.41%17.80%
7.45%

Color #ECCAC2 in popluar number systems.

HEXECCAC2
Decimal236202194
Binary111011001100101011000010
Octal354312302

Shades and tints

Shades of #ECCAC2

#ECCAC2
(236,202,194)
#D7B8B1
(215,184,177)
#C2A6A0
(194,166,160)
#AD948F
(173,148,143)
#98827E
(152,130,126)
#83706D
(131,112,109)
#6E5E5C
(110,94,92)
#594C4B
(89,76,75)
#443A3A
(68,58,58)
#2F2829
(47,40,41)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #ECCAC2

#ECCAC2
(236,202,194)
#EDCEC7
(237,206,199)
#EED2CC
(238,210,204)
#EFD6D1
(239,214,209)
#F0DAD6
(240,218,214)
#F1DEDB
(241,222,219)
#F2E2E0
(242,226,224)
#F3E6E5
(243,230,229)
#F4EAEA
(244,234,234)
#F5EEEF
(245,238,239)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECCAC2 color. Also use rgb(236,202,194) instead hex code.

Text Font Color

.myTextColor { color: #ECCAC2; }

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

This text font color is #ECCAC2.


Background Color

.myBgColor { background-color: #ECCAC2; }

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

This div background color is #ECCAC2.


Border color

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

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

This div border color is #ECCAC2.


Opacity

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

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

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

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

This text has shadow with #ECCAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCAC2 on black background.


Color preview on white background

This text has color #ECCAC2 on white background.



Black color preview on #ECCAC2 background

This text has black color on #ECCAC2 background.


White color preview on #ECCAC2 background

This text has white color on #ECCAC2 background.