COLOR #CEAD62

HEX: #CEAD62 RGB: (206,173,98)

Color info

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

RGB color model

#CEAD62 color RGB value is (206,173,98).

RGB: (206,173,98) (81%, 68%, 38%)

RGB channels and saturation

R 206 of 255 = 81%
G 173 of 255 = 68%
B 98 of 255 = 38%

206
173
98

R + G + B ~ 62%. #CEAD62 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 173 + 98 = 477 (100%)
R 206 of 477 ~ 43.19%
G 173 of 477 ~ 36.27%
B 98 of 477 ~ 20.55'%

%43.19
%36.27
%20.55

CMYK color model

#CEAD62 color CMYK value is (0,16,52,19).

  • cyan value is 0.00%
  • magenta value is 16.02%
  • yellow value is 52.43%
  • key color value is 19.22%

CMYK: (0,16,52,19)
C0M16Y52K19 (0%, 16%, 52%, 19%)
(0.00 / 0.16 / 0.52 / 0.19)

CMYK percentages

%0
%16.02
%52.43
%19.22

Codes

Color #CEAD62 in popluar color models

CE AD 62
RGB 206 173 98
HSL 42° 52.43% 59.61%
HSB/HSV 42° 52.43% 80.78%
CMYK 0.00% 16.02% 52.43%
19.22%

Color #CEAD62 in popluar number systems.

HEX CE AD 62
Decimal 206 173 98
Binary 11001110 10101101 1100010
Octal 316 255 142

Shades and tints

Shades of #CEAD62

#CEAD62
(206,173,98)
#BC9E5A
(188,158,90)
#AA8F52
(170,143,82)
#98804A
(152,128,74)
#867142
(134,113,66)
#74623A
(116,98,58)
#625332
(98,83,50)
#50442A
(80,68,42)
#3E3522
(62,53,34)
#2C261A
(44,38,26)
#1A1712
(26,23,18)
#000000
(0,0,0)

Tints of #CEAD62

#CEAD62
(206,173,98)
#D2B470
(210,180,112)
#D6BB7E
(214,187,126)
#DAC28C
(218,194,140)
#DEC99A
(222,201,154)
#E2D0A8
(226,208,168)
#E6D7B6
(230,215,182)
#EADEC4
(234,222,196)
#EEE5D2
(238,229,210)
#F2ECE0
(242,236,224)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEAD62 color. Also use rgb(206,173,98) instead hex code.

Text Font Color

.myTextColor { color: #CEAD62; }

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

This text font color is #CEAD62.

Background Color

.myBgColor { background-color: #CEAD62; }

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

This div background color is #CEAD62.

Border color

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

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

This div border color is #CEAD62.

Opacity

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

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

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

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

This text has shadow with #CEAD62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEAD62.

Preview

Color preview on black background

This text has color #CEAD62 on black background.


Color preview on white background

This text has color #CEAD62 on white background.


Black color preview on #CEAD62 background

This text has black color on #CEAD62 background.


White color preview on #CEAD62 background

This text has white color on #CEAD62 background.


Related colors

Complementary color

Complementary color for #hex is #31529D.


I love getcolorcode.com

Triadic colors

1 #62CEAD and #AD62CE with #CEAD62 are triadic colors.

2 #62ADCE and #ADCE62 with #CEAD62 are triadic colors.