COLOR #EBEFFD

HEX: #EBEFFD
RGB: (235,239,253)

Color info

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

RGB color model

#EBEFFD color RGB value is (235,239,253).

  • red value is 235;
  • green value is 239;
  • blue value is 253.
RGB:
(235,239,253)
(92%,94%,99%)

RGB channels and saturation

R 235 of 255 = 92%
G 239 of 255 = 94%
B 253 of 255 = 99%

235
239
253

R + G + B ~ 95%. #EBEFFD is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 239 + 253 = 727 (100%)
R 235 of 727 ~ 32.32%
G 239 of 727 ~ 32.87%
B 253 of 727 ~ 34.8%

%32.32
%32.87
%34.8

CMYK color model

#EBEFFD color CMYK value is (7,6,0,1).

  • cyan value is 7.11%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(7,6,0,1)
C7M6Y0K1 
(7%,6%,0%,1%)
(0.07/0.06/0.00/0.01)	

CMYK percentages

%7.11
%5.53
%0
%0.78

Codes

Color #EBEFFD in popluar color models

EBEFFD
RGB235239253
HSL227°81.82%95.69%
HSB/HSV227°7.11%99.22%
CMYK7.11%5.53%0.00%
0.78%

Color #EBEFFD in popluar number systems.

HEXEBEFFD
Decimal235239253
Binary111010111110111111111101
Octal353357375

Shades and tints

Shades of #EBEFFD

#EBEFFD
(235,239,253)
#D6DAE6
(214,218,230)
#C1C5CF
(193,197,207)
#ACB0B8
(172,176,184)
#979BA1
(151,155,161)
#82868A
(130,134,138)
#6D7173
(109,113,115)
#585C5C
(88,92,92)
#434745
(67,71,69)
#2E322E
(46,50,46)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #EBEFFD

#EBEFFD
(235,239,253)
#ECF0FD
(236,240,253)
#EDF1FD
(237,241,253)
#EEF2FD
(238,242,253)
#EFF3FD
(239,243,253)
#F0F4FD
(240,244,253)
#F1F5FD
(241,245,253)
#F2F6FD
(242,246,253)
#F3F7FD
(243,247,253)
#F4F8FD
(244,248,253)
#F5F9FD
(245,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBEFFD color. Also use rgb(235,239,253) instead hex code.

Text Font Color

.myTextColor { color: #EBEFFD; }

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

This text font color is #EBEFFD.


Background Color

.myBgColor { background-color: #EBEFFD; }

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

This div background color is #EBEFFD.


Border color

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

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

This div border color is #EBEFFD.


Opacity

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

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

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

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

This text has shadow with #EBEFFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEFFD on black background.


Color preview on white background

This text has color #EBEFFD on white background.



Black color preview on #EBEFFD background

This text has black color on #EBEFFD background.


White color preview on #EBEFFD background

This text has white color on #EBEFFD background.