COLOR #EBB5CB

HEX: #EBB5CB
RGB: (235,181,203)

Color info

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

RGB color model

#EBB5CB color RGB value is (235,181,203).

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

RGB channels and saturation

R 235 of 255 = 92%
G 181 of 255 = 71%
B 203 of 255 = 80%

235
181
203

R + G + B ~ 81%. #EBB5CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 181 + 203 = 619 (100%)
R 235 of 619 ~ 37.96%
G 181 of 619 ~ 29.24%
B 203 of 619 ~ 32.79%

%37.96
%29.24
%32.79

CMYK color model

#EBB5CB color CMYK value is (0,23,14,8).

  • cyan value is 0.00%
  • magenta value is 22.98%
  • yellow value is 13.62%
  • key color value is 7.84%
CMYK:
(0,23,14,8)
C0M23Y14K8 
(0%,23%,14%,8%)
(0.00/0.23/0.14/0.08)	

CMYK percentages

%0
%22.98
%13.62
%7.84

Codes

Color #EBB5CB in popluar color models

EBB5CB
RGB235181203
HSL336°57.45%81.57%
HSB/HSV336°22.98%92.16%
CMYK0.00%22.98%13.62%
7.84%

Color #EBB5CB in popluar number systems.

HEXEBB5CB
Decimal235181203
Binary111010111011010111001011
Octal353265313

Shades and tints

Shades of #EBB5CB

#EBB5CB
(235,181,203)
#D6A5B9
(214,165,185)
#C195A7
(193,149,167)
#AC8595
(172,133,149)
#977583
(151,117,131)
#826571
(130,101,113)
#6D555F
(109,85,95)
#58454D
(88,69,77)
#43353B
(67,53,59)
#2E2529
(46,37,41)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #EBB5CB

#EBB5CB
(235,181,203)
#ECBBCF
(236,187,207)
#EDC1D3
(237,193,211)
#EEC7D7
(238,199,215)
#EFCDDB
(239,205,219)
#F0D3DF
(240,211,223)
#F1D9E3
(241,217,227)
#F2DFE7
(242,223,231)
#F3E5EB
(243,229,235)
#F4EBEF
(244,235,239)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB5CB; }

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

This text font color is #EBB5CB.


Background Color

.myBgColor { background-color: #EBB5CB; }

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

This div background color is #EBB5CB.


Border color

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

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

This div border color is #EBB5CB.


Opacity

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

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

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

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

This text has shadow with #EBB5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB5CB on black background.


Color preview on white background

This text has color #EBB5CB on white background.



Black color preview on #EBB5CB background

This text has black color on #EBB5CB background.


White color preview on #EBB5CB background

This text has white color on #EBB5CB background.