COLOR #EDB8F0

HEX: #EDB8F0 RGB: (237,184,240)

Color info

#EDB8F0 contains red, green and blue colors in about the same proportion. Web safe color of #EDB8F0 is #FFCCFF (or #FCF).

RGB color model

#EDB8F0 color RGB value is (237,184,240).

RGB: (237,184,240) (93%, 72%, 94%)

RGB channels and saturation

R 237 of 255 = 93%
G 184 of 255 = 72%
B 240 of 255 = 94%

237
184
240

R + G + B ~ 86%. #EDB8F0 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 184 + 240 = 661 (100%)
R 237 of 661 ~ 35.85%
G 184 of 661 ~ 27.84%
B 240 of 661 ~ 36.31'%

%35.85
%27.84
%36.31

CMYK color model

#EDB8F0 color CMYK value is (1,23,0,6).

  • cyan value is 1.25%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (1,23,0,6)
C1M23Y0K6 (1%, 23%, 0%, 6%)
(0.01 / 0.23 / 0.00 / 0.06)

CMYK percentages

%1.25
%23.33
%0
%5.88

Codes

Color #EDB8F0 in popluar color models

ED B8 F0
RGB 237 184 240
HSL 297° 65.12% 83.14%
HSB/HSV 297° 23.33% 94.12%
CMYK 1.25% 23.33% 0.00%
5.88%

Color #EDB8F0 in popluar number systems.

HEX ED B8 F0
Decimal 237 184 240
Binary 11101101 10111000 11110000
Octal 355 270 360

Shades and tints

Shades of #EDB8F0

#EDB8F0
(237,184,240)
#D8A8DB
(216,168,219)
#C398C6
(195,152,198)
#AE88B1
(174,136,177)
#99789C
(153,120,156)
#846887
(132,104,135)
#6F5872
(111,88,114)
#5A485D
(90,72,93)
#453848
(69,56,72)
#302833
(48,40,51)
#1B181E
(27,24,30)
#000000
(0,0,0)

Tints of #EDB8F0

#EDB8F0
(237,184,240)
#EEBEF1
(238,190,241)
#EFC4F2
(239,196,242)
#F0CAF3
(240,202,243)
#F1D0F4
(241,208,244)
#F2D6F5
(242,214,245)
#F3DCF6
(243,220,246)
#F4E2F7
(244,226,247)
#F5E8F8
(245,232,248)
#F6EEF9
(246,238,249)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB8F0 color. Also use rgb(237,184,240) instead hex code.

Text Font Color

.myTextColor { color: #EDB8F0; }

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

This text font color is #EDB8F0.

Background Color

.myBgColor { background-color: #EDB8F0; }

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

This div background color is #EDB8F0.

Border color

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

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

This div border color is #EDB8F0.

Opacity

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

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

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

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

This text has shadow with #EDB8F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDB8F0.

Preview

Color preview on black background

This text has color #EDB8F0 on black background.


Color preview on white background

This text has color #EDB8F0 on white background.


Black color preview on #EDB8F0 background

This text has black color on #EDB8F0 background.


White color preview on #EDB8F0 background

This text has white color on #EDB8F0 background.


Related colors

Complementary color

Complementary color for #hex is #12470F.


I love getcolorcode.com

Triadic colors

1 #F0EDB8 and #B8F0ED with #EDB8F0 are triadic colors.

2 #F0B8ED and #B8EDF0 with #EDB8F0 are triadic colors.