COLOR #EBBBC4

HEX: #EBBBC4
RGB: (235,187,196)

Color info

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

RGB color model

#EBBBC4 color RGB value is (235,187,196).

  • red value is 235;
  • green value is 187;
  • blue value is 196.
RGB:
(235,187,196)
(92%,73%,77%)

RGB channels and saturation

R 235 of 255 = 92%
G 187 of 255 = 73%
B 196 of 255 = 77%

235
187
196

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

Portions of RGB colors in percentages

R + G + B =
235 + 187 + 196 = 618 (100%)
R 235 of 618 ~ 38.03%
G 187 of 618 ~ 30.26%
B 196 of 618 ~ 31.72%

%38.03
%30.26
%31.72

CMYK color model

#EBBBC4 color CMYK value is (0,20,17,8).

  • cyan value is 0.00%
  • magenta value is 20.43%
  • yellow value is 16.60%
  • key color value is 7.84%
CMYK:
(0,20,17,8)
C0M20Y17K8 
(0%,20%,17%,8%)
(0.00/0.20/0.17/0.08)	

CMYK percentages

%0
%20.43
%16.6
%7.84

Codes

Color #EBBBC4 in popluar color models

EBBBC4
RGB235187196
HSL349°54.55%82.75%
HSB/HSV349°20.43%92.16%
CMYK0.00%20.43%16.60%
7.84%

Color #EBBBC4 in popluar number systems.

HEXEBBBC4
Decimal235187196
Binary111010111011101111000100
Octal353273304

Shades and tints

Shades of #EBBBC4

#EBBBC4
(235,187,196)
#D6AAB3
(214,170,179)
#C199A2
(193,153,162)
#AC8891
(172,136,145)
#977780
(151,119,128)
#82666F
(130,102,111)
#6D555E
(109,85,94)
#58444D
(88,68,77)
#43333C
(67,51,60)
#2E222B
(46,34,43)
#19111A
(25,17,26)
#000000
(0,0,0)

Tints of #EBBBC4

#EBBBC4
(235,187,196)
#ECC1C9
(236,193,201)
#EDC7CE
(237,199,206)
#EECDD3
(238,205,211)
#EFD3D8
(239,211,216)
#F0D9DD
(240,217,221)
#F1DFE2
(241,223,226)
#F2E5E7
(242,229,231)
#F3EBEC
(243,235,236)
#F4F1F1
(244,241,241)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBBBC4 color. Also use rgb(235,187,196) instead hex code.

Text Font Color

.myTextColor { color: #EBBBC4; }

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

This text font color is #EBBBC4.


Background Color

.myBgColor { background-color: #EBBBC4; }

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

This div background color is #EBBBC4.


Border color

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

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

This div border color is #EBBBC4.


Opacity

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

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

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

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

This text has shadow with #EBBBC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBBC4 on black background.


Color preview on white background

This text has color #EBBBC4 on white background.



Black color preview on #EBBBC4 background

This text has black color on #EBBBC4 background.


White color preview on #EBBBC4 background

This text has white color on #EBBBC4 background.