COLOR #EBBCCD

HEX: #EBBCCD RGB: (235,188,205)

Color info

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

RGB color model

#EBBCCD color RGB value is (235,188,205).

RGB: (235,188,205) (92%, 74%, 80%)

RGB channels and saturation

R 235 of 255 = 92%
G 188 of 255 = 74%
B 205 of 255 = 80%

235
188
205

R + G + B ~ 82%. #EBBCCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 188 + 205 = 628 (100%)
R 235 of 628 ~ 37.42%
G 188 of 628 ~ 29.94%
B 205 of 628 ~ 32.64'%

%37.42
%29.94
%32.64

CMYK color model

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

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

CMYK: (0,20,13,8)
C0M20Y13K8 (0%, 20%, 13%, 8%)
(0.00 / 0.20 / 0.13 / 0.08)

CMYK percentages

%0
%20
%12.77
%7.84

Codes

Color #EBBCCD in popluar color models

EB BC CD
RGB 235 188 205
HSL 338° 54.02% 82.94%
HSB/HSV 338° 20.00% 92.16%
CMYK 0.00% 20.00% 12.77%
7.84%

Color #EBBCCD in popluar number systems.

HEX EB BC CD
Decimal 235 188 205
Binary 11101011 10111100 11001101
Octal 353 274 315

Shades and tints

Shades of #EBBCCD

#EBBCCD
(235,188,205)
#D6ABBB
(214,171,187)
#C19AA9
(193,154,169)
#AC8997
(172,137,151)
#977885
(151,120,133)
#826773
(130,103,115)
#6D5661
(109,86,97)
#58454F
(88,69,79)
#43343D
(67,52,61)
#2E232B
(46,35,43)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #EBBCCD

#EBBCCD
(235,188,205)
#ECC2D1
(236,194,209)
#EDC8D5
(237,200,213)
#EECED9
(238,206,217)
#EFD4DD
(239,212,221)
#F0DAE1
(240,218,225)
#F1E0E5
(241,224,229)
#F2E6E9
(242,230,233)
#F3ECED
(243,236,237)
#F4F2F1
(244,242,241)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBCCD; }

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

This text font color is #EBBCCD.

Background Color

.myBgColor { background-color: #EBBCCD; }

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

This div background color is #EBBCCD.

Border color

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

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

This div border color is #EBBCCD.

Opacity

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

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

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

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

This text has shadow with #EBBCCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBBCCD.

Preview

Color preview on black background

This text has color #EBBCCD on black background.


Color preview on white background

This text has color #EBBCCD on white background.


Black color preview on #EBBCCD background

This text has black color on #EBBCCD background.


White color preview on #EBBCCD background

This text has white color on #EBBCCD background.


Related colors

Complementary color

Complementary color for #hex is #144332.


I love getcolorcode.com

Triadic colors

1 #CDEBBC and #BCCDEB with #EBBCCD are triadic colors.

2 #CDBCEB and #BCEBCD with #EBBCCD are triadic colors.