COLOR #EDBEC2

HEX: #EDBEC2 RGB: (237,190,194)

Color info

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

RGB color model

#EDBEC2 color RGB value is (237,190,194).

RGB: (237,190,194) (93%, 75%, 76%)

RGB channels and saturation

R 237 of 255 = 93%
G 190 of 255 = 75%
B 194 of 255 = 76%

237
190
194

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

Portions of RGB colors in percentages

R + G + B = 237 + 190 + 194 = 621 (100%)
R 237 of 621 ~ 38.16%
G 190 of 621 ~ 30.6%
B 194 of 621 ~ 31.24'%

%38.16
%30.6
%31.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 18.14%
  • key color value is 7.06%
CMYK: (0,20,18,7) C0M20Y18K7 (0%,20%,18%,7%) (0.00/0.20/0.18/0.07) 

CMYK percentages

%0
%19.83
%18.14
%7.06

Codes

Color #EDBEC2 in popluar color models

ED BE C2
RGB 237 190 194
HSL 355° 56.63% 83.73%
HSB/HSV 355° 19.83% 92.94%
CMYK 0.00% 19.83% 18.14%
7.06%

Color #EDBEC2 in popluar number systems.

HEX ED BE C2
Decimal 237 190 194
Binary 11101101 10111110 11000010
Octal 355 276 302

Shades and tints

Shades of #EDBEC2

#EDBEC2
(237,190,194)
#D8ADB1
(216,173,177)
#C39CA0
(195,156,160)
#AE8B8F
(174,139,143)
#997A7E
(153,122,126)
#84696D
(132,105,109)
#6F585C
(111,88,92)
#5A474B
(90,71,75)
#45363A
(69,54,58)
#302529
(48,37,41)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #EDBEC2

#EDBEC2
(237,190,194)
#EEC3C7
(238,195,199)
#EFC8CC
(239,200,204)
#F0CDD1
(240,205,209)
#F1D2D6
(241,210,214)
#F2D7DB
(242,215,219)
#F3DCE0
(243,220,224)
#F4E1E5
(244,225,229)
#F5E6EA
(245,230,234)
#F6EBEF
(246,235,239)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBEC2; }

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

This text font color is #EDBEC2.

Background Color

.myBgColor { background-color: #EDBEC2; }

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

This div background color is #EDBEC2.

Border color

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

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

This div border color is #EDBEC2.

Opacity

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

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

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

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

This text has shadow with #EDBEC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDBEC2.

Preview

Color preview on black background

This text has color #EDBEC2 on black background.


Color preview on white background

This text has color #EDBEC2 on white background.


Black color preview on #EDBEC2 background

This text has black color on #EDBEC2 background.


White color preview on #EDBEC2 background

This text has white color on #EDBEC2 background.


Related colors

Complementary color

Complementary color for #hex is #12413D.


I love getcolorcode.com

Triadic colors

1 #C2EDBE and #BEC2ED with #EDBEC2 are triadic colors.

2 #C2BEED and #BEEDC2 with #EDBEC2 are triadic colors.