COLOR #EBD0DC

HEX: #EBD0DC RGB: (235,208,220)

Color info

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

RGB color model

#EBD0DC color RGB value is (235,208,220).

RGB: (235,208,220) (92%, 82%, 86%)

RGB channels and saturation

R 235 of 255 = 92%
G 208 of 255 = 82%
B 220 of 255 = 86%

235
208
220

R + G + B ~ 87%. #EBD0DC is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 208 + 220 = 663 (100%)
R 235 of 663 ~ 35.44%
G 208 of 663 ~ 31.37%
B 220 of 663 ~ 33.18'%

%35.44
%31.37
%33.18

CMYK color model

#EBD0DC color CMYK value is (0,11,6,8).

  • cyan value is 0.00%
  • magenta value is 11.49%
  • yellow value is 6.38%
  • key color value is 7.84%

CMYK: (0,11,6,8)
C0M11Y6K8 (0%, 11%, 6%, 8%)
(0.00 / 0.11 / 0.06 / 0.08)

CMYK percentages

%0
%11.49
%6.38
%7.84

Codes

Color #EBD0DC in popluar color models

EB D0 DC
RGB 235 208 220
HSL 333° 40.30% 86.86%
HSB/HSV 333° 11.49% 92.16%
CMYK 0.00% 11.49% 6.38%
7.84%

Color #EBD0DC in popluar number systems.

HEX EB D0 DC
Decimal 235 208 220
Binary 11101011 11010000 11011100
Octal 353 320 334

Shades and tints

Shades of #EBD0DC

#EBD0DC
(235,208,220)
#D6BEC8
(214,190,200)
#C1ACB4
(193,172,180)
#AC9AA0
(172,154,160)
#97888C
(151,136,140)
#827678
(130,118,120)
#6D6464
(109,100,100)
#585250
(88,82,80)
#43403C
(67,64,60)
#2E2E28
(46,46,40)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #EBD0DC

#EBD0DC
(235,208,220)
#ECD4DF
(236,212,223)
#EDD8E2
(237,216,226)
#EEDCE5
(238,220,229)
#EFE0E8
(239,224,232)
#F0E4EB
(240,228,235)
#F1E8EE
(241,232,238)
#F2ECF1
(242,236,241)
#F3F0F4
(243,240,244)
#F4F4F7
(244,244,247)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD0DC color. Also use rgb(235,208,220) instead hex code.

Text Font Color

.myTextColor { color: #EBD0DC; }

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

This text font color is #EBD0DC.

Background Color

.myBgColor { background-color: #EBD0DC; }

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

This div background color is #EBD0DC.

Border color

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

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

This div border color is #EBD0DC.

Opacity

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

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

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

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

This text has shadow with #EBD0DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD0DC.

Preview

Color preview on black background

This text has color #EBD0DC on black background.


Color preview on white background

This text has color #EBD0DC on white background.


Black color preview on #EBD0DC background

This text has black color on #EBD0DC background.


White color preview on #EBD0DC background

This text has white color on #EBD0DC background.


Related colors

Complementary color

Complementary color for #hex is #142F23.


I love getcolorcode.com

Triadic colors

1 #DCEBD0 and #D0DCEB with #EBD0DC are triadic colors.

2 #DCD0EB and #D0EBDC with #EBD0DC are triadic colors.