COLOR #CEC6AD

HEX: #CEC6AD
RGB: (206,198,173)

Color info

#CEC6AD contains red, green and blue colors in about the same proportion. Web safe color of #CEC6AD is #CCCC99 (or #CC9).

RGB color model

#CEC6AD color RGB value is (206,198,173).

  • red value is 206;
  • green value is 198;
  • blue value is 173.
RGB:
(206,198,173)
(81%,78%,68%)

RGB channels and saturation

R 206 of 255 = 81%
G 198 of 255 = 78%
B 173 of 255 = 68%

206
198
173

R + G + B ~ 76%. #CEC6AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 198 + 173 = 577 (100%)
R 206 of 577 ~ 35.7%
G 198 of 577 ~ 34.32%
B 173 of 577 ~ 29.98%

%35.7
%34.32
%29.98

CMYK color model

#CEC6AD color CMYK value is (0,4,16,19).

  • cyan value is 0.00%
  • magenta value is 3.88%
  • yellow value is 16.02%
  • key color value is 19.22%
CMYK:
(0,4,16,19)
C0M4Y16K19 
(0%,4%,16%,19%)
(0.00/0.04/0.16/0.19)	

CMYK percentages

%0
%3.88
%16.02
%19.22

Codes

Color #CEC6AD in popluar color models

CEC6AD
RGB206198173
HSL45°25.19%74.31%
HSB/HSV45°16.02%80.78%
CMYK0.00%3.88%16.02%
19.22%

Color #CEC6AD in popluar number systems.

HEXCEC6AD
Decimal206198173
Binary110011101100011010101101
Octal316306255

Shades and tints

Shades of #CEC6AD

#CEC6AD
(206,198,173)
#BCB49E
(188,180,158)
#AAA28F
(170,162,143)
#989080
(152,144,128)
#867E71
(134,126,113)
#746C62
(116,108,98)
#625A53
(98,90,83)
#504844
(80,72,68)
#3E3635
(62,54,53)
#2C2426
(44,36,38)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #CEC6AD

#CEC6AD
(206,198,173)
#D2CBB4
(210,203,180)
#D6D0BB
(214,208,187)
#DAD5C2
(218,213,194)
#DEDAC9
(222,218,201)
#E2DFD0
(226,223,208)
#E6E4D7
(230,228,215)
#EAE9DE
(234,233,222)
#EEEEE5
(238,238,229)
#F2F3EC
(242,243,236)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEC6AD; }

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

This text font color is #CEC6AD.


Background Color

.myBgColor { background-color: #CEC6AD; }

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

This div background color is #CEC6AD.


Border color

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

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

This div border color is #CEC6AD.


Opacity

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

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

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

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

This text has shadow with #CEC6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEC6AD on black background.


Color preview on white background

This text has color #CEC6AD on white background.



Black color preview on #CEC6AD background

This text has black color on #CEC6AD background.


White color preview on #CEC6AD background

This text has white color on #CEC6AD background.