COLOR #EDCEBF

HEX: #EDCEBF RGB: (237,206,191)

Color info

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

RGB color model

#EDCEBF color RGB value is (237,206,191).

RGB: (237,206,191) (93%, 81%, 75%)

RGB channels and saturation

R 237 of 255 = 93%
G 206 of 255 = 81%
B 191 of 255 = 75%

237
206
191

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

Portions of RGB colors in percentages

R + G + B = 237 + 206 + 191 = 634 (100%)
R 237 of 634 ~ 37.38%
G 206 of 634 ~ 32.49%
B 191 of 634 ~ 30.13'%

%37.38
%32.49
%30.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 19.41%
  • 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
%13.08
%19.41
%7.06

Codes

Color #EDCEBF in popluar color models

ED CE BF
RGB 237 206 191
HSL 20° 56.10% 83.92%
HSB/HSV 20° 19.41% 92.94%
CMYK 0.00% 13.08% 19.41%
7.06%

Color #EDCEBF in popluar number systems.

HEX ED CE BF
Decimal 237 206 191
Binary 11101101 11001110 10111111
Octal 355 316 277

Shades and tints

Shades of #EDCEBF

#EDCEBF
(237,206,191)
#D8BCAE
(216,188,174)
#C3AA9D
(195,170,157)
#AE988C
(174,152,140)
#99867B
(153,134,123)
#84746A
(132,116,106)
#6F6259
(111,98,89)
#5A5048
(90,80,72)
#453E37
(69,62,55)
#302C26
(48,44,38)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #EDCEBF

#EDCEBF
(237,206,191)
#EED2C4
(238,210,196)
#EFD6C9
(239,214,201)
#F0DACE
(240,218,206)
#F1DED3
(241,222,211)
#F2E2D8
(242,226,216)
#F3E6DD
(243,230,221)
#F4EAE2
(244,234,226)
#F5EEE7
(245,238,231)
#F6F2EC
(246,242,236)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCEBF color. Also use rgb(237,206,191) instead hex code.

Text Font Color

.myTextColor { color: #EDCEBF; }

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

This text font color is #EDCEBF.

Background Color

.myBgColor { background-color: #EDCEBF; }

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

This div background color is #EDCEBF.

Border color

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

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

This div border color is #EDCEBF.

Opacity

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

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

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

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

This text has shadow with #EDCEBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCEBF.

Preview

Color preview on black background

This text has color #EDCEBF on black background.


Color preview on white background

This text has color #EDCEBF on white background.


Black color preview on #EDCEBF background

This text has black color on #EDCEBF background.


White color preview on #EDCEBF background

This text has white color on #EDCEBF background.


Related colors

Complementary color

Complementary color for #hex is #123140.


I love getcolorcode.com

Triadic colors

1 #BFEDCE and #CEBFED with #EDCEBF are triadic colors.

2 #BFCEED and #CEEDBF with #EDCEBF are triadic colors.