COLOR #EAB69B

HEX: #EAB69B
RGB: (234,182,155)

Color info

#EAB69B contains mainly red and green colors. Web safe color of #EAB69B is #FFCC99 (or #FC9).

RGB color model

#EAB69B color RGB value is (234,182,155).

  • red value is 234;
  • green value is 182;
  • blue value is 155.
RGB:
(234,182,155)
(92%,71%,61%)

RGB channels and saturation

R 234 of 255 = 92%
G 182 of 255 = 71%
B 155 of 255 = 61%

234
182
155

R + G + B ~ 75%. #EAB69B is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 182 + 155 = 571 (100%)
R 234 of 571 ~ 40.98%
G 182 of 571 ~ 31.87%
B 155 of 571 ~ 27.15%

%40.98
%31.87
%27.15

CMYK color model

#EAB69B color CMYK value is (0,22,34,8).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 33.76%
  • key color value is 8.24%
CMYK:
(0,22,34,8)
C0M22Y34K8 
(0%,22%,34%,8%)
(0.00/0.22/0.34/0.08)	

CMYK percentages

%0
%22.22
%33.76
%8.24

Codes

Color #EAB69B in popluar color models

EAB69B
RGB234182155
HSL21°65.29%76.27%
HSB/HSV21°33.76%91.76%
CMYK0.00%22.22%33.76%
8.24%

Color #EAB69B in popluar number systems.

HEXEAB69B
Decimal234182155
Binary111010101011011010011011
Octal352266233

Shades and tints

Shades of #EAB69B

#EAB69B
(234,182,155)
#D5A68D
(213,166,141)
#C0967F
(192,150,127)
#AB8671
(171,134,113)
#967663
(150,118,99)
#816655
(129,102,85)
#6C5647
(108,86,71)
#574639
(87,70,57)
#42362B
(66,54,43)
#2D261D
(45,38,29)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #EAB69B

#EAB69B
(234,182,155)
#EBBCA4
(235,188,164)
#ECC2AD
(236,194,173)
#EDC8B6
(237,200,182)
#EECEBF
(238,206,191)
#EFD4C8
(239,212,200)
#F0DAD1
(240,218,209)
#F1E0DA
(241,224,218)
#F2E6E3
(242,230,227)
#F3ECEC
(243,236,236)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB69B color. Also use rgb(234,182,155) instead hex code.

Text Font Color

.myTextColor { color: #EAB69B; }

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

This text font color is #EAB69B.


Background Color

.myBgColor { background-color: #EAB69B; }

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

This div background color is #EAB69B.


Border color

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

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

This div border color is #EAB69B.


Opacity

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

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

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

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

This text has shadow with #EAB69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB69B on black background.


Color preview on white background

This text has color #EAB69B on white background.



Black color preview on #EAB69B background

This text has black color on #EAB69B background.


White color preview on #EAB69B background

This text has white color on #EAB69B background.