COLOR #EBAFCC

HEX: #EBAFCC RGB: (235,175,204)

Color info

#EBAFCC contains mainly red and blue colors. Web safe color of #EBAFCC is #FF99CC (or #F9C).

RGB color model

#EBAFCC color RGB value is (235,175,204).

RGB: (235,175,204) (92%, 69%, 80%)

RGB channels and saturation

R 235 of 255 = 92%
G 175 of 255 = 69%
B 204 of 255 = 80%

235
175
204

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

Portions of RGB colors in percentages

R + G + B = 235 + 175 + 204 = 614 (100%)
R 235 of 614 ~ 38.27%
G 175 of 614 ~ 28.5%
B 204 of 614 ~ 33.22'%

%38.27
%28.5
%33.22

CMYK color model

#EBAFCC color CMYK value is (0,26,13,8).

  • cyan value is 0.00%
  • magenta value is 25.53%
  • yellow value is 13.19%
  • key color value is 7.84%

CMYK: (0,26,13,8)
C0M26Y13K8 (0%, 26%, 13%, 8%)
(0.00 / 0.26 / 0.13 / 0.08)

CMYK percentages

%0
%25.53
%13.19
%7.84

Codes

Color #EBAFCC in popluar color models

EB AF CC
RGB 235 175 204
HSL 331° 60.00% 80.39%
HSB/HSV 331° 25.53% 92.16%
CMYK 0.00% 25.53% 13.19%
7.84%

Color #EBAFCC in popluar number systems.

HEX EB AF CC
Decimal 235 175 204
Binary 11101011 10101111 11001100
Octal 353 257 314

Shades and tints

Shades of #EBAFCC

#EBAFCC
(235,175,204)
#D6A0BA
(214,160,186)
#C191A8
(193,145,168)
#AC8296
(172,130,150)
#977384
(151,115,132)
#826472
(130,100,114)
#6D5560
(109,85,96)
#58464E
(88,70,78)
#43373C
(67,55,60)
#2E282A
(46,40,42)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #EBAFCC

#EBAFCC
(235,175,204)
#ECB6D0
(236,182,208)
#EDBDD4
(237,189,212)
#EEC4D8
(238,196,216)
#EFCBDC
(239,203,220)
#F0D2E0
(240,210,224)
#F1D9E4
(241,217,228)
#F2E0E8
(242,224,232)
#F3E7EC
(243,231,236)
#F4EEF0
(244,238,240)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBAFCC color. Also use rgb(235,175,204) instead hex code.

Text Font Color

.myTextColor { color: #EBAFCC; }

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

This text font color is #EBAFCC.

Background Color

.myBgColor { background-color: #EBAFCC; }

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

This div background color is #EBAFCC.

Border color

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

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

This div border color is #EBAFCC.

Opacity

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

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

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

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

This text has shadow with #EBAFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBAFCC.

Preview

Color preview on black background

This text has color #EBAFCC on black background.


Color preview on white background

This text has color #EBAFCC on white background.


Black color preview on #EBAFCC background

This text has black color on #EBAFCC background.


White color preview on #EBAFCC background

This text has white color on #EBAFCC background.


Related colors

Complementary color

Complementary color for #hex is #145033.


I love getcolorcode.com

Triadic colors

1 #CCEBAF and #AFCCEB with #EBAFCC are triadic colors.

2 #CCAFEB and #AFEBCC with #EBAFCC are triadic colors.