COLOR #EDAFB1

HEX: #EDAFB1
RGB: (237,175,177)

Color info

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

RGB color model

#EDAFB1 color RGB value is (237,175,177).

  • red value is 237;
  • green value is 175;
  • blue value is 177.
RGB:
(237,175,177)
(93%,69%,69%)

RGB channels and saturation

R 237 of 255 = 93%
G 175 of 255 = 69%
B 177 of 255 = 69%

237
175
177

R + G + B ~ 77%. #EDAFB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 175 + 177 = 589 (100%)
R 237 of 589 ~ 40.24%
G 175 of 589 ~ 29.71%
B 177 of 589 ~ 30.05%

%40.24
%29.71
%30.05

CMYK color model

#EDAFB1 color CMYK value is (0,26,25,7).

  • cyan value is 0.00%
  • magenta value is 26.16%
  • yellow value is 25.32%
  • key color value is 7.06%
CMYK:
(0,26,25,7)
C0M26Y25K7 
(0%,26%,25%,7%)
(0.00/0.26/0.25/0.07)	

CMYK percentages

%0
%26.16
%25.32
%7.06

Codes

Color #EDAFB1 in popluar color models

EDAFB1
RGB237175177
HSL358°63.27%80.78%
HSB/HSV358°26.16%92.94%
CMYK0.00%26.16%25.32%
7.06%

Color #EDAFB1 in popluar number systems.

HEXEDAFB1
Decimal237175177
Binary111011011010111110110001
Octal355257261

Shades and tints

Shades of #EDAFB1

#EDAFB1
(237,175,177)
#D8A0A1
(216,160,161)
#C39191
(195,145,145)
#AE8281
(174,130,129)
#997371
(153,115,113)
#846461
(132,100,97)
#6F5551
(111,85,81)
#5A4641
(90,70,65)
#453731
(69,55,49)
#302821
(48,40,33)
#1B1911
(27,25,17)
#000000
(0,0,0)

Tints of #EDAFB1

#EDAFB1
(237,175,177)
#EEB6B8
(238,182,184)
#EFBDBF
(239,189,191)
#F0C4C6
(240,196,198)
#F1CBCD
(241,203,205)
#F2D2D4
(242,210,212)
#F3D9DB
(243,217,219)
#F4E0E2
(244,224,226)
#F5E7E9
(245,231,233)
#F6EEF0
(246,238,240)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDAFB1 color. Also use rgb(237,175,177) instead hex code.

Text Font Color

.myTextColor { color: #EDAFB1; }

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

This text font color is #EDAFB1.


Background Color

.myBgColor { background-color: #EDAFB1; }

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

This div background color is #EDAFB1.


Border color

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

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

This div border color is #EDAFB1.


Opacity

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

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

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

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

This text has shadow with #EDAFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDAFB1 on black background.


Color preview on white background

This text has color #EDAFB1 on white background.



Black color preview on #EDAFB1 background

This text has black color on #EDAFB1 background.


White color preview on #EDAFB1 background

This text has white color on #EDAFB1 background.