COLOR #EDBFBD

HEX: #EDBFBD RGB: (237,191,189)

Color info

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

RGB color model

#EDBFBD color RGB value is (237,191,189).

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

RGB channels and saturation

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

237
191
189

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

Portions of RGB colors in percentages

R + G + B = 237 + 191 + 189 = 617 (100%)
R 237 of 617 ~ 38.41%
G 191 of 617 ~ 30.96%
B 189 of 617 ~ 30.63'%

%38.41
%30.96
%30.63

CMYK color model

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

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

CMYK: (0,19,20,7)
C0M19Y20K7 (0%, 19%, 20%, 7%)
(0.00 / 0.19 / 0.20 / 0.07)

CMYK percentages

%0
%19.41
%20.25
%7.06

Codes

Color #EDBFBD in popluar color models

ED BF BD
RGB 237 191 189
HSL 57.14% 83.53%
HSB/HSV 20.25% 92.94%
CMYK 0.00% 19.41% 20.25%
7.06%

Color #EDBFBD in popluar number systems.

HEX ED BF BD
Decimal 237 191 189
Binary 11101101 10111111 10111101
Octal 355 277 275

Shades and tints

Shades of #EDBFBD

#EDBFBD
(237,191,189)
#D8AEAC
(216,174,172)
#C39D9B
(195,157,155)
#AE8C8A
(174,140,138)
#997B79
(153,123,121)
#846A68
(132,106,104)
#6F5957
(111,89,87)
#5A4846
(90,72,70)
#453735
(69,55,53)
#302624
(48,38,36)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #EDBFBD

#EDBFBD
(237,191,189)
#EEC4C3
(238,196,195)
#EFC9C9
(239,201,201)
#F0CECF
(240,206,207)
#F1D3D5
(241,211,213)
#F2D8DB
(242,216,219)
#F3DDE1
(243,221,225)
#F4E2E7
(244,226,231)
#F5E7ED
(245,231,237)
#F6ECF3
(246,236,243)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBFBD; }

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

This text font color is #EDBFBD.

Background Color

.myBgColor { background-color: #EDBFBD; }

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

This div background color is #EDBFBD.

Border color

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

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

This div border color is #EDBFBD.

Opacity

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

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

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

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

This text has shadow with #EDBFBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDBFBD.

Preview

Color preview on black background

This text has color #EDBFBD on black background.


Color preview on white background

This text has color #EDBFBD on white background.


Black color preview on #EDBFBD background

This text has black color on #EDBFBD background.


White color preview on #EDBFBD background

This text has white color on #EDBFBD background.


Related colors

Complementary color

Complementary color for #hex is #124042.


I love getcolorcode.com

Triadic colors

1 #BDEDBF and #BFBDED with #EDBFBD are triadic colors.

2 #BDBFED and #BFEDBD with #EDBFBD are triadic colors.