COLOR #EBB6CA

HEX: #EBB6CA
RGB: (235,182,202)

Color info

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

RGB color model

#EBB6CA color RGB value is (235,182,202).

  • red value is 235;
  • green value is 182;
  • blue value is 202.
RGB:
(235,182,202)
(92%,71%,79%)

RGB channels and saturation

R 235 of 255 = 92%
G 182 of 255 = 71%
B 202 of 255 = 79%

235
182
202

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

Portions of RGB colors in percentages

R + G + B =
235 + 182 + 202 = 619 (100%)
R 235 of 619 ~ 37.96%
G 182 of 619 ~ 29.4%
B 202 of 619 ~ 32.63%

%37.96
%29.4
%32.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.55%
  • yellow value is 14.04%
  • 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.55
%14.04
%7.84

Codes

Color #EBB6CA in popluar color models

EBB6CA
RGB235182202
HSL337°56.99%81.76%
HSB/HSV337°22.55%92.16%
CMYK0.00%22.55%14.04%
7.84%

Color #EBB6CA in popluar number systems.

HEXEBB6CA
Decimal235182202
Binary111010111011011011001010
Octal353266312

Shades and tints

Shades of #EBB6CA

#EBB6CA
(235,182,202)
#D6A6B8
(214,166,184)
#C196A6
(193,150,166)
#AC8694
(172,134,148)
#977682
(151,118,130)
#826670
(130,102,112)
#6D565E
(109,86,94)
#58464C
(88,70,76)
#43363A
(67,54,58)
#2E2628
(46,38,40)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #EBB6CA

#EBB6CA
(235,182,202)
#ECBCCE
(236,188,206)
#EDC2D2
(237,194,210)
#EEC8D6
(238,200,214)
#EFCEDA
(239,206,218)
#F0D4DE
(240,212,222)
#F1DAE2
(241,218,226)
#F2E0E6
(242,224,230)
#F3E6EA
(243,230,234)
#F4ECEE
(244,236,238)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB6CA color. Also use rgb(235,182,202) instead hex code.

Text Font Color

.myTextColor { color: #EBB6CA; }

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

This text font color is #EBB6CA.


Background Color

.myBgColor { background-color: #EBB6CA; }

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

This div background color is #EBB6CA.


Border color

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

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

This div border color is #EBB6CA.


Opacity

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

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

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

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

This text has shadow with #EBB6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB6CA on black background.


Color preview on white background

This text has color #EBB6CA on white background.



Black color preview on #EBB6CA background

This text has black color on #EBB6CA background.


White color preview on #EBB6CA background

This text has white color on #EBB6CA background.