COLOR #EBAED4

HEX: #EBAED4
RGB: (235,174,212)

Color info

#EBAED4 contains mainly red and blue colors. Web safe color of #EBAED4 is #FF99CC (or #F9C).

RGB color model

#EBAED4 color RGB value is (235,174,212).

  • red value is 235;
  • green value is 174;
  • blue value is 212.
RGB:
(235,174,212)
(92%,68%,83%)

RGB channels and saturation

R 235 of 255 = 92%
G 174 of 255 = 68%
B 212 of 255 = 83%

235
174
212

R + G + B ~ 81%. #EBAED4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 174 + 212 = 621 (100%)
R 235 of 621 ~ 37.84%
G 174 of 621 ~ 28.02%
B 212 of 621 ~ 34.14%

%37.84
%28.02
%34.14

CMYK color model

#EBAED4 color CMYK value is (0,26,10,8).

  • cyan value is 0.00%
  • magenta value is 25.96%
  • yellow value is 9.79%
  • key color value is 7.84%
CMYK:
(0,26,10,8)
C0M26Y10K8 
(0%,26%,10%,8%)
(0.00/0.26/0.10/0.08)	

CMYK percentages

%0
%25.96
%9.79
%7.84

Codes

Color #EBAED4 in popluar color models

EBAED4
RGB235174212
HSL323°60.40%80.20%
HSB/HSV323°25.96%92.16%
CMYK0.00%25.96%9.79%
7.84%

Color #EBAED4 in popluar number systems.

HEXEBAED4
Decimal235174212
Binary111010111010111011010100
Octal353256324

Shades and tints

Shades of #EBAED4

#EBAED4
(235,174,212)
#D69FC1
(214,159,193)
#C190AE
(193,144,174)
#AC819B
(172,129,155)
#977288
(151,114,136)
#826375
(130,99,117)
#6D5462
(109,84,98)
#58454F
(88,69,79)
#43363C
(67,54,60)
#2E2729
(46,39,41)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #EBAED4

#EBAED4
(235,174,212)
#ECB5D7
(236,181,215)
#EDBCDA
(237,188,218)
#EEC3DD
(238,195,221)
#EFCAE0
(239,202,224)
#F0D1E3
(240,209,227)
#F1D8E6
(241,216,230)
#F2DFE9
(242,223,233)
#F3E6EC
(243,230,236)
#F4EDEF
(244,237,239)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBAED4 color. Also use rgb(235,174,212) instead hex code.

Text Font Color

.myTextColor { color: #EBAED4; }

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

This text font color is #EBAED4.


Background Color

.myBgColor { background-color: #EBAED4; }

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

This div background color is #EBAED4.


Border color

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

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

This div border color is #EBAED4.


Opacity

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

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

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

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

This text has shadow with #EBAED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBAED4 on black background.


Color preview on white background

This text has color #EBAED4 on white background.



Black color preview on #EBAED4 background

This text has black color on #EBAED4 background.


White color preview on #EBAED4 background

This text has white color on #EBAED4 background.