COLOR #FFEBC3

HEX: #FFEBC3 RGB: (255,235,195)

Color info

#FFEBC3 contains mainly red and green colors. Web safe color of #FFEBC3 is #FFFFCC (or #FFC).

RGB color model

#FFEBC3 color RGB value is (255,235,195).

RGB: (255,235,195) (100%, 92%, 76%)

RGB channels and saturation

R 255 of 255 = 100%
G 235 of 255 = 92%
B 195 of 255 = 76%

255
235
195

R + G + B ~ 89%. #FFEBC3 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 235 + 195 = 685 (100%)
R 255 of 685 ~ 37.23%
G 235 of 685 ~ 34.31%
B 195 of 685 ~ 28.47'%

%37.23
%34.31
%28.47

CMYK color model

#FFEBC3 color CMYK value is (0,8,24,0).

  • cyan value is 0.00%
  • magenta value is 7.84%
  • yellow value is 23.53%
  • key color value is 0.00%

CMYK: (0,8,24,0)
C0M8Y24K0 (0%, 8%, 24%, 0%)
(0.00 / 0.08 / 0.24 / 0.00)

CMYK percentages

%0
%7.84
%23.53
%0

Codes

Color #FFEBC3 in popluar color models

FF EB C3
RGB 255 235 195
HSL 40° 100.00% 88.24%
HSB/HSV 40° 23.53% 100.00%
CMYK 0.00% 7.84% 23.53%
0.00%

Color #FFEBC3 in popluar number systems.

HEX FF EB C3
Decimal 255 235 195
Binary 11111111 11101011 11000011
Octal 377 353 303

Shades and tints

Shades of #FFEBC3

#FFEBC3
(255,235,195)
#E8D6B2
(232,214,178)
#D1C1A1
(209,193,161)
#BAAC90
(186,172,144)
#A3977F
(163,151,127)
#8C826E
(140,130,110)
#756D5D
(117,109,93)
#5E584C
(94,88,76)
#47433B
(71,67,59)
#302E2A
(48,46,42)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #FFEBC3

#FFEBC3
(255,235,195)
#FFECC8
(255,236,200)
#FFEDCD
(255,237,205)
#FFEED2
(255,238,210)
#FFEFD7
(255,239,215)
#FFF0DC
(255,240,220)
#FFF1E1
(255,241,225)
#FFF2E6
(255,242,230)
#FFF3EB
(255,243,235)
#FFF4F0
(255,244,240)
#FFF5F5
(255,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFEBC3 color. Also use rgb(255,235,195) instead hex code.

Text Font Color

.myTextColor { color: #FFEBC3; }

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

This text font color is #FFEBC3.

Background Color

.myBgColor { background-color: #FFEBC3; }

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

This div background color is #FFEBC3.

Border color

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

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

This div border color is #FFEBC3.

Opacity

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

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

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

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

This text has shadow with #FFEBC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFEBC3.

Preview

Color preview on black background

This text has color #FFEBC3 on black background.


Color preview on white background

This text has color #FFEBC3 on white background.


Black color preview on #FFEBC3 background

This text has black color on #FFEBC3 background.


White color preview on #FFEBC3 background

This text has white color on #FFEBC3 background.


Related colors

Complementary color

Complementary color for #hex is #00143C.


I love getcolorcode.com

Triadic colors

1 #C3FFEB and #EBC3FF with #FFEBC3 are triadic colors.

2 #C3EBFF and #EBFFC3 with #FFEBC3 are triadic colors.