COLOR #CEA67D

HEX: #CEA67D RGB: (206,166,125)

Color info

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

RGB color model

#CEA67D color RGB value is (206,166,125).

RGB: (206,166,125) (81%, 65%, 49%)

RGB channels and saturation

R 206 of 255 = 81%
G 166 of 255 = 65%
B 125 of 255 = 49%

206
166
125

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

Portions of RGB colors in percentages

R + G + B = 206 + 166 + 125 = 497 (100%)
R 206 of 497 ~ 41.45%
G 166 of 497 ~ 33.4%
B 125 of 497 ~ 25.15'%

%41.45
%33.4
%25.15

CMYK color model

#CEA67D color CMYK value is (0,19,39,19).

  • cyan value is 0.00%
  • magenta value is 19.42%
  • yellow value is 39.32%
  • key color value is 19.22%

CMYK: (0,19,39,19)
C0M19Y39K19 (0%, 19%, 39%, 19%)
(0.00 / 0.19 / 0.39 / 0.19)

CMYK percentages

%0
%19.42
%39.32
%19.22

Codes

Color #CEA67D in popluar color models

CE A6 7D
RGB 206 166 125
HSL 30° 45.25% 64.90%
HSB/HSV 30° 39.32% 80.78%
CMYK 0.00% 19.42% 39.32%
19.22%

Color #CEA67D in popluar number systems.

HEX CE A6 7D
Decimal 206 166 125
Binary 11001110 10100110 1111101
Octal 316 246 175

Shades and tints

Shades of #CEA67D

#CEA67D
(206,166,125)
#BC9772
(188,151,114)
#AA8867
(170,136,103)
#98795C
(152,121,92)
#866A51
(134,106,81)
#745B46
(116,91,70)
#624C3B
(98,76,59)
#503D30
(80,61,48)
#3E2E25
(62,46,37)
#2C1F1A
(44,31,26)
#1A100F
(26,16,15)
#000000
(0,0,0)

Tints of #CEA67D

#CEA67D
(206,166,125)
#D2AE88
(210,174,136)
#D6B693
(214,182,147)
#DABE9E
(218,190,158)
#DEC6A9
(222,198,169)
#E2CEB4
(226,206,180)
#E6D6BF
(230,214,191)
#EADECA
(234,222,202)
#EEE6D5
(238,230,213)
#F2EEE0
(242,238,224)
#F6F6EB
(246,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA67D color. Also use rgb(206,166,125) instead hex code.

Text Font Color

.myTextColor { color: #CEA67D; }

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

This text font color is #CEA67D.

Background Color

.myBgColor { background-color: #CEA67D; }

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

This div background color is #CEA67D.

Border color

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

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

This div border color is #CEA67D.

Opacity

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

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

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

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

This text has shadow with #CEA67D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEA67D.

Preview

Color preview on black background

This text has color #CEA67D on black background.


Color preview on white background

This text has color #CEA67D on white background.


Black color preview on #CEA67D background

This text has black color on #CEA67D background.


White color preview on #CEA67D background

This text has white color on #CEA67D background.


Related colors

Complementary color

Complementary color for #hex is #315982.


I love getcolorcode.com

Triadic colors

1 #7DCEA6 and #A67DCE with #CEA67D are triadic colors.

2 #7DA6CE and #A6CE7D with #CEA67D are triadic colors.