COLOR #ED929B

HEX: #ED929B RGB: (237,146,155)

Color info

#ED929B contains mainly red color. Web safe color of #ED929B is #FF9999 (or #F99).

RGB color model

#ED929B color RGB value is (237,146,155).

RGB: (237,146,155) (93%, 57%, 61%)

RGB channels and saturation

R 237 of 255 = 93%
G 146 of 255 = 57%
B 155 of 255 = 61%

237
146
155

R + G + B ~ 70%. #ED929B is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 146 + 155 = 538 (100%)
R 237 of 538 ~ 44.05%
G 146 of 538 ~ 27.14%
B 155 of 538 ~ 28.81'%

%44.05
%27.14
%28.81

CMYK color model

#ED929B color CMYK value is (0,38,35,7).

  • cyan value is 0.00%
  • magenta value is 38.40%
  • yellow value is 34.60%
  • key color value is 7.06%

CMYK: (0,38,35,7)
C0M38Y35K7 (0%, 38%, 35%, 7%)
(0.00 / 0.38 / 0.35 / 0.07)

CMYK percentages

%0
%38.4
%34.6
%7.06

Codes

Color #ED929B in popluar color models

ED 92 9B
RGB 237 146 155
HSL 354° 71.65% 75.10%
HSB/HSV 354° 38.40% 92.94%
CMYK 0.00% 38.40% 34.60%
7.06%

Color #ED929B in popluar number systems.

HEX ED 92 9B
Decimal 237 146 155
Binary 11101101 10010010 10011011
Octal 355 222 233

Shades and tints

Shades of #ED929B

#ED929B
(237,146,155)
#D8858D
(216,133,141)
#C3787F
(195,120,127)
#AE6B71
(174,107,113)
#995E63
(153,94,99)
#845155
(132,81,85)
#6F4447
(111,68,71)
#5A3739
(90,55,57)
#452A2B
(69,42,43)
#301D1D
(48,29,29)
#1B100F
(27,16,15)
#000000
(0,0,0)

Tints of #ED929B

#ED929B
(237,146,155)
#EE9BA4
(238,155,164)
#EFA4AD
(239,164,173)
#F0ADB6
(240,173,182)
#F1B6BF
(241,182,191)
#F2BFC8
(242,191,200)
#F3C8D1
(243,200,209)
#F4D1DA
(244,209,218)
#F5DAE3
(245,218,227)
#F6E3EC
(246,227,236)
#F7ECF5
(247,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED929B color. Also use rgb(237,146,155) instead hex code.

Text Font Color

.myTextColor { color: #ED929B; }

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

This text font color is #ED929B.

Background Color

.myBgColor { background-color: #ED929B; }

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

This div background color is #ED929B.

Border color

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

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

This div border color is #ED929B.

Opacity

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

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

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

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

This text has shadow with #ED929B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED929B.

Preview

Color preview on black background

This text has color #ED929B on black background.


Color preview on white background

This text has color #ED929B on white background.


Black color preview on #ED929B background

This text has black color on #ED929B background.


White color preview on #ED929B background

This text has white color on #ED929B background.


Related colors

Complementary color

Complementary color for #hex is #126D64.


I love getcolorcode.com

Triadic colors

1 #9BED92 and #929BED with #ED929B are triadic colors.

2 #9B92ED and #92ED9B with #ED929B are triadic colors.