COLOR #EBF9DB

HEX: #EBF9DB RGB: (235,249,219)

Color info

#EBF9DB contains red, green and blue colors in about the same proportion. Web safe color of #EBF9DB is #FFFFCC (or #FFC).

RGB color model

#EBF9DB color RGB value is (235,249,219).

RGB: (235,249,219) (92%, 98%, 86%)

RGB channels and saturation

R 235 of 255 = 92%
G 249 of 255 = 98%
B 219 of 255 = 86%

235
249
219

R + G + B ~ 92%. #EBF9DB is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 249 + 219 = 703 (100%)
R 235 of 703 ~ 33.43%
G 249 of 703 ~ 35.42%
B 219 of 703 ~ 31.15'%

%33.43
%35.42
%31.15

CMYK color model

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

  • cyan value is 5.62%
  • magenta value is 0.00%
  • yellow value is 12.05%
  • key color value is 2.35%

CMYK: (6,0,12,2)
C6M0Y12K2 (6%, 0%, 12%, 2%)
(0.06 / 0.00 / 0.12 / 0.02)

CMYK percentages

%5.62
%0
%12.05
%2.35

Codes

Color #EBF9DB in popluar color models

EB F9 DB
RGB 235 249 219
HSL 88° 71.43% 91.76%
HSB/HSV 88° 12.05% 97.65%
CMYK 5.62% 0.00% 12.05%
2.35%

Color #EBF9DB in popluar number systems.

HEX EB F9 DB
Decimal 235 249 219
Binary 11101011 11111001 11011011
Octal 353 371 333

Shades and tints

Shades of #EBF9DB

#EBF9DB
(235,249,219)
#D6E3C8
(214,227,200)
#C1CDB5
(193,205,181)
#ACB7A2
(172,183,162)
#97A18F
(151,161,143)
#828B7C
(130,139,124)
#6D7569
(109,117,105)
#585F56
(88,95,86)
#434943
(67,73,67)
#2E3330
(46,51,48)
#191D1D
(25,29,29)
#000000
(0,0,0)

Tints of #EBF9DB

#EBF9DB
(235,249,219)
#ECF9DE
(236,249,222)
#EDF9E1
(237,249,225)
#EEF9E4
(238,249,228)
#EFF9E7
(239,249,231)
#F0F9EA
(240,249,234)
#F1F9ED
(241,249,237)
#F2F9F0
(242,249,240)
#F3F9F3
(243,249,243)
#F4F9F6
(244,249,246)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF9DB color. Also use rgb(235,249,219) instead hex code.

Text Font Color

.myTextColor { color: #EBF9DB; }

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

This text font color is #EBF9DB.

Background Color

.myBgColor { background-color: #EBF9DB; }

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

This div background color is #EBF9DB.

Border color

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

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

This div border color is #EBF9DB.

Opacity

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

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

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

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

This text has shadow with #EBF9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF9DB.

Preview

Color preview on black background

This text has color #EBF9DB on black background.


Color preview on white background

This text has color #EBF9DB on white background.


Black color preview on #EBF9DB background

This text has black color on #EBF9DB background.


White color preview on #EBF9DB background

This text has white color on #EBF9DB background.


Related colors

Complementary color

Complementary color for #hex is #140624.


I love getcolorcode.com

Triadic colors

1 #DBEBF9 and #F9DBEB with #EBF9DB are triadic colors.

2 #DBF9EB and #F9EBDB with #EBF9DB are triadic colors.