COLOR #EBDBC6

HEX: #EBDBC6 RGB: (235,219,198)

Color info

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

RGB color model

#EBDBC6 color RGB value is (235,219,198).

RGB: (235,219,198) (92%, 86%, 78%)

RGB channels and saturation

R 235 of 255 = 92%
G 219 of 255 = 86%
B 198 of 255 = 78%

235
219
198

R + G + B ~ 85%. #EBDBC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 219 + 198 = 652 (100%)
R 235 of 652 ~ 36.04%
G 219 of 652 ~ 33.59%
B 198 of 652 ~ 30.37'%

%36.04
%33.59
%30.37

CMYK color model

#EBDBC6 color CMYK value is (0,7,16,8).

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

CMYK: (0,7,16,8)
C0M7Y16K8 (0%, 7%, 16%, 8%)
(0.00 / 0.07 / 0.16 / 0.08)

CMYK percentages

%0
%6.81
%15.74
%7.84

Codes

Color #EBDBC6 in popluar color models

EB DB C6
RGB 235 219 198
HSL 34° 48.05% 84.90%
HSB/HSV 34° 15.74% 92.16%
CMYK 0.00% 6.81% 15.74%
7.84%

Color #EBDBC6 in popluar number systems.

HEX EB DB C6
Decimal 235 219 198
Binary 11101011 11011011 11000110
Octal 353 333 306

Shades and tints

Shades of #EBDBC6

#EBDBC6
(235,219,198)
#D6C8B4
(214,200,180)
#C1B5A2
(193,181,162)
#ACA290
(172,162,144)
#978F7E
(151,143,126)
#827C6C
(130,124,108)
#6D695A
(109,105,90)
#585648
(88,86,72)
#434336
(67,67,54)
#2E3024
(46,48,36)
#191D12
(25,29,18)
#000000
(0,0,0)

Tints of #EBDBC6

#EBDBC6
(235,219,198)
#ECDECB
(236,222,203)
#EDE1D0
(237,225,208)
#EEE4D5
(238,228,213)
#EFE7DA
(239,231,218)
#F0EADF
(240,234,223)
#F1EDE4
(241,237,228)
#F2F0E9
(242,240,233)
#F3F3EE
(243,243,238)
#F4F6F3
(244,246,243)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDBC6; }

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

This text font color is #EBDBC6.

Background Color

.myBgColor { background-color: #EBDBC6; }

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

This div background color is #EBDBC6.

Border color

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

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

This div border color is #EBDBC6.

Opacity

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

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

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

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

This text has shadow with #EBDBC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDBC6.

Preview

Color preview on black background

This text has color #EBDBC6 on black background.


Color preview on white background

This text has color #EBDBC6 on white background.


Black color preview on #EBDBC6 background

This text has black color on #EBDBC6 background.


White color preview on #EBDBC6 background

This text has white color on #EBDBC6 background.


Related colors

Complementary color

Complementary color for #hex is #142439.


I love getcolorcode.com

Triadic colors

1 #C6EBDB and #DBC6EB with #EBDBC6 are triadic colors.

2 #C6DBEB and #DBEBC6 with #EBDBC6 are triadic colors.