COLOR #EBEDFB

HEX: #EBEDFB RGB: (235,237,251)

Color info

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

RGB color model

#EBEDFB color RGB value is (235,237,251).

RGB: (235,237,251) (92%, 93%, 98%)

RGB channels and saturation

R 235 of 255 = 92%
G 237 of 255 = 93%
B 251 of 255 = 98%

235
237
251

R + G + B ~ 94%. #EBEDFB is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 237 + 251 = 723 (100%)
R 235 of 723 ~ 32.5%
G 237 of 723 ~ 32.78%
B 251 of 723 ~ 34.72'%

%32.5
%32.78
%34.72

CMYK color model

#EBEDFB color CMYK value is (6,6,0,2).

  • cyan value is 6.37%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (6,6,0,2) C6M6Y0K2 (6%,6%,0%,2%) (0.06/0.06/0.00/0.02) 

CMYK percentages

%6.37
%5.58
%0
%1.57

Codes

Color #EBEDFB in popluar color models

EB ED FB
RGB 235 237 251
HSL 233° 66.67% 95.29%
HSB/HSV 233° 6.37% 98.43%
CMYK 6.37% 5.58% 0.00%
1.57%

Color #EBEDFB in popluar number systems.

HEX EB ED FB
Decimal 235 237 251
Binary 11101011 11101101 11111011
Octal 353 355 373

Shades and tints

Shades of #EBEDFB

#EBEDFB
(235,237,251)
#D6D8E5
(214,216,229)
#C1C3CF
(193,195,207)
#ACAEB9
(172,174,185)
#9799A3
(151,153,163)
#82848D
(130,132,141)
#6D6F77
(109,111,119)
#585A61
(88,90,97)
#43454B
(67,69,75)
#2E3035
(46,48,53)
#191B1F
(25,27,31)
#000000
(0,0,0)

Tints of #EBEDFB

#EBEDFB
(235,237,251)
#ECEEFB
(236,238,251)
#EDEFFB
(237,239,251)
#EEF0FB
(238,240,251)
#EFF1FB
(239,241,251)
#F0F2FB
(240,242,251)
#F1F3FB
(241,243,251)
#F2F4FB
(242,244,251)
#F3F5FB
(243,245,251)
#F4F6FB
(244,246,251)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEDFB; }

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

This text font color is #EBEDFB.

Background Color

.myBgColor { background-color: #EBEDFB; }

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

This div background color is #EBEDFB.

Border color

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

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

This div border color is #EBEDFB.

Opacity

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

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

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

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

This text has shadow with #EBEDFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEDFB.

Preview

Color preview on black background

This text has color #EBEDFB on black background.


Color preview on white background

This text has color #EBEDFB on white background.


Black color preview on #EBEDFB background

This text has black color on #EBEDFB background.


White color preview on #EBEDFB background

This text has white color on #EBEDFB background.


Related colors

Complementary color

Complementary color for #hex is #141204.


I love getcolorcode.com

Triadic colors

1 #FBEBED and #EDFBEB with #EBEDFB are triadic colors.

2 #FBEDEB and #EDEBFB with #EBEDFB are triadic colors.