COLOR #EBEDCC

HEX: #EBEDCC RGB: (235,237,204)

Color info

#EBEDCC contains red, green and blue colors in about the same proportion. Web safe color of #EBEDCC is #FFFFCC (or #FFC).

RGB color model

#EBEDCC color RGB value is (235,237,204).

RGB: (235,237,204) (92%, 93%, 80%)

RGB channels and saturation

R 235 of 255 = 92%
G 237 of 255 = 93%
B 204 of 255 = 80%

235
237
204

R + G + B ~ 88%. #EBEDCC is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 237 + 204 = 676 (100%)
R 235 of 676 ~ 34.76%
G 237 of 676 ~ 35.06%
B 204 of 676 ~ 30.18'%

%34.76
%35.06
%30.18

CMYK color model

#EBEDCC color CMYK value is (1,0,14,7).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 7.06%
CMYK: (1,0,14,7) C1M0Y14K7 (1%,0%,14%,7%) (0.01/0.00/0.14/0.07) 

CMYK percentages

%0.84
%0
%13.92
%7.06

Codes

Color #EBEDCC in popluar color models

EB ED CC
RGB 235 237 204
HSL 64° 47.83% 86.47%
HSB/HSV 64° 13.92% 92.94%
CMYK 0.84% 0.00% 13.92%
7.06%

Color #EBEDCC in popluar number systems.

HEX EB ED CC
Decimal 235 237 204
Binary 11101011 11101101 11001100
Octal 353 355 314

Shades and tints

Shades of #EBEDCC

#EBEDCC
(235,237,204)
#D6D8BA
(214,216,186)
#C1C3A8
(193,195,168)
#ACAE96
(172,174,150)
#979984
(151,153,132)
#828472
(130,132,114)
#6D6F60
(109,111,96)
#585A4E
(88,90,78)
#43453C
(67,69,60)
#2E302A
(46,48,42)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #EBEDCC

#EBEDCC
(235,237,204)
#ECEED0
(236,238,208)
#EDEFD4
(237,239,212)
#EEF0D8
(238,240,216)
#EFF1DC
(239,241,220)
#F0F2E0
(240,242,224)
#F1F3E4
(241,243,228)
#F2F4E8
(242,244,232)
#F3F5EC
(243,245,236)
#F4F6F0
(244,246,240)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEDCC; }

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

This text font color is #EBEDCC.

Background Color

.myBgColor { background-color: #EBEDCC; }

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

This div background color is #EBEDCC.

Border color

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

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

This div border color is #EBEDCC.

Opacity

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

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

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

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

This text has shadow with #EBEDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEDCC.

Preview

Color preview on black background

This text has color #EBEDCC on black background.


Color preview on white background

This text has color #EBEDCC on white background.


Black color preview on #EBEDCC background

This text has black color on #EBEDCC background.


White color preview on #EBEDCC background

This text has white color on #EBEDCC background.


Related colors

Complementary color

Complementary color for #hex is #141233.


I love getcolorcode.com

Triadic colors

1 #CCEBED and #EDCCEB with #EBEDCC are triadic colors.

2 #CCEDEB and #EDEBCC with #EBEDCC are triadic colors.