COLOR #EDCAC2

HEX: #EDCAC2
RGB: (237,202,194)

Color info

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

RGB color model

#EDCAC2 color RGB value is (237,202,194).

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

RGB channels and saturation

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

237
202
194

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

Portions of RGB colors in percentages

R + G + B =
237 + 202 + 194 = 633 (100%)
R 237 of 633 ~ 37.44%
G 202 of 633 ~ 31.91%
B 194 of 633 ~ 30.65%

%37.44
%31.91
%30.65

CMYK color model

#EDCAC2 color CMYK value is (0,15,18,7).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 18.14%
  • key color value is 7.06%
CMYK:
(0,15,18,7)
C0M15Y18K7 
(0%,15%,18%,7%)
(0.00/0.15/0.18/0.07)	

CMYK percentages

%0
%14.77
%18.14
%7.06

Codes

Color #EDCAC2 in popluar color models

EDCAC2
RGB237202194
HSL11°54.43%84.51%
HSB/HSV11°18.14%92.94%
CMYK0.00%14.77%18.14%
7.06%

Color #EDCAC2 in popluar number systems.

HEXEDCAC2
Decimal237202194
Binary111011011100101011000010
Octal355312302

Shades and tints

Shades of #EDCAC2

#EDCAC2
(237,202,194)
#D8B8B1
(216,184,177)
#C3A6A0
(195,166,160)
#AE948F
(174,148,143)
#99827E
(153,130,126)
#84706D
(132,112,109)
#6F5E5C
(111,94,92)
#5A4C4B
(90,76,75)
#453A3A
(69,58,58)
#302829
(48,40,41)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #EDCAC2

#EDCAC2
(237,202,194)
#EECEC7
(238,206,199)
#EFD2CC
(239,210,204)
#F0D6D1
(240,214,209)
#F1DAD6
(241,218,214)
#F2DEDB
(242,222,219)
#F3E2E0
(243,226,224)
#F4E6E5
(244,230,229)
#F5EAEA
(245,234,234)
#F6EEEF
(246,238,239)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCAC2; }

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

This text font color is #EDCAC2.


Background Color

.myBgColor { background-color: #EDCAC2; }

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

This div background color is #EDCAC2.


Border color

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

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

This div border color is #EDCAC2.


Opacity

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

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

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

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

This text has shadow with #EDCAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCAC2 on black background.


Color preview on white background

This text has color #EDCAC2 on white background.



Black color preview on #EDCAC2 background

This text has black color on #EDCAC2 background.


White color preview on #EDCAC2 background

This text has white color on #EDCAC2 background.