COLOR #EDB4BE

HEX: #EDB4BE
RGB: (237,180,190)

Color info

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

RGB color model

#EDB4BE color RGB value is (237,180,190).

  • red value is 237;
  • green value is 180;
  • blue value is 190.
RGB:
(237,180,190)
(93%,71%,75%)

RGB channels and saturation

R 237 of 255 = 93%
G 180 of 255 = 71%
B 190 of 255 = 75%

237
180
190

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

Portions of RGB colors in percentages

R + G + B =
237 + 180 + 190 = 607 (100%)
R 237 of 607 ~ 39.04%
G 180 of 607 ~ 29.65%
B 190 of 607 ~ 31.3%

%39.04
%29.65
%31.3

CMYK color model

#EDB4BE color CMYK value is (0,24,20,7).

  • cyan value is 0.00%
  • magenta value is 24.05%
  • yellow value is 19.83%
  • key color value is 7.06%
CMYK:
(0,24,20,7)
C0M24Y20K7 
(0%,24%,20%,7%)
(0.00/0.24/0.20/0.07)	

CMYK percentages

%0
%24.05
%19.83
%7.06

Codes

Color #EDB4BE in popluar color models

EDB4BE
RGB237180190
HSL349°61.29%81.76%
HSB/HSV349°24.05%92.94%
CMYK0.00%24.05%19.83%
7.06%

Color #EDB4BE in popluar number systems.

HEXEDB4BE
Decimal237180190
Binary111011011011010010111110
Octal355264276

Shades and tints

Shades of #EDB4BE

#EDB4BE
(237,180,190)
#D8A4AD
(216,164,173)
#C3949C
(195,148,156)
#AE848B
(174,132,139)
#99747A
(153,116,122)
#846469
(132,100,105)
#6F5458
(111,84,88)
#5A4447
(90,68,71)
#453436
(69,52,54)
#302425
(48,36,37)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #EDB4BE

#EDB4BE
(237,180,190)
#EEBAC3
(238,186,195)
#EFC0C8
(239,192,200)
#F0C6CD
(240,198,205)
#F1CCD2
(241,204,210)
#F2D2D7
(242,210,215)
#F3D8DC
(243,216,220)
#F4DEE1
(244,222,225)
#F5E4E6
(245,228,230)
#F6EAEB
(246,234,235)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB4BE color. Also use rgb(237,180,190) instead hex code.

Text Font Color

.myTextColor { color: #EDB4BE; }

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

This text font color is #EDB4BE.


Background Color

.myBgColor { background-color: #EDB4BE; }

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

This div background color is #EDB4BE.


Border color

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

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

This div border color is #EDB4BE.


Opacity

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

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

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

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

This text has shadow with #EDB4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB4BE on black background.


Color preview on white background

This text has color #EDB4BE on white background.



Black color preview on #EDB4BE background

This text has black color on #EDB4BE background.


White color preview on #EDB4BE background

This text has white color on #EDB4BE background.