COLOR #EBBCBF

HEX: #EBBCBF
RGB: (235,188,191)

Color info

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

RGB color model

#EBBCBF color RGB value is (235,188,191).

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

RGB channels and saturation

R 235 of 255 = 92%
G 188 of 255 = 74%
B 191 of 255 = 75%

235
188
191

R + G + B ~ 80%. #EBBCBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 188 + 191 = 614 (100%)
R 235 of 614 ~ 38.27%
G 188 of 614 ~ 30.62%
B 191 of 614 ~ 31.11%

%38.27
%30.62
%31.11

CMYK color model

#EBBCBF color CMYK value is (0,20,19,8).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 18.72%
  • key color value is 7.84%
CMYK:
(0,20,19,8)
C0M20Y19K8 
(0%,20%,19%,8%)
(0.00/0.20/0.19/0.08)	

CMYK percentages

%0
%20
%18.72
%7.84

Codes

Color #EBBCBF in popluar color models

EBBCBF
RGB235188191
HSL356°54.02%82.94%
HSB/HSV356°20.00%92.16%
CMYK0.00%20.00%18.72%
7.84%

Color #EBBCBF in popluar number systems.

HEXEBBCBF
Decimal235188191
Binary111010111011110010111111
Octal353274277

Shades and tints

Shades of #EBBCBF

#EBBCBF
(235,188,191)
#D6ABAE
(214,171,174)
#C19A9D
(193,154,157)
#AC898C
(172,137,140)
#97787B
(151,120,123)
#82676A
(130,103,106)
#6D5659
(109,86,89)
#584548
(88,69,72)
#433437
(67,52,55)
#2E2326
(46,35,38)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #EBBCBF

#EBBCBF
(235,188,191)
#ECC2C4
(236,194,196)
#EDC8C9
(237,200,201)
#EECECE
(238,206,206)
#EFD4D3
(239,212,211)
#F0DAD8
(240,218,216)
#F1E0DD
(241,224,221)
#F2E6E2
(242,230,226)
#F3ECE7
(243,236,231)
#F4F2EC
(244,242,236)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBCBF; }

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

This text font color is #EBBCBF.


Background Color

.myBgColor { background-color: #EBBCBF; }

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

This div background color is #EBBCBF.


Border color

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

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

This div border color is #EBBCBF.


Opacity

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

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

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

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

This text has shadow with #EBBCBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBCBF on black background.


Color preview on white background

This text has color #EBBCBF on white background.



Black color preview on #EBBCBF background

This text has black color on #EBBCBF background.


White color preview on #EBBCBF background

This text has white color on #EBBCBF background.