COLOR #CEB5B1

HEX: #CEB5B1
RGB: (206,181,177)

Color info

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

RGB color model

#CEB5B1 color RGB value is (206,181,177).

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

RGB channels and saturation

R 206 of 255 = 81%
G 181 of 255 = 71%
B 177 of 255 = 69%

206
181
177

R + G + B ~ 74%. #CEB5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 181 + 177 = 564 (100%)
R 206 of 564 ~ 36.52%
G 181 of 564 ~ 32.09%
B 177 of 564 ~ 31.38%

%36.52
%32.09
%31.38

CMYK color model

#CEB5B1 color CMYK value is (0,12,14,19).

  • cyan value is 0.00%
  • magenta value is 12.14%
  • yellow value is 14.08%
  • key color value is 19.22%
CMYK:
(0,12,14,19)
C0M12Y14K19 
(0%,12%,14%,19%)
(0.00/0.12/0.14/0.19)	

CMYK percentages

%0
%12.14
%14.08
%19.22

Codes

Color #CEB5B1 in popluar color models

CEB5B1
RGB206181177
HSL22.83%75.10%
HSB/HSV14.08%80.78%
CMYK0.00%12.14%14.08%
19.22%

Color #CEB5B1 in popluar number systems.

HEXCEB5B1
Decimal206181177
Binary110011101011010110110001
Octal316265261

Shades and tints

Shades of #CEB5B1

#CEB5B1
(206,181,177)
#BCA5A1
(188,165,161)
#AA9591
(170,149,145)
#988581
(152,133,129)
#867571
(134,117,113)
#746561
(116,101,97)
#625551
(98,85,81)
#504541
(80,69,65)
#3E3531
(62,53,49)
#2C2521
(44,37,33)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #CEB5B1

#CEB5B1
(206,181,177)
#D2BBB8
(210,187,184)
#D6C1BF
(214,193,191)
#DAC7C6
(218,199,198)
#DECDCD
(222,205,205)
#E2D3D4
(226,211,212)
#E6D9DB
(230,217,219)
#EADFE2
(234,223,226)
#EEE5E9
(238,229,233)
#F2EBF0
(242,235,240)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB5B1; }

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

This text font color is #CEB5B1.


Background Color

.myBgColor { background-color: #CEB5B1; }

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

This div background color is #CEB5B1.


Border color

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

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

This div border color is #CEB5B1.


Opacity

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

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

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

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

This text has shadow with #CEB5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB5B1 on black background.


Color preview on white background

This text has color #CEB5B1 on white background.



Black color preview on #CEB5B1 background

This text has black color on #CEB5B1 background.


White color preview on #CEB5B1 background

This text has white color on #CEB5B1 background.