COLOR #EBCBBF

HEX: #EBCBBF
RGB: (235,203,191)

Color info

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

RGB color model

#EBCBBF color RGB value is (235,203,191).

  • red value is 235;
  • green value is 203;
  • blue value is 191.
RGB:
(235,203,191)
(92%,80%,75%)

RGB channels and saturation

R 235 of 255 = 92%
G 203 of 255 = 80%
B 191 of 255 = 75%

235
203
191

R + G + B ~ 82%. #EBCBBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 203 + 191 = 629 (100%)
R 235 of 629 ~ 37.36%
G 203 of 629 ~ 32.27%
B 191 of 629 ~ 30.37%

%37.36
%32.27
%30.37

CMYK color model

#EBCBBF color CMYK value is (0,14,19,8).

  • cyan value is 0.00%
  • magenta value is 13.62%
  • yellow value is 18.72%
  • key color value is 7.84%
CMYK:
(0,14,19,8)
C0M14Y19K8 
(0%,14%,19%,8%)
(0.00/0.14/0.19/0.08)	

CMYK percentages

%0
%13.62
%18.72
%7.84

Codes

Color #EBCBBF in popluar color models

EBCBBF
RGB235203191
HSL16°52.38%83.53%
HSB/HSV16°18.72%92.16%
CMYK0.00%13.62%18.72%
7.84%

Color #EBCBBF in popluar number systems.

HEXEBCBBF
Decimal235203191
Binary111010111100101110111111
Octal353313277

Shades and tints

Shades of #EBCBBF

#EBCBBF
(235,203,191)
#D6B9AE
(214,185,174)
#C1A79D
(193,167,157)
#AC958C
(172,149,140)
#97837B
(151,131,123)
#82716A
(130,113,106)
#6D5F59
(109,95,89)
#584D48
(88,77,72)
#433B37
(67,59,55)
#2E2926
(46,41,38)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #EBCBBF

#EBCBBF
(235,203,191)
#ECCFC4
(236,207,196)
#EDD3C9
(237,211,201)
#EED7CE
(238,215,206)
#EFDBD3
(239,219,211)
#F0DFD8
(240,223,216)
#F1E3DD
(241,227,221)
#F2E7E2
(242,231,226)
#F3EBE7
(243,235,231)
#F4EFEC
(244,239,236)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCBBF; }

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

This text font color is #EBCBBF.


Background Color

.myBgColor { background-color: #EBCBBF; }

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

This div background color is #EBCBBF.


Border color

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

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

This div border color is #EBCBBF.


Opacity

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

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

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

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

This text has shadow with #EBCBBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCBBF on black background.


Color preview on white background

This text has color #EBCBBF on white background.



Black color preview on #EBCBBF background

This text has black color on #EBCBBF background.


White color preview on #EBCBBF background

This text has white color on #EBCBBF background.