COLOR #EDB1C6

HEX: #EDB1C6
RGB: (237,177,198)

Color info

#EDB1C6 contains mainly red and blue colors. Web safe color of #EDB1C6 is #FF99CC (or #F9C).

RGB color model

#EDB1C6 color RGB value is (237,177,198).

  • red value is 237;
  • green value is 177;
  • blue value is 198.
RGB:
(237,177,198)
(93%,69%,78%)

RGB channels and saturation

R 237 of 255 = 93%
G 177 of 255 = 69%
B 198 of 255 = 78%

237
177
198

R + G + B ~ 80%. #EDB1C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 177 + 198 = 612 (100%)
R 237 of 612 ~ 38.73%
G 177 of 612 ~ 28.92%
B 198 of 612 ~ 32.35%

%38.73
%28.92
%32.35

CMYK color model

#EDB1C6 color CMYK value is (0,25,16,7).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 16.46%
  • key color value is 7.06%
CMYK:
(0,25,16,7)
C0M25Y16K7 
(0%,25%,16%,7%)
(0.00/0.25/0.16/0.07)	

CMYK percentages

%0
%25.32
%16.46
%7.06

Codes

Color #EDB1C6 in popluar color models

EDB1C6
RGB237177198
HSL339°62.50%81.18%
HSB/HSV339°25.32%92.94%
CMYK0.00%25.32%16.46%
7.06%

Color #EDB1C6 in popluar number systems.

HEXEDB1C6
Decimal237177198
Binary111011011011000111000110
Octal355261306

Shades and tints

Shades of #EDB1C6

#EDB1C6
(237,177,198)
#D8A1B4
(216,161,180)
#C391A2
(195,145,162)
#AE8190
(174,129,144)
#99717E
(153,113,126)
#84616C
(132,97,108)
#6F515A
(111,81,90)
#5A4148
(90,65,72)
#453136
(69,49,54)
#302124
(48,33,36)
#1B1112
(27,17,18)
#000000
(0,0,0)

Tints of #EDB1C6

#EDB1C6
(237,177,198)
#EEB8CB
(238,184,203)
#EFBFD0
(239,191,208)
#F0C6D5
(240,198,213)
#F1CDDA
(241,205,218)
#F2D4DF
(242,212,223)
#F3DBE4
(243,219,228)
#F4E2E9
(244,226,233)
#F5E9EE
(245,233,238)
#F6F0F3
(246,240,243)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB1C6 color. Also use rgb(237,177,198) instead hex code.

Text Font Color

.myTextColor { color: #EDB1C6; }

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

This text font color is #EDB1C6.


Background Color

.myBgColor { background-color: #EDB1C6; }

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

This div background color is #EDB1C6.


Border color

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

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

This div border color is #EDB1C6.


Opacity

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

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

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

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

This text has shadow with #EDB1C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB1C6 on black background.


Color preview on white background

This text has color #EDB1C6 on white background.



Black color preview on #EDB1C6 background

This text has black color on #EDB1C6 background.


White color preview on #EDB1C6 background

This text has white color on #EDB1C6 background.