COLOR #EBC7C8

HEX: #EBC7C8 RGB: (235,199,200)

Color info

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

RGB color model

#EBC7C8 color RGB value is (235,199,200).

RGB: (235,199,200) (92%, 78%, 78%)

RGB channels and saturation

R 235 of 255 = 92%
G 199 of 255 = 78%
B 200 of 255 = 78%

235
199
200

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

Portions of RGB colors in percentages

R + G + B = 235 + 199 + 200 = 634 (100%)
R 235 of 634 ~ 37.07%
G 199 of 634 ~ 31.39%
B 200 of 634 ~ 31.55'%

%37.07
%31.39
%31.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.32%
  • yellow value is 14.89%
  • key color value is 7.84%

CMYK: (0,15,15,8)
C0M15Y15K8 (0%, 15%, 15%, 8%)
(0.00 / 0.15 / 0.15 / 0.08)

CMYK percentages

%0
%15.32
%14.89
%7.84

Codes

Color #EBC7C8 in popluar color models

EB C7 C8
RGB 235 199 200
HSL 358° 47.37% 85.10%
HSB/HSV 358° 15.32% 92.16%
CMYK 0.00% 15.32% 14.89%
7.84%

Color #EBC7C8 in popluar number systems.

HEX EB C7 C8
Decimal 235 199 200
Binary 11101011 11000111 11001000
Octal 353 307 310

Shades and tints

Shades of #EBC7C8

#EBC7C8
(235,199,200)
#D6B5B6
(214,181,182)
#C1A3A4
(193,163,164)
#AC9192
(172,145,146)
#977F80
(151,127,128)
#826D6E
(130,109,110)
#6D5B5C
(109,91,92)
#58494A
(88,73,74)
#433738
(67,55,56)
#2E2526
(46,37,38)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #EBC7C8

#EBC7C8
(235,199,200)
#ECCCCD
(236,204,205)
#EDD1D2
(237,209,210)
#EED6D7
(238,214,215)
#EFDBDC
(239,219,220)
#F0E0E1
(240,224,225)
#F1E5E6
(241,229,230)
#F2EAEB
(242,234,235)
#F3EFF0
(243,239,240)
#F4F4F5
(244,244,245)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC7C8; }

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

This text font color is #EBC7C8.

Background Color

.myBgColor { background-color: #EBC7C8; }

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

This div background color is #EBC7C8.

Border color

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

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

This div border color is #EBC7C8.

Opacity

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

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

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

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

This text has shadow with #EBC7C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC7C8.

Preview

Color preview on black background

This text has color #EBC7C8 on black background.


Color preview on white background

This text has color #EBC7C8 on white background.


Black color preview on #EBC7C8 background

This text has black color on #EBC7C8 background.


White color preview on #EBC7C8 background

This text has white color on #EBC7C8 background.


Related colors

Complementary color

Complementary color for #hex is #143837.


I love getcolorcode.com

Triadic colors

1 #C8EBC7 and #C7C8EB with #EBC7C8 are triadic colors.

2 #C8C7EB and #C7EBC8 with #EBC7C8 are triadic colors.