COLOR #EBDBBE

HEX: #EBDBBE RGB: (235,219,190)

Color info

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

RGB color model

#EBDBBE color RGB value is (235,219,190).

RGB: (235,219,190) (92%, 86%, 75%)

RGB channels and saturation

R 235 of 255 = 92%
G 219 of 255 = 86%
B 190 of 255 = 75%

235
219
190

R + G + B ~ 84%. #EBDBBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 219 + 190 = 644 (100%)
R 235 of 644 ~ 36.49%
G 219 of 644 ~ 34.01%
B 190 of 644 ~ 29.5'%

%36.49
%34.01
%29.5

CMYK color model

#EBDBBE color CMYK value is (0,7,19,8).

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

CMYK: (0,7,19,8)
C0M7Y19K8 (0%, 7%, 19%, 8%)
(0.00 / 0.07 / 0.19 / 0.08)

CMYK percentages

%0
%6.81
%19.15
%7.84

Codes

Color #EBDBBE in popluar color models

EB DB BE
RGB 235 219 190
HSL 39° 52.94% 83.33%
HSB/HSV 39° 19.15% 92.16%
CMYK 0.00% 6.81% 19.15%
7.84%

Color #EBDBBE in popluar number systems.

HEX EB DB BE
Decimal 235 219 190
Binary 11101011 11011011 10111110
Octal 353 333 276

Shades and tints

Shades of #EBDBBE

#EBDBBE
(235,219,190)
#D6C8AD
(214,200,173)
#C1B59C
(193,181,156)
#ACA28B
(172,162,139)
#978F7A
(151,143,122)
#827C69
(130,124,105)
#6D6958
(109,105,88)
#585647
(88,86,71)
#434336
(67,67,54)
#2E3025
(46,48,37)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #EBDBBE

#EBDBBE
(235,219,190)
#ECDEC3
(236,222,195)
#EDE1C8
(237,225,200)
#EEE4CD
(238,228,205)
#EFE7D2
(239,231,210)
#F0EAD7
(240,234,215)
#F1EDDC
(241,237,220)
#F2F0E1
(242,240,225)
#F3F3E6
(243,243,230)
#F4F6EB
(244,246,235)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDBBE; }

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

This text font color is #EBDBBE.

Background Color

.myBgColor { background-color: #EBDBBE; }

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

This div background color is #EBDBBE.

Border color

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

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

This div border color is #EBDBBE.

Opacity

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

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

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

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

This text has shadow with #EBDBBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDBBE.

Preview

Color preview on black background

This text has color #EBDBBE on black background.


Color preview on white background

This text has color #EBDBBE on white background.


Black color preview on #EBDBBE background

This text has black color on #EBDBBE background.


White color preview on #EBDBBE background

This text has white color on #EBDBBE background.


Related colors

Complementary color

Complementary color for #hex is #142441.


I love getcolorcode.com

Triadic colors

1 #BEEBDB and #DBBEEB with #EBDBBE are triadic colors.

2 #BEDBEB and #DBEBBE with #EBDBBE are triadic colors.