COLOR #EBCBC7

HEX: #EBCBC7 RGB: (235,203,199)

Color info

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

RGB color model

#EBCBC7 color RGB value is (235,203,199).

RGB: (235,203,199) (92%, 80%, 78%)

RGB channels and saturation

R 235 of 255 = 92%
G 203 of 255 = 80%
B 199 of 255 = 78%

235
203
199

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

Portions of RGB colors in percentages

R + G + B = 235 + 203 + 199 = 637 (100%)
R 235 of 637 ~ 36.89%
G 203 of 637 ~ 31.87%
B 199 of 637 ~ 31.24'%

%36.89
%31.87
%31.24

CMYK color model

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

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

CMYK: (0,14,15,8)
C0M14Y15K8 (0%, 14%, 15%, 8%)
(0.00 / 0.14 / 0.15 / 0.08)

CMYK percentages

%0
%13.62
%15.32
%7.84

Codes

Color #EBCBC7 in popluar color models

EB CB C7
RGB 235 203 199
HSL 47.37% 85.10%
HSB/HSV 15.32% 92.16%
CMYK 0.00% 13.62% 15.32%
7.84%

Color #EBCBC7 in popluar number systems.

HEX EB CB C7
Decimal 235 203 199
Binary 11101011 11001011 11000111
Octal 353 313 307

Shades and tints

Shades of #EBCBC7

#EBCBC7
(235,203,199)
#D6B9B5
(214,185,181)
#C1A7A3
(193,167,163)
#AC9591
(172,149,145)
#97837F
(151,131,127)
#82716D
(130,113,109)
#6D5F5B
(109,95,91)
#584D49
(88,77,73)
#433B37
(67,59,55)
#2E2925
(46,41,37)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #EBCBC7

#EBCBC7
(235,203,199)
#ECCFCC
(236,207,204)
#EDD3D1
(237,211,209)
#EED7D6
(238,215,214)
#EFDBDB
(239,219,219)
#F0DFE0
(240,223,224)
#F1E3E5
(241,227,229)
#F2E7EA
(242,231,234)
#F3EBEF
(243,235,239)
#F4EFF4
(244,239,244)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCBC7; }

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

This text font color is #EBCBC7.

Background Color

.myBgColor { background-color: #EBCBC7; }

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

This div background color is #EBCBC7.

Border color

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

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

This div border color is #EBCBC7.

Opacity

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

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

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

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

This text has shadow with #EBCBC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBCBC7.

Preview

Color preview on black background

This text has color #EBCBC7 on black background.


Color preview on white background

This text has color #EBCBC7 on white background.


Black color preview on #EBCBC7 background

This text has black color on #EBCBC7 background.


White color preview on #EBCBC7 background

This text has white color on #EBCBC7 background.


Related colors

Complementary color

Complementary color for #hex is #143438.


I love getcolorcode.com

Triadic colors

1 #C7EBCB and #CBC7EB with #EBCBC7 are triadic colors.

2 #C7CBEB and #CBEBC7 with #EBCBC7 are triadic colors.