COLOR #EBCAD8

HEX: #EBCAD8
RGB: (235,202,216)

Color info

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

RGB color model

#EBCAD8 color RGB value is (235,202,216).

  • red value is 235;
  • green value is 202;
  • blue value is 216.
RGB: (235,202,216) (92%,79%,85%)

RGB channels and saturation

R 235 of 255 = 92%
G 202 of 255 = 79%
B 216 of 255 = 85%

235
202
216

R + G + B ~ 85%. #EBCAD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 202 + 216 = 653 (100%)
R 235 of 653 ~ 35.99%
G 202 of 653 ~ 30.93%
B 216 of 653 ~ 33.08%

%35.99
%30.93
%33.08

CMYK color model

#EBCAD8 color CMYK value is (0,14,8,8).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 8.09%
  • key color value is 7.84%
CMYK: (0,14,8,8) C0M14Y8K8 (0%,14%,8%,8%) (0.00/0.14/0.08/0.08)

CMYK percentages

%0
%14.04
%8.09
%7.84

Codes

Color #EBCAD8 in popluar color models

EBCAD8
RGB235202216
HSL335°45.21%85.69%
HSB/HSV335°14.04%92.16%
CMYK0.00%14.04%8.09%
7.84%

Color #EBCAD8 in popluar number systems.

HEXEBCAD8
Decimal235202216
Binary111010111100101011011000
Octal353312330

Shades and tints

Shades of #EBCAD8

#EBCAD8
(235,202,216)
#D6B8C5
(214,184,197)
#C1A6B2
(193,166,178)
#AC949F
(172,148,159)
#97828C
(151,130,140)
#827079
(130,112,121)
#6D5E66
(109,94,102)
#584C53
(88,76,83)
#433A40
(67,58,64)
#2E282D
(46,40,45)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #EBCAD8

#EBCAD8
(235,202,216)
#ECCEDB
(236,206,219)
#EDD2DE
(237,210,222)
#EED6E1
(238,214,225)
#EFDAE4
(239,218,228)
#F0DEE7
(240,222,231)
#F1E2EA
(241,226,234)
#F2E6ED
(242,230,237)
#F3EAF0
(243,234,240)
#F4EEF3
(244,238,243)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBCAD8 color. Also use rgb(235,202,216) instead hex code.

Text Font Color

.myTextColor { color: #EBCAD8; }

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

This text font color is #EBCAD8.


Background Color

.myBgColor { background-color: #EBCAD8; }

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

This div background color is #EBCAD8.


Border color

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

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

This div border color is #EBCAD8.


Opacity

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

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

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

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

This text has shadow with #EBCAD8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EBCAD8 on black background.


Color preview on white background

This text has color #EBCAD8 on white background.



Black color preview on #EBCAD8 background

This text has black color on #EBCAD8 background.


White color preview on #EBCAD8 background

This text has white color on #EBCAD8 background.