COLOR #EBBCD9

HEX: #EBBCD9 RGB: (235,188,217)

Color info

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

RGB color model

#EBBCD9 color RGB value is (235,188,217).

RGB: (235,188,217) (92%, 74%, 85%)

RGB channels and saturation

R 235 of 255 = 92%
G 188 of 255 = 74%
B 217 of 255 = 85%

235
188
217

R + G + B ~ 84%. #EBBCD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 188 + 217 = 640 (100%)
R 235 of 640 ~ 36.72%
G 188 of 640 ~ 29.38%
B 217 of 640 ~ 33.91'%

%36.72
%29.38
%33.91

CMYK color model

#EBBCD9 color CMYK value is (0,20,8,8).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 7.66%
  • key color value is 7.84%

CMYK: (0,20,8,8)
C0M20Y8K8 (0%, 20%, 8%, 8%)
(0.00 / 0.20 / 0.08 / 0.08)

CMYK percentages

%0
%20
%7.66
%7.84

Codes

Color #EBBCD9 in popluar color models

EB BC D9
RGB 235 188 217
HSL 323° 54.02% 82.94%
HSB/HSV 323° 20.00% 92.16%
CMYK 0.00% 20.00% 7.66%
7.84%

Color #EBBCD9 in popluar number systems.

HEX EB BC D9
Decimal 235 188 217
Binary 11101011 10111100 11011001
Octal 353 274 331

Shades and tints

Shades of #EBBCD9

#EBBCD9
(235,188,217)
#D6ABC6
(214,171,198)
#C19AB3
(193,154,179)
#AC89A0
(172,137,160)
#97788D
(151,120,141)
#82677A
(130,103,122)
#6D5667
(109,86,103)
#584554
(88,69,84)
#433441
(67,52,65)
#2E232E
(46,35,46)
#19121B
(25,18,27)
#000000
(0,0,0)

Tints of #EBBCD9

#EBBCD9
(235,188,217)
#ECC2DC
(236,194,220)
#EDC8DF
(237,200,223)
#EECEE2
(238,206,226)
#EFD4E5
(239,212,229)
#F0DAE8
(240,218,232)
#F1E0EB
(241,224,235)
#F2E6EE
(242,230,238)
#F3ECF1
(243,236,241)
#F4F2F4
(244,242,244)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBBCD9 color. Also use rgb(235,188,217) instead hex code.

Text Font Color

.myTextColor { color: #EBBCD9; }

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

This text font color is #EBBCD9.

Background Color

.myBgColor { background-color: #EBBCD9; }

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

This div background color is #EBBCD9.

Border color

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

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

This div border color is #EBBCD9.

Opacity

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

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

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

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

This text has shadow with #EBBCD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBBCD9.

Preview

Color preview on black background

This text has color #EBBCD9 on black background.


Color preview on white background

This text has color #EBBCD9 on white background.


Black color preview on #EBBCD9 background

This text has black color on #EBBCD9 background.


White color preview on #EBBCD9 background

This text has white color on #EBBCD9 background.


Related colors

Complementary color

Complementary color for #hex is #144326.


I love getcolorcode.com

Triadic colors

1 #D9EBBC and #BCD9EB with #EBBCD9 are triadic colors.

2 #D9BCEB and #BCEBD9 with #EBBCD9 are triadic colors.