COLOR #EDEBF2

HEX: #EDEBF2 RGB: (237,235,242)

Color info

#EDEBF2 contains red, green and blue colors in about the same proportion. Web safe color of #EDEBF2 is #FFFFFF (or #FFF).

RGB color model

#EDEBF2 color RGB value is (237,235,242).

RGB: (237,235,242) (93%, 92%, 95%)

RGB channels and saturation

R 237 of 255 = 93%
G 235 of 255 = 92%
B 242 of 255 = 95%

237
235
242

R + G + B ~ 93%. #EDEBF2 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 235 + 242 = 714 (100%)
R 237 of 714 ~ 33.19%
G 235 of 714 ~ 32.91%
B 242 of 714 ~ 33.89'%

%33.19
%32.91
%33.89

CMYK color model

#EDEBF2 color CMYK value is (2,3,0,5).

  • cyan value is 2.07%
  • magenta value is 2.89%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (2,3,0,5)
C2M3Y0K5 (2%, 3%, 0%, 5%)
(0.02 / 0.03 / 0.00 / 0.05)

CMYK percentages

%2.07
%2.89
%0
%5.1

Codes

Color #EDEBF2 in popluar color models

ED EB F2
RGB 237 235 242
HSL 257° 21.21% 93.53%
HSB/HSV 257° 2.89% 94.90%
CMYK 2.07% 2.89% 0.00%
5.10%

Color #EDEBF2 in popluar number systems.

HEX ED EB F2
Decimal 237 235 242
Binary 11101101 11101011 11110010
Octal 355 353 362

Shades and tints

Shades of #EDEBF2

#EDEBF2
(237,235,242)
#D8D6DC
(216,214,220)
#C3C1C6
(195,193,198)
#AEACB0
(174,172,176)
#99979A
(153,151,154)
#848284
(132,130,132)
#6F6D6E
(111,109,110)
#5A5858
(90,88,88)
#454342
(69,67,66)
#302E2C
(48,46,44)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #EDEBF2

#EDEBF2
(237,235,242)
#EEECF3
(238,236,243)
#EFEDF4
(239,237,244)
#F0EEF5
(240,238,245)
#F1EFF6
(241,239,246)
#F2F0F7
(242,240,247)
#F3F1F8
(243,241,248)
#F4F2F9
(244,242,249)
#F5F3FA
(245,243,250)
#F6F4FB
(246,244,251)
#F7F5FC
(247,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDEBF2 color. Also use rgb(237,235,242) instead hex code.

Text Font Color

.myTextColor { color: #EDEBF2; }

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

This text font color is #EDEBF2.

Background Color

.myBgColor { background-color: #EDEBF2; }

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

This div background color is #EDEBF2.

Border color

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

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

This div border color is #EDEBF2.

Opacity

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

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

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

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

This text has shadow with #EDEBF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEBF2.

Preview

Color preview on black background

This text has color #EDEBF2 on black background.


Color preview on white background

This text has color #EDEBF2 on white background.


Black color preview on #EDEBF2 background

This text has black color on #EDEBF2 background.


White color preview on #EDEBF2 background

This text has white color on #EDEBF2 background.


Related colors

Complementary color

Complementary color for #hex is #12140D.


I love getcolorcode.com

Triadic colors

1 #F2EDEB and #EBF2ED with #EDEBF2 are triadic colors.

2 #F2EBED and #EBEDF2 with #EDEBF2 are triadic colors.