COLOR #EBDFC7

HEX: #EBDFC7 RGB: (235,223,199)

Color info

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

RGB color model

#EBDFC7 color RGB value is (235,223,199).

RGB: (235,223,199) (92%, 87%, 78%)

RGB channels and saturation

R 235 of 255 = 92%
G 223 of 255 = 87%
B 199 of 255 = 78%

235
223
199

R + G + B ~ 86%. #EBDFC7 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 223 + 199 = 657 (100%)
R 235 of 657 ~ 35.77%
G 223 of 657 ~ 33.94%
B 199 of 657 ~ 30.29'%

%35.77
%33.94
%30.29

CMYK color model

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

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

CMYK: (0,5,15,8)
C0M5Y15K8 (0%, 5%, 15%, 8%)
(0.00 / 0.05 / 0.15 / 0.08)

CMYK percentages

%0
%5.11
%15.32
%7.84

Codes

Color #EBDFC7 in popluar color models

EB DF C7
RGB 235 223 199
HSL 40° 47.37% 85.10%
HSB/HSV 40° 15.32% 92.16%
CMYK 0.00% 5.11% 15.32%
7.84%

Color #EBDFC7 in popluar number systems.

HEX EB DF C7
Decimal 235 223 199
Binary 11101011 11011111 11000111
Octal 353 337 307

Shades and tints

Shades of #EBDFC7

#EBDFC7
(235,223,199)
#D6CBB5
(214,203,181)
#C1B7A3
(193,183,163)
#ACA391
(172,163,145)
#978F7F
(151,143,127)
#827B6D
(130,123,109)
#6D675B
(109,103,91)
#585349
(88,83,73)
#433F37
(67,63,55)
#2E2B25
(46,43,37)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #EBDFC7

#EBDFC7
(235,223,199)
#ECE1CC
(236,225,204)
#EDE3D1
(237,227,209)
#EEE5D6
(238,229,214)
#EFE7DB
(239,231,219)
#F0E9E0
(240,233,224)
#F1EBE5
(241,235,229)
#F2EDEA
(242,237,234)
#F3EFEF
(243,239,239)
#F4F1F4
(244,241,244)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDFC7; }

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

This text font color is #EBDFC7.

Background Color

.myBgColor { background-color: #EBDFC7; }

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

This div background color is #EBDFC7.

Border color

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

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

This div border color is #EBDFC7.

Opacity

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

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

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

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

This text has shadow with #EBDFC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDFC7.

Preview

Color preview on black background

This text has color #EBDFC7 on black background.


Color preview on white background

This text has color #EBDFC7 on white background.


Black color preview on #EBDFC7 background

This text has black color on #EBDFC7 background.


White color preview on #EBDFC7 background

This text has white color on #EBDFC7 background.


Related colors

Complementary color

Complementary color for #hex is #142038.


I love getcolorcode.com

Triadic colors

1 #C7EBDF and #DFC7EB with #EBDFC7 are triadic colors.

2 #C7DFEB and #DFEBC7 with #EBDFC7 are triadic colors.