COLOR #EDBEBD

HEX: #EDBEBD RGB: (237,190,189)

Color info

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

RGB color model

#EDBEBD color RGB value is (237,190,189).

RGB: (237,190,189) (93%, 75%, 74%)

RGB channels and saturation

R 237 of 255 = 93%
G 190 of 255 = 75%
B 189 of 255 = 74%

237
190
189

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

Portions of RGB colors in percentages

R + G + B = 237 + 190 + 189 = 616 (100%)
R 237 of 616 ~ 38.47%
G 190 of 616 ~ 30.84%
B 189 of 616 ~ 30.68'%

%38.47
%30.84
%30.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 20.25%
  • key color value is 7.06%

CMYK: (0,20,20,7)
C0M20Y20K7 (0%, 20%, 20%, 7%)
(0.00 / 0.20 / 0.20 / 0.07)

CMYK percentages

%0
%19.83
%20.25
%7.06

Codes

Color #EDBEBD in popluar color models

ED BE BD
RGB 237 190 189
HSL 57.14% 83.53%
HSB/HSV 20.25% 92.94%
CMYK 0.00% 19.83% 20.25%
7.06%

Color #EDBEBD in popluar number systems.

HEX ED BE BD
Decimal 237 190 189
Binary 11101101 10111110 10111101
Octal 355 276 275

Shades and tints

Shades of #EDBEBD

#EDBEBD
(237,190,189)
#D8ADAC
(216,173,172)
#C39C9B
(195,156,155)
#AE8B8A
(174,139,138)
#997A79
(153,122,121)
#846968
(132,105,104)
#6F5857
(111,88,87)
#5A4746
(90,71,70)
#453635
(69,54,53)
#302524
(48,37,36)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #EDBEBD

#EDBEBD
(237,190,189)
#EEC3C3
(238,195,195)
#EFC8C9
(239,200,201)
#F0CDCF
(240,205,207)
#F1D2D5
(241,210,213)
#F2D7DB
(242,215,219)
#F3DCE1
(243,220,225)
#F4E1E7
(244,225,231)
#F5E6ED
(245,230,237)
#F6EBF3
(246,235,243)
#F7F0F9
(247,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBEBD; }

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

This text font color is #EDBEBD.

Background Color

.myBgColor { background-color: #EDBEBD; }

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

This div background color is #EDBEBD.

Border color

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

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

This div border color is #EDBEBD.

Opacity

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

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

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

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

This text has shadow with #EDBEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDBEBD.

Preview

Color preview on black background

This text has color #EDBEBD on black background.


Color preview on white background

This text has color #EDBEBD on white background.


Black color preview on #EDBEBD background

This text has black color on #EDBEBD background.


White color preview on #EDBEBD background

This text has white color on #EDBEBD background.


Related colors

Complementary color

Complementary color for #hex is #124142.


I love getcolorcode.com

Triadic colors

1 #BDEDBE and #BEBDED with #EDBEBD are triadic colors.

2 #BDBEED and #BEEDBD with #EDBEBD are triadic colors.