COLOR #EDB9C1

HEX: #EDB9C1
RGB: (237,185,193)

Color info

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

RGB color model

#EDB9C1 color RGB value is (237,185,193).

  • red value is 237;
  • green value is 185;
  • blue value is 193.
RGB:
(237,185,193)
(93%,73%,76%)

RGB channels and saturation

R 237 of 255 = 93%
G 185 of 255 = 73%
B 193 of 255 = 76%

237
185
193

R + G + B ~ 81%. #EDB9C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 185 + 193 = 615 (100%)
R 237 of 615 ~ 38.54%
G 185 of 615 ~ 30.08%
B 193 of 615 ~ 31.38%

%38.54
%30.08
%31.38

CMYK color model

#EDB9C1 color CMYK value is (0,22,19,7).

  • cyan value is 0.00%
  • magenta value is 21.94%
  • yellow value is 18.57%
  • key color value is 7.06%
CMYK:
(0,22,19,7)
C0M22Y19K7 
(0%,22%,19%,7%)
(0.00/0.22/0.19/0.07)	

CMYK percentages

%0
%21.94
%18.57
%7.06

Codes

Color #EDB9C1 in popluar color models

EDB9C1
RGB237185193
HSL351°59.09%82.75%
HSB/HSV351°21.94%92.94%
CMYK0.00%21.94%18.57%
7.06%

Color #EDB9C1 in popluar number systems.

HEXEDB9C1
Decimal237185193
Binary111011011011100111000001
Octal355271301

Shades and tints

Shades of #EDB9C1

#EDB9C1
(237,185,193)
#D8A9B0
(216,169,176)
#C3999F
(195,153,159)
#AE898E
(174,137,142)
#99797D
(153,121,125)
#84696C
(132,105,108)
#6F595B
(111,89,91)
#5A494A
(90,73,74)
#453939
(69,57,57)
#302928
(48,41,40)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #EDB9C1

#EDB9C1
(237,185,193)
#EEBFC6
(238,191,198)
#EFC5CB
(239,197,203)
#F0CBD0
(240,203,208)
#F1D1D5
(241,209,213)
#F2D7DA
(242,215,218)
#F3DDDF
(243,221,223)
#F4E3E4
(244,227,228)
#F5E9E9
(245,233,233)
#F6EFEE
(246,239,238)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB9C1; }

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

This text font color is #EDB9C1.


Background Color

.myBgColor { background-color: #EDB9C1; }

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

This div background color is #EDB9C1.


Border color

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

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

This div border color is #EDB9C1.


Opacity

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

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

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

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

This text has shadow with #EDB9C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB9C1 on black background.


Color preview on white background

This text has color #EDB9C1 on white background.



Black color preview on #EDB9C1 background

This text has black color on #EDB9C1 background.


White color preview on #EDB9C1 background

This text has white color on #EDB9C1 background.