COLOR #CEA480

HEX: #CEA480 RGB: (206,164,128)

Color info

#CEA480 contains mainly red and green colors. Web safe color of #CEA480 is #CC9966 (or #C96).

RGB color model

#CEA480 color RGB value is (206,164,128).

RGB: (206,164,128) (81%, 64%, 50%)

RGB channels and saturation

R 206 of 255 = 81%
G 164 of 255 = 64%
B 128 of 255 = 50%

206
164
128

R + G + B ~ 65%. #CEA480 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 164 + 128 = 498 (100%)
R 206 of 498 ~ 41.37%
G 164 of 498 ~ 32.93%
B 128 of 498 ~ 25.7'%

%41.37
%32.93
%25.7

CMYK color model

#CEA480 color CMYK value is (0,20,38,19).

  • cyan value is 0.00%
  • magenta value is 20.39%
  • yellow value is 37.86%
  • key color value is 19.22%
CMYK: (0,20,38,19) C0M20Y38K19 (0%,20%,38%,19%) (0.00/0.20/0.38/0.19) 

CMYK percentages

%0
%20.39
%37.86
%19.22

Codes

Color #CEA480 in popluar color models

CE A4 80
RGB 206 164 128
HSL 28° 44.32% 65.49%
HSB/HSV 28° 37.86% 80.78%
CMYK 0.00% 20.39% 37.86%
19.22%

Color #CEA480 in popluar number systems.

HEX CE A4 80
Decimal 206 164 128
Binary 11001110 10100100 10000000
Octal 316 244 200

Shades and tints

Shades of #CEA480

#CEA480
(206,164,128)
#BC9675
(188,150,117)
#AA886A
(170,136,106)
#987A5F
(152,122,95)
#866C54
(134,108,84)
#745E49
(116,94,73)
#62503E
(98,80,62)
#504233
(80,66,51)
#3E3428
(62,52,40)
#2C261D
(44,38,29)
#1A1812
(26,24,18)
#000000
(0,0,0)

Tints of #CEA480

#CEA480
(206,164,128)
#D2AC8B
(210,172,139)
#D6B496
(214,180,150)
#DABCA1
(218,188,161)
#DEC4AC
(222,196,172)
#E2CCB7
(226,204,183)
#E6D4C2
(230,212,194)
#EADCCD
(234,220,205)
#EEE4D8
(238,228,216)
#F2ECE3
(242,236,227)
#F6F4EE
(246,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA480 color. Also use rgb(206,164,128) instead hex code.

Text Font Color

.myTextColor { color: #CEA480; }

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

This text font color is #CEA480.

Background Color

.myBgColor { background-color: #CEA480; }

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

This div background color is #CEA480.

Border color

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

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

This div border color is #CEA480.

Opacity

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

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

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

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

This text has shadow with #CEA480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEA480.

Preview

Color preview on black background

This text has color #CEA480 on black background.


Color preview on white background

This text has color #CEA480 on white background.


Black color preview on #CEA480 background

This text has black color on #CEA480 background.


White color preview on #CEA480 background

This text has white color on #CEA480 background.


Related colors

Complementary color

Complementary color for #hex is #315B7F.


I love getcolorcode.com

Triadic colors

1 #80CEA4 and #A480CE with #CEA480 are triadic colors.

2 #80A4CE and #A4CE80 with #CEA480 are triadic colors.