COLOR #EBF7FF

HEX: #EBF7FF RGB: (235,247,255)

Color info

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

RGB color model

#EBF7FF color RGB value is (235,247,255).

RGB: (235,247,255) (92%, 97%, 100%)

RGB channels and saturation

R 235 of 255 = 92%
G 247 of 255 = 97%
B 255 of 255 = 100%

235
247
255

R + G + B ~ 96%. #EBF7FF is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 247 + 255 = 737 (100%)
R 235 of 737 ~ 31.89%
G 247 of 737 ~ 33.51%
B 255 of 737 ~ 34.6'%

%31.89
%33.51
%34.6

CMYK color model

#EBF7FF color CMYK value is (8,3,0,0).

  • cyan value is 7.84%
  • magenta value is 3.14%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (8,3,0,0)
C8M3Y0K0 (8%, 3%, 0%, 0%)
(0.08 / 0.03 / 0.00 / 0.00)

CMYK percentages

%7.84
%3.14
%0
%0

Codes

Color #EBF7FF in popluar color models

EB F7 FF
RGB 235 247 255
HSL 204° 100.00% 96.08%
HSB/HSV 204° 7.84% 100.00%
CMYK 7.84% 3.14% 0.00%
0.00%

Color #EBF7FF in popluar number systems.

HEX EB F7 FF
Decimal 235 247 255
Binary 11101011 11110111 11111111
Octal 353 367 377

Shades and tints

Shades of #EBF7FF

#EBF7FF
(235,247,255)
#D6E1E8
(214,225,232)
#C1CBD1
(193,203,209)
#ACB5BA
(172,181,186)
#979FA3
(151,159,163)
#82898C
(130,137,140)
#6D7375
(109,115,117)
#585D5E
(88,93,94)
#434747
(67,71,71)
#2E3130
(46,49,48)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #EBF7FF

#EBF7FF
(235,247,255)
#ECF7FF
(236,247,255)
#EDF7FF
(237,247,255)
#EEF7FF
(238,247,255)
#EFF7FF
(239,247,255)
#F0F7FF
(240,247,255)
#F1F7FF
(241,247,255)
#F2F7FF
(242,247,255)
#F3F7FF
(243,247,255)
#F4F7FF
(244,247,255)
#F5F7FF
(245,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF7FF color. Also use rgb(235,247,255) instead hex code.

Text Font Color

.myTextColor { color: #EBF7FF; }

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

This text font color is #EBF7FF.

Background Color

.myBgColor { background-color: #EBF7FF; }

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

This div background color is #EBF7FF.

Border color

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

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

This div border color is #EBF7FF.

Opacity

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

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

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

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

This text has shadow with #EBF7FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF7FF.

Preview

Color preview on black background

This text has color #EBF7FF on black background.


Color preview on white background

This text has color #EBF7FF on white background.


Black color preview on #EBF7FF background

This text has black color on #EBF7FF background.


White color preview on #EBF7FF background

This text has white color on #EBF7FF background.


Related colors

Complementary color

Complementary color for #hex is #140800.


I love getcolorcode.com

Triadic colors

1 #FFEBF7 and #F7FFEB with #EBF7FF are triadic colors.

2 #FFF7EB and #F7EBFF with #EBF7FF are triadic colors.