COLOR #EBFAEF

HEX: #EBFAEF RGB: (235,250,239)

Color info

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

RGB color model

#EBFAEF color RGB value is (235,250,239).

RGB: (235,250,239) (92%, 98%, 94%)

RGB channels and saturation

R 235 of 255 = 92%
G 250 of 255 = 98%
B 239 of 255 = 94%

235
250
239

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

Portions of RGB colors in percentages

R + G + B = 235 + 250 + 239 = 724 (100%)
R 235 of 724 ~ 32.46%
G 250 of 724 ~ 34.53%
B 239 of 724 ~ 33.01'%

%32.46
%34.53
%33.01

CMYK color model

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

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 4.40%
  • key color value is 1.96%

CMYK: (6,0,4,2)
C6M0Y4K2 (6%, 0%, 4%, 2%)
(0.06 / 0.00 / 0.04 / 0.02)

CMYK percentages

%6
%0
%4.4
%1.96

Codes

Color #EBFAEF in popluar color models

EB FA EF
RGB 235 250 239
HSL 136° 60.00% 95.10%
HSB/HSV 136° 6.00% 98.04%
CMYK 6.00% 0.00% 4.40%
1.96%

Color #EBFAEF in popluar number systems.

HEX EB FA EF
Decimal 235 250 239
Binary 11101011 11111010 11101111
Octal 353 372 357

Shades and tints

Shades of #EBFAEF

#EBFAEF
(235,250,239)
#D6E4DA
(214,228,218)
#C1CEC5
(193,206,197)
#ACB8B0
(172,184,176)
#97A29B
(151,162,155)
#828C86
(130,140,134)
#6D7671
(109,118,113)
#58605C
(88,96,92)
#434A47
(67,74,71)
#2E3432
(46,52,50)
#191E1D
(25,30,29)
#000000
(0,0,0)

Tints of #EBFAEF

#EBFAEF
(235,250,239)
#ECFAF0
(236,250,240)
#EDFAF1
(237,250,241)
#EEFAF2
(238,250,242)
#EFFAF3
(239,250,243)
#F0FAF4
(240,250,244)
#F1FAF5
(241,250,245)
#F2FAF6
(242,250,246)
#F3FAF7
(243,250,247)
#F4FAF8
(244,250,248)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFAEF; }

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

This text font color is #EBFAEF.

Background Color

.myBgColor { background-color: #EBFAEF; }

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

This div background color is #EBFAEF.

Border color

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

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

This div border color is #EBFAEF.

Opacity

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

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

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

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

This text has shadow with #EBFAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBFAEF.

Preview

Color preview on black background

This text has color #EBFAEF on black background.


Color preview on white background

This text has color #EBFAEF on white background.


Black color preview on #EBFAEF background

This text has black color on #EBFAEF background.


White color preview on #EBFAEF background

This text has white color on #EBFAEF background.


Related colors

Complementary color

Complementary color for #hex is #140510.


I love getcolorcode.com

Triadic colors

1 #EFEBFA and #FAEFEB with #EBFAEF are triadic colors.

2 #EFFAEB and #FAEBEF with #EBFAEF are triadic colors.