COLOR #EBBBC7

HEX: #EBBBC7 RGB: (235,187,199)

Color info

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

RGB color model

#EBBBC7 color RGB value is (235,187,199).

RGB: (235,187,199) (92%, 73%, 78%)

RGB channels and saturation

R 235 of 255 = 92%
G 187 of 255 = 73%
B 199 of 255 = 78%

235
187
199

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

Portions of RGB colors in percentages

R + G + B = 235 + 187 + 199 = 621 (100%)
R 235 of 621 ~ 37.84%
G 187 of 621 ~ 30.11%
B 199 of 621 ~ 32.05'%

%37.84
%30.11
%32.05

CMYK color model

#EBBBC7 color CMYK value is (0,20,15,8).

  • cyan value is 0.00%
  • magenta value is 20.43%
  • yellow value is 15.32%
  • key color value is 7.84%

CMYK: (0,20,15,8)
C0M20Y15K8 (0%, 20%, 15%, 8%)
(0.00 / 0.20 / 0.15 / 0.08)

CMYK percentages

%0
%20.43
%15.32
%7.84

Codes

Color #EBBBC7 in popluar color models

EB BB C7
RGB 235 187 199
HSL 345° 54.55% 82.75%
HSB/HSV 345° 20.43% 92.16%
CMYK 0.00% 20.43% 15.32%
7.84%

Color #EBBBC7 in popluar number systems.

HEX EB BB C7
Decimal 235 187 199
Binary 11101011 10111011 11000111
Octal 353 273 307

Shades and tints

Shades of #EBBBC7

#EBBBC7
(235,187,199)
#D6AAB5
(214,170,181)
#C199A3
(193,153,163)
#AC8891
(172,136,145)
#97777F
(151,119,127)
#82666D
(130,102,109)
#6D555B
(109,85,91)
#584449
(88,68,73)
#433337
(67,51,55)
#2E2225
(46,34,37)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #EBBBC7

#EBBBC7
(235,187,199)
#ECC1CC
(236,193,204)
#EDC7D1
(237,199,209)
#EECDD6
(238,205,214)
#EFD3DB
(239,211,219)
#F0D9E0
(240,217,224)
#F1DFE5
(241,223,229)
#F2E5EA
(242,229,234)
#F3EBEF
(243,235,239)
#F4F1F4
(244,241,244)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBBC7; }

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

This text font color is #EBBBC7.

Background Color

.myBgColor { background-color: #EBBBC7; }

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

This div background color is #EBBBC7.

Border color

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

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

This div border color is #EBBBC7.

Opacity

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

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

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

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

This text has shadow with #EBBBC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBBBC7.

Preview

Color preview on black background

This text has color #EBBBC7 on black background.


Color preview on white background

This text has color #EBBBC7 on white background.


Black color preview on #EBBBC7 background

This text has black color on #EBBBC7 background.


White color preview on #EBBBC7 background

This text has white color on #EBBBC7 background.


Related colors

Complementary color

Complementary color for #EBBBC7 is #144438.


I love getcolorcode.com

Triadic colors

1 #C7EBBB and #BBC7EB with #EBBBC7 are triadic colors.

2 #C7BBEB and #BBEBC7 with #EBBBC7 are triadic colors.