COLOR #CEB2A1

HEX: #CEB2A1
RGB: (206,178,161)

Color info

#CEB2A1 contains red, green and blue colors in about the same proportion. Web safe color of #CEB2A1 is #CC9999 (or #C99).

RGB color model

#CEB2A1 color RGB value is (206,178,161).

  • red value is 206;
  • green value is 178;
  • blue value is 161.
RGB:
(206,178,161)
(81%,70%,63%)

RGB channels and saturation

R 206 of 255 = 81%
G 178 of 255 = 70%
B 161 of 255 = 63%

206
178
161

R + G + B ~ 71%. #CEB2A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 178 + 161 = 545 (100%)
R 206 of 545 ~ 37.8%
G 178 of 545 ~ 32.66%
B 161 of 545 ~ 29.54%

%37.8
%32.66
%29.54

CMYK color model

#CEB2A1 color CMYK value is (0,14,22,19).

  • cyan value is 0.00%
  • magenta value is 13.59%
  • yellow value is 21.84%
  • key color value is 19.22%
CMYK:
(0,14,22,19)
C0M14Y22K19 
(0%,14%,22%,19%)
(0.00/0.14/0.22/0.19)	

CMYK percentages

%0
%13.59
%21.84
%19.22

Codes

Color #CEB2A1 in popluar color models

CEB2A1
RGB206178161
HSL23°31.47%71.96%
HSB/HSV23°21.84%80.78%
CMYK0.00%13.59%21.84%
19.22%

Color #CEB2A1 in popluar number systems.

HEXCEB2A1
Decimal206178161
Binary110011101011001010100001
Octal316262241

Shades and tints

Shades of #CEB2A1

#CEB2A1
(206,178,161)
#BCA293
(188,162,147)
#AA9285
(170,146,133)
#988277
(152,130,119)
#867269
(134,114,105)
#74625B
(116,98,91)
#62524D
(98,82,77)
#50423F
(80,66,63)
#3E3231
(62,50,49)
#2C2223
(44,34,35)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #CEB2A1

#CEB2A1
(206,178,161)
#D2B9A9
(210,185,169)
#D6C0B1
(214,192,177)
#DAC7B9
(218,199,185)
#DECEC1
(222,206,193)
#E2D5C9
(226,213,201)
#E6DCD1
(230,220,209)
#EAE3D9
(234,227,217)
#EEEAE1
(238,234,225)
#F2F1E9
(242,241,233)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB2A1; }

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

This text font color is #CEB2A1.


Background Color

.myBgColor { background-color: #CEB2A1; }

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

This div background color is #CEB2A1.


Border color

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

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

This div border color is #CEB2A1.


Opacity

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

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

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

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

This text has shadow with #CEB2A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB2A1 on black background.


Color preview on white background

This text has color #CEB2A1 on white background.



Black color preview on #CEB2A1 background

This text has black color on #CEB2A1 background.


White color preview on #CEB2A1 background

This text has white color on #CEB2A1 background.