COLOR #CEB1A5

HEX: #CEB1A5
RGB: (206,177,165)

Color info

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

RGB color model

#CEB1A5 color RGB value is (206,177,165).

  • red value is 206;
  • green value is 177;
  • blue value is 165.
RGB:
(206,177,165)
(81%,69%,65%)

RGB channels and saturation

R 206 of 255 = 81%
G 177 of 255 = 69%
B 165 of 255 = 65%

206
177
165

R + G + B ~ 72%. #CEB1A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 177 + 165 = 548 (100%)
R 206 of 548 ~ 37.59%
G 177 of 548 ~ 32.3%
B 165 of 548 ~ 30.11%

%37.59
%32.3
%30.11

CMYK color model

#CEB1A5 color CMYK value is (0,14,20,19).

  • cyan value is 0.00%
  • magenta value is 14.08%
  • yellow value is 19.90%
  • key color value is 19.22%
CMYK:
(0,14,20,19)
C0M14Y20K19 
(0%,14%,20%,19%)
(0.00/0.14/0.20/0.19)	

CMYK percentages

%0
%14.08
%19.9
%19.22

Codes

Color #CEB1A5 in popluar color models

CEB1A5
RGB206177165
HSL18°29.50%72.75%
HSB/HSV18°19.90%80.78%
CMYK0.00%14.08%19.90%
19.22%

Color #CEB1A5 in popluar number systems.

HEXCEB1A5
Decimal206177165
Binary110011101011000110100101
Octal316261245

Shades and tints

Shades of #CEB1A5

#CEB1A5
(206,177,165)
#BCA196
(188,161,150)
#AA9187
(170,145,135)
#988178
(152,129,120)
#867169
(134,113,105)
#74615A
(116,97,90)
#62514B
(98,81,75)
#50413C
(80,65,60)
#3E312D
(62,49,45)
#2C211E
(44,33,30)
#1A110F
(26,17,15)
#000000
(0,0,0)

Tints of #CEB1A5

#CEB1A5
(206,177,165)
#D2B8AD
(210,184,173)
#D6BFB5
(214,191,181)
#DAC6BD
(218,198,189)
#DECDC5
(222,205,197)
#E2D4CD
(226,212,205)
#E6DBD5
(230,219,213)
#EAE2DD
(234,226,221)
#EEE9E5
(238,233,229)
#F2F0ED
(242,240,237)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB1A5 color. Also use rgb(206,177,165) instead hex code.

Text Font Color

.myTextColor { color: #CEB1A5; }

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

This text font color is #CEB1A5.


Background Color

.myBgColor { background-color: #CEB1A5; }

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

This div background color is #CEB1A5.


Border color

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

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

This div border color is #CEB1A5.


Opacity

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

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

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

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

This text has shadow with #CEB1A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB1A5 on black background.


Color preview on white background

This text has color #CEB1A5 on white background.



Black color preview on #CEB1A5 background

This text has black color on #CEB1A5 background.


White color preview on #CEB1A5 background

This text has white color on #CEB1A5 background.