COLOR #EBC2CC

HEX: #EBC2CC RGB: (235,194,204)

Color info

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

RGB color model

#EBC2CC color RGB value is (235,194,204).

RGB: (235,194,204) (92%, 76%, 80%)

RGB channels and saturation

R 235 of 255 = 92%
G 194 of 255 = 76%
B 204 of 255 = 80%

235
194
204

R + G + B ~ 83%. #EBC2CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 194 + 204 = 633 (100%)
R 235 of 633 ~ 37.12%
G 194 of 633 ~ 30.65%
B 204 of 633 ~ 32.23'%

%37.12
%30.65
%32.23

CMYK color model

#EBC2CC color CMYK value is (0,17,13,8).

  • cyan value is 0.00%
  • magenta value is 17.45%
  • yellow value is 13.19%
  • key color value is 7.84%

CMYK: (0,17,13,8)
C0M17Y13K8 (0%, 17%, 13%, 8%)
(0.00 / 0.17 / 0.13 / 0.08)

CMYK percentages

%0
%17.45
%13.19
%7.84

Codes

Color #EBC2CC in popluar color models

EB C2 CC
RGB 235 194 204
HSL 345° 50.62% 84.12%
HSB/HSV 345° 17.45% 92.16%
CMYK 0.00% 17.45% 13.19%
7.84%

Color #EBC2CC in popluar number systems.

HEX EB C2 CC
Decimal 235 194 204
Binary 11101011 11000010 11001100
Octal 353 302 314

Shades and tints

Shades of #EBC2CC

#EBC2CC
(235,194,204)
#D6B1BA
(214,177,186)
#C1A0A8
(193,160,168)
#AC8F96
(172,143,150)
#977E84
(151,126,132)
#826D72
(130,109,114)
#6D5C60
(109,92,96)
#584B4E
(88,75,78)
#433A3C
(67,58,60)
#2E292A
(46,41,42)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #EBC2CC

#EBC2CC
(235,194,204)
#ECC7D0
(236,199,208)
#EDCCD4
(237,204,212)
#EED1D8
(238,209,216)
#EFD6DC
(239,214,220)
#F0DBE0
(240,219,224)
#F1E0E4
(241,224,228)
#F2E5E8
(242,229,232)
#F3EAEC
(243,234,236)
#F4EFF0
(244,239,240)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC2CC; }

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

This text font color is #EBC2CC.

Background Color

.myBgColor { background-color: #EBC2CC; }

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

This div background color is #EBC2CC.

Border color

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

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

This div border color is #EBC2CC.

Opacity

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

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

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

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

This text has shadow with #EBC2CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC2CC.

Preview

Color preview on black background

This text has color #EBC2CC on black background.


Color preview on white background

This text has color #EBC2CC on white background.


Black color preview on #EBC2CC background

This text has black color on #EBC2CC background.


White color preview on #EBC2CC background

This text has white color on #EBC2CC background.


Related colors

Complementary color

Complementary color for #hex is #143D33.


I love getcolorcode.com

Triadic colors

1 #CCEBC2 and #C2CCEB with #EBC2CC are triadic colors.

2 #CCC2EB and #C2EBCC with #EBC2CC are triadic colors.