COLOR #EDB6BE

HEX: #EDB6BE
RGB: (237,182,190)

Color info

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

RGB color model

#EDB6BE color RGB value is (237,182,190).

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

RGB channels and saturation

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

237
182
190

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

Portions of RGB colors in percentages

R + G + B =
237 + 182 + 190 = 609 (100%)
R 237 of 609 ~ 38.92%
G 182 of 609 ~ 29.89%
B 190 of 609 ~ 31.2%

%38.92
%29.89
%31.2

CMYK color model

#EDB6BE color CMYK value is (0,23,20,7).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 19.83%
  • key color value is 7.06%
CMYK:
(0,23,20,7)
C0M23Y20K7 
(0%,23%,20%,7%)
(0.00/0.23/0.20/0.07)	

CMYK percentages

%0
%23.21
%19.83
%7.06

Codes

Color #EDB6BE in popluar color models

EDB6BE
RGB237182190
HSL351°60.44%82.16%
HSB/HSV351°23.21%92.94%
CMYK0.00%23.21%19.83%
7.06%

Color #EDB6BE in popluar number systems.

HEXEDB6BE
Decimal237182190
Binary111011011011011010111110
Octal355266276

Shades and tints

Shades of #EDB6BE

#EDB6BE
(237,182,190)
#D8A6AD
(216,166,173)
#C3969C
(195,150,156)
#AE868B
(174,134,139)
#99767A
(153,118,122)
#846669
(132,102,105)
#6F5658
(111,86,88)
#5A4647
(90,70,71)
#453636
(69,54,54)
#302625
(48,38,37)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #EDB6BE

#EDB6BE
(237,182,190)
#EEBCC3
(238,188,195)
#EFC2C8
(239,194,200)
#F0C8CD
(240,200,205)
#F1CED2
(241,206,210)
#F2D4D7
(242,212,215)
#F3DADC
(243,218,220)
#F4E0E1
(244,224,225)
#F5E6E6
(245,230,230)
#F6ECEB
(246,236,235)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB6BE; }

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

This text font color is #EDB6BE.


Background Color

.myBgColor { background-color: #EDB6BE; }

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

This div background color is #EDB6BE.


Border color

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

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

This div border color is #EDB6BE.


Opacity

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

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

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

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

This text has shadow with #EDB6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB6BE on black background.


Color preview on white background

This text has color #EDB6BE on white background.



Black color preview on #EDB6BE background

This text has black color on #EDB6BE background.


White color preview on #EDB6BE background

This text has white color on #EDB6BE background.