COLOR #EBC8CA

HEX: #EBC8CA RGB: (235,200,202)

Color info

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

RGB color model

#EBC8CA color RGB value is (235,200,202).

RGB: (235,200,202) (92%, 78%, 79%)

RGB channels and saturation

R 235 of 255 = 92%
G 200 of 255 = 78%
B 202 of 255 = 79%

235
200
202

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

Portions of RGB colors in percentages

R + G + B = 235 + 200 + 202 = 637 (100%)
R 235 of 637 ~ 36.89%
G 200 of 637 ~ 31.4%
B 202 of 637 ~ 31.71'%

%36.89
%31.4
%31.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 14.04%
  • key color value is 7.84%
CMYK: (0,15,14,8) C0M15Y14K8 (0%,15%,14%,8%) (0.00/0.15/0.14/0.08) 

CMYK percentages

%0
%14.89
%14.04
%7.84

Codes

Color #EBC8CA in popluar color models

EB C8 CA
RGB 235 200 202
HSL 357° 46.67% 85.29%
HSB/HSV 357° 14.89% 92.16%
CMYK 0.00% 14.89% 14.04%
7.84%

Color #EBC8CA in popluar number systems.

HEX EB C8 CA
Decimal 235 200 202
Binary 11101011 11001000 11001010
Octal 353 310 312

Shades and tints

Shades of #EBC8CA

#EBC8CA
(235,200,202)
#D6B6B8
(214,182,184)
#C1A4A6
(193,164,166)
#AC9294
(172,146,148)
#978082
(151,128,130)
#826E70
(130,110,112)
#6D5C5E
(109,92,94)
#584A4C
(88,74,76)
#43383A
(67,56,58)
#2E2628
(46,38,40)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #EBC8CA

#EBC8CA
(235,200,202)
#ECCDCE
(236,205,206)
#EDD2D2
(237,210,210)
#EED7D6
(238,215,214)
#EFDCDA
(239,220,218)
#F0E1DE
(240,225,222)
#F1E6E2
(241,230,226)
#F2EBE6
(242,235,230)
#F3F0EA
(243,240,234)
#F4F5EE
(244,245,238)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC8CA; }

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

This text font color is #EBC8CA.

Background Color

.myBgColor { background-color: #EBC8CA; }

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

This div background color is #EBC8CA.

Border color

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

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

This div border color is #EBC8CA.

Opacity

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

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

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

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

This text has shadow with #EBC8CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC8CA.

Preview

Color preview on black background

This text has color #EBC8CA on black background.


Color preview on white background

This text has color #EBC8CA on white background.


Black color preview on #EBC8CA background

This text has black color on #EBC8CA background.


White color preview on #EBC8CA background

This text has white color on #EBC8CA background.


Related colors

Complementary color

Complementary color for #hex is #143735.


I love getcolorcode.com

Triadic colors

1 #CAEBC8 and #C8CAEB with #EBC8CA are triadic colors.

2 #CAC8EB and #C8EBCA with #EBC8CA are triadic colors.