COLOR #EBADCC

HEX: #EBADCC
RGB: (235,173,204)

Color info

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

RGB color model

#EBADCC color RGB value is (235,173,204).

  • red value is 235;
  • green value is 173;
  • blue value is 204.
RGB:
(235,173,204)
(92%,68%,80%)

RGB channels and saturation

R 235 of 255 = 92%
G 173 of 255 = 68%
B 204 of 255 = 80%

235
173
204

R + G + B ~ 80%. #EBADCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 173 + 204 = 612 (100%)
R 235 of 612 ~ 38.4%
G 173 of 612 ~ 28.27%
B 204 of 612 ~ 33.33%

%38.4
%28.27
%33.33

CMYK color model

#EBADCC color CMYK value is (0,26,13,8).

  • cyan value is 0.00%
  • magenta value is 26.38%
  • yellow value is 13.19%
  • key color value is 7.84%
CMYK:
(0,26,13,8)
C0M26Y13K8 
(0%,26%,13%,8%)
(0.00/0.26/0.13/0.08)	

CMYK percentages

%0
%26.38
%13.19
%7.84

Codes

Color #EBADCC in popluar color models

EBADCC
RGB235173204
HSL330°60.78%80.00%
HSB/HSV330°26.38%92.16%
CMYK0.00%26.38%13.19%
7.84%

Color #EBADCC in popluar number systems.

HEXEBADCC
Decimal235173204
Binary111010111010110111001100
Octal353255314

Shades and tints

Shades of #EBADCC

#EBADCC
(235,173,204)
#D69EBA
(214,158,186)
#C18FA8
(193,143,168)
#AC8096
(172,128,150)
#977184
(151,113,132)
#826272
(130,98,114)
#6D5360
(109,83,96)
#58444E
(88,68,78)
#43353C
(67,53,60)
#2E262A
(46,38,42)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #EBADCC

#EBADCC
(235,173,204)
#ECB4D0
(236,180,208)
#EDBBD4
(237,187,212)
#EEC2D8
(238,194,216)
#EFC9DC
(239,201,220)
#F0D0E0
(240,208,224)
#F1D7E4
(241,215,228)
#F2DEE8
(242,222,232)
#F3E5EC
(243,229,236)
#F4ECF0
(244,236,240)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBADCC color. Also use rgb(235,173,204) instead hex code.

Text Font Color

.myTextColor { color: #EBADCC; }

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

This text font color is #EBADCC.


Background Color

.myBgColor { background-color: #EBADCC; }

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

This div background color is #EBADCC.


Border color

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

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

This div border color is #EBADCC.


Opacity

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

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

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

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

This text has shadow with #EBADCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBADCC on black background.


Color preview on white background

This text has color #EBADCC on white background.



Black color preview on #EBADCC background

This text has black color on #EBADCC background.


White color preview on #EBADCC background

This text has white color on #EBADCC background.