COLOR #EDCFC1

HEX: #EDCFC1 RGB: (237,207,193)

Color info

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

RGB color model

#EDCFC1 color RGB value is (237,207,193).

RGB: (237,207,193) (93%, 81%, 76%)

RGB channels and saturation

R 237 of 255 = 93%
G 207 of 255 = 81%
B 193 of 255 = 76%

237
207
193

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

Portions of RGB colors in percentages

R + G + B = 237 + 207 + 193 = 637 (100%)
R 237 of 637 ~ 37.21%
G 207 of 637 ~ 32.5%
B 193 of 637 ~ 30.3'%

%37.21
%32.5
%30.3

CMYK color model

#EDCFC1 color CMYK value is (0,13,19,7).

  • cyan value is 0.00%
  • magenta value is 12.66%
  • yellow value is 18.57%
  • key color value is 7.06%

CMYK: (0,13,19,7)
C0M13Y19K7 (0%, 13%, 19%, 7%)
(0.00 / 0.13 / 0.19 / 0.07)

CMYK percentages

%0
%12.66
%18.57
%7.06

Codes

Color #EDCFC1 in popluar color models

ED CF C1
RGB 237 207 193
HSL 19° 55.00% 84.31%
HSB/HSV 19° 18.57% 92.94%
CMYK 0.00% 12.66% 18.57%
7.06%

Color #EDCFC1 in popluar number systems.

HEX ED CF C1
Decimal 237 207 193
Binary 11101101 11001111 11000001
Octal 355 317 301

Shades and tints

Shades of #EDCFC1

#EDCFC1
(237,207,193)
#D8BDB0
(216,189,176)
#C3AB9F
(195,171,159)
#AE998E
(174,153,142)
#99877D
(153,135,125)
#84756C
(132,117,108)
#6F635B
(111,99,91)
#5A514A
(90,81,74)
#453F39
(69,63,57)
#302D28
(48,45,40)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #EDCFC1

#EDCFC1
(237,207,193)
#EED3C6
(238,211,198)
#EFD7CB
(239,215,203)
#F0DBD0
(240,219,208)
#F1DFD5
(241,223,213)
#F2E3DA
(242,227,218)
#F3E7DF
(243,231,223)
#F4EBE4
(244,235,228)
#F5EFE9
(245,239,233)
#F6F3EE
(246,243,238)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCFC1 color. Also use rgb(237,207,193) instead hex code.

Text Font Color

.myTextColor { color: #EDCFC1; }

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

This text font color is #EDCFC1.

Background Color

.myBgColor { background-color: #EDCFC1; }

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

This div background color is #EDCFC1.

Border color

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

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

This div border color is #EDCFC1.

Opacity

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

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

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

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

This text has shadow with #EDCFC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCFC1.

Preview

Color preview on black background

This text has color #EDCFC1 on black background.


Color preview on white background

This text has color #EDCFC1 on white background.


Black color preview on #EDCFC1 background

This text has black color on #EDCFC1 background.


White color preview on #EDCFC1 background

This text has white color on #EDCFC1 background.


Related colors

Complementary color

Complementary color for #hex is #12303E.


I love getcolorcode.com

Triadic colors

1 #C1EDCF and #CFC1ED with #EDCFC1 are triadic colors.

2 #C1CFED and #CFEDC1 with #EDCFC1 are triadic colors.