COLOR #EBD2DB

HEX: #EBD2DB RGB: (235,210,219)

Color info

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

RGB color model

#EBD2DB color RGB value is (235,210,219).

RGB: (235,210,219) (92%, 82%, 86%)

RGB channels and saturation

R 235 of 255 = 92%
G 210 of 255 = 82%
B 219 of 255 = 86%

235
210
219

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

Portions of RGB colors in percentages

R + G + B = 235 + 210 + 219 = 664 (100%)
R 235 of 664 ~ 35.39%
G 210 of 664 ~ 31.63%
B 219 of 664 ~ 32.98'%

%35.39
%31.63
%32.98

CMYK color model

#EBD2DB color CMYK value is (0,11,7,8).

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

CMYK: (0,11,7,8)
C0M11Y7K8 (0%, 11%, 7%, 8%)
(0.00 / 0.11 / 0.07 / 0.08)

CMYK percentages

%0
%10.64
%6.81
%7.84

Codes

Color #EBD2DB in popluar color models

EB D2 DB
RGB 235 210 219
HSL 338° 38.46% 87.25%
HSB/HSV 338° 10.64% 92.16%
CMYK 0.00% 10.64% 6.81%
7.84%

Color #EBD2DB in popluar number systems.

HEX EB D2 DB
Decimal 235 210 219
Binary 11101011 11010010 11011011
Octal 353 322 333

Shades and tints

Shades of #EBD2DB

#EBD2DB
(235,210,219)
#D6BFC8
(214,191,200)
#C1ACB5
(193,172,181)
#AC99A2
(172,153,162)
#97868F
(151,134,143)
#82737C
(130,115,124)
#6D6069
(109,96,105)
#584D56
(88,77,86)
#433A43
(67,58,67)
#2E2730
(46,39,48)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #EBD2DB

#EBD2DB
(235,210,219)
#ECD6DE
(236,214,222)
#EDDAE1
(237,218,225)
#EEDEE4
(238,222,228)
#EFE2E7
(239,226,231)
#F0E6EA
(240,230,234)
#F1EAED
(241,234,237)
#F2EEF0
(242,238,240)
#F3F2F3
(243,242,243)
#F4F6F6
(244,246,246)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD2DB; }

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

This text font color is #EBD2DB.

Background Color

.myBgColor { background-color: #EBD2DB; }

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

This div background color is #EBD2DB.

Border color

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

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

This div border color is #EBD2DB.

Opacity

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

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

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

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

This text has shadow with #EBD2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD2DB.

Preview

Color preview on black background

This text has color #EBD2DB on black background.


Color preview on white background

This text has color #EBD2DB on white background.


Black color preview on #EBD2DB background

This text has black color on #EBD2DB background.


White color preview on #EBD2DB background

This text has white color on #EBD2DB background.


Related colors

Complementary color

Complementary color for #hex is #142D24.


I love getcolorcode.com

Triadic colors

1 #DBEBD2 and #D2DBEB with #EBD2DB are triadic colors.

2 #DBD2EB and #D2EBDB with #EBD2DB are triadic colors.