COLOR #CEA163

HEX: #CEA163 RGB: (206,161,99)

Color info

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

RGB color model

#CEA163 color RGB value is (206,161,99).

RGB: (206,161,99) (81%, 63%, 39%)

RGB channels and saturation

R 206 of 255 = 81%
G 161 of 255 = 63%
B 99 of 255 = 39%

206
161
99

R + G + B ~ 61%. #CEA163 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 161 + 99 = 466 (100%)
R 206 of 466 ~ 44.21%
G 161 of 466 ~ 34.55%
B 99 of 466 ~ 21.24'%

%44.21
%34.55
%21.24

CMYK color model

#CEA163 color CMYK value is (0,22,52,19).

  • cyan value is 0.00%
  • magenta value is 21.84%
  • yellow value is 51.94%
  • key color value is 19.22%

CMYK: (0,22,52,19)
C0M22Y52K19 (0%, 22%, 52%, 19%)
(0.00 / 0.22 / 0.52 / 0.19)

CMYK percentages

%0
%21.84
%51.94
%19.22

Codes

Color #CEA163 in popluar color models

CE A1 63
RGB 206 161 99
HSL 35° 52.20% 59.80%
HSB/HSV 35° 51.94% 80.78%
CMYK 0.00% 21.84% 51.94%
19.22%

Color #CEA163 in popluar number systems.

HEX CE A1 63
Decimal 206 161 99
Binary 11001110 10100001 1100011
Octal 316 241 143

Shades and tints

Shades of #CEA163

#CEA163
(206,161,99)
#BC935A
(188,147,90)
#AA8551
(170,133,81)
#987748
(152,119,72)
#86693F
(134,105,63)
#745B36
(116,91,54)
#624D2D
(98,77,45)
#503F24
(80,63,36)
#3E311B
(62,49,27)
#2C2312
(44,35,18)
#1A1509
(26,21,9)
#000000
(0,0,0)

Tints of #CEA163

#CEA163
(206,161,99)
#D2A971
(210,169,113)
#D6B17F
(214,177,127)
#DAB98D
(218,185,141)
#DEC19B
(222,193,155)
#E2C9A9
(226,201,169)
#E6D1B7
(230,209,183)
#EAD9C5
(234,217,197)
#EEE1D3
(238,225,211)
#F2E9E1
(242,233,225)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA163 color. Also use rgb(206,161,99) instead hex code.

Text Font Color

.myTextColor { color: #CEA163; }

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

This text font color is #CEA163.

Background Color

.myBgColor { background-color: #CEA163; }

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

This div background color is #CEA163.

Border color

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

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

This div border color is #CEA163.

Opacity

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

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

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

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

This text has shadow with #CEA163 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEA163.

Preview

Color preview on black background

This text has color #CEA163 on black background.


Color preview on white background

This text has color #CEA163 on white background.


Black color preview on #CEA163 background

This text has black color on #CEA163 background.


White color preview on #CEA163 background

This text has white color on #CEA163 background.


Related colors

Complementary color

Complementary color for #hex is #315E9C.


I love getcolorcode.com

Triadic colors

1 #63CEA1 and #A163CE with #CEA163 are triadic colors.

2 #63A1CE and #A1CE63 with #CEA163 are triadic colors.