COLOR #EBE3DB

HEX: #EBE3DB RGB: (235,227,219)

Color info

#EBE3DB contains red, green and blue colors in about the same proportion. Web safe color of #EBE3DB is #FFCCCC (or #FCC).

RGB color model

#EBE3DB color RGB value is (235,227,219).

RGB: (235,227,219) (92%, 89%, 86%)

RGB channels and saturation

R 235 of 255 = 92%
G 227 of 255 = 89%
B 219 of 255 = 86%

235
227
219

R + G + B ~ 89%. #EBE3DB is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 227 + 219 = 681 (100%)
R 235 of 681 ~ 34.51%
G 227 of 681 ~ 33.33%
B 219 of 681 ~ 32.16'%

%34.51
%33.33
%32.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.40%
  • yellow value is 6.81%
  • key color value is 7.84%

CMYK: (0,3,7,8)
C0M3Y7K8 (0%, 3%, 7%, 8%)
(0.00 / 0.03 / 0.07 / 0.08)

CMYK percentages

%0
%3.4
%6.81
%7.84

Codes

Color #EBE3DB in popluar color models

EB E3 DB
RGB 235 227 219
HSL 30° 28.57% 89.02%
HSB/HSV 30° 6.81% 92.16%
CMYK 0.00% 3.40% 6.81%
7.84%

Color #EBE3DB in popluar number systems.

HEX EB E3 DB
Decimal 235 227 219
Binary 11101011 11100011 11011011
Octal 353 343 333

Shades and tints

Shades of #EBE3DB

#EBE3DB
(235,227,219)
#D6CFC8
(214,207,200)
#C1BBB5
(193,187,181)
#ACA7A2
(172,167,162)
#97938F
(151,147,143)
#827F7C
(130,127,124)
#6D6B69
(109,107,105)
#585756
(88,87,86)
#434343
(67,67,67)
#2E2F30
(46,47,48)
#191B1D
(25,27,29)
#000000
(0,0,0)

Tints of #EBE3DB

#EBE3DB
(235,227,219)
#ECE5DE
(236,229,222)
#EDE7E1
(237,231,225)
#EEE9E4
(238,233,228)
#EFEBE7
(239,235,231)
#F0EDEA
(240,237,234)
#F1EFED
(241,239,237)
#F2F1F0
(242,241,240)
#F3F3F3
(243,243,243)
#F4F5F6
(244,245,246)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE3DB; }

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

This text font color is #EBE3DB.

Background Color

.myBgColor { background-color: #EBE3DB; }

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

This div background color is #EBE3DB.

Border color

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

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

This div border color is #EBE3DB.

Opacity

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

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

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

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

This text has shadow with #EBE3DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE3DB.

Preview

Color preview on black background

This text has color #EBE3DB on black background.


Color preview on white background

This text has color #EBE3DB on white background.


Black color preview on #EBE3DB background

This text has black color on #EBE3DB background.


White color preview on #EBE3DB background

This text has white color on #EBE3DB background.


Related colors

Complementary color

Complementary color for #hex is #141C24.


I love getcolorcode.com

Triadic colors

1 #DBEBE3 and #E3DBEB with #EBE3DB are triadic colors.

2 #DBE3EB and #E3EBDB with #EBE3DB are triadic colors.