COLOR #EBDBEA

HEX: #EBDBEA
RGB: (235,219,234)

Color info

#EBDBEA contains red, green and blue colors in about the same proportion. Web safe color of #EBDBEA is #FFCCFF (or #FCF).

RGB color model

#EBDBEA color RGB value is (235,219,234).

  • red value is 235;
  • green value is 219;
  • blue value is 234.
RGB:
(235,219,234)
(92%,86%,92%)

RGB channels and saturation

R 235 of 255 = 92%
G 219 of 255 = 86%
B 234 of 255 = 92%

235
219
234

R + G + B ~ 90%. #EBDBEA is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 219 + 234 = 688 (100%)
R 235 of 688 ~ 34.16%
G 219 of 688 ~ 31.83%
B 234 of 688 ~ 34.01%

%34.16
%31.83
%34.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.81%
  • yellow value is 0.43%
  • key color value is 7.84%
CMYK:
(0,7,0,8)
C0M7Y0K8 
(0%,7%,0%,8%)
(0.00/0.07/0.00/0.08)	

CMYK percentages

%0
%6.81
%0.43
%7.84

Codes

Color #EBDBEA in popluar color models

EBDBEA
RGB235219234
HSL304°28.57%89.02%
HSB/HSV304°6.81%92.16%
CMYK0.00%6.81%0.43%
7.84%

Color #EBDBEA in popluar number systems.

HEXEBDBEA
Decimal235219234
Binary111010111101101111101010
Octal353333352

Shades and tints

Shades of #EBDBEA

#EBDBEA
(235,219,234)
#D6C8D5
(214,200,213)
#C1B5C0
(193,181,192)
#ACA2AB
(172,162,171)
#978F96
(151,143,150)
#827C81
(130,124,129)
#6D696C
(109,105,108)
#585657
(88,86,87)
#434342
(67,67,66)
#2E302D
(46,48,45)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #EBDBEA

#EBDBEA
(235,219,234)
#ECDEEB
(236,222,235)
#EDE1EC
(237,225,236)
#EEE4ED
(238,228,237)
#EFE7EE
(239,231,238)
#F0EAEF
(240,234,239)
#F1EDF0
(241,237,240)
#F2F0F1
(242,240,241)
#F3F3F2
(243,243,242)
#F4F6F3
(244,246,243)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDBEA; }

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

This text font color is #EBDBEA.


Background Color

.myBgColor { background-color: #EBDBEA; }

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

This div background color is #EBDBEA.


Border color

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

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

This div border color is #EBDBEA.


Opacity

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

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

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

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

This text has shadow with #EBDBEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDBEA on black background.


Color preview on white background

This text has color #EBDBEA on white background.



Black color preview on #EBDBEA background

This text has black color on #EBDBEA background.


White color preview on #EBDBEA background

This text has white color on #EBDBEA background.