COLOR #CEB2B1

HEX: #CEB2B1
RGB: (206,178,177)

Color info

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

RGB color model

#CEB2B1 color RGB value is (206,178,177).

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

RGB channels and saturation

R 206 of 255 = 81%
G 178 of 255 = 70%
B 177 of 255 = 69%

206
178
177

R + G + B ~ 73%. #CEB2B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 178 + 177 = 561 (100%)
R 206 of 561 ~ 36.72%
G 178 of 561 ~ 31.73%
B 177 of 561 ~ 31.55%

%36.72
%31.73
%31.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.59%
  • yellow value is 14.08%
  • key color value is 19.22%
CMYK:
(0,14,14,19)
C0M14Y14K19 
(0%,14%,14%,19%)
(0.00/0.14/0.14/0.19)	

CMYK percentages

%0
%13.59
%14.08
%19.22

Codes

Color #CEB2B1 in popluar color models

CEB2B1
RGB206178177
HSL22.83%75.10%
HSB/HSV14.08%80.78%
CMYK0.00%13.59%14.08%
19.22%

Color #CEB2B1 in popluar number systems.

HEXCEB2B1
Decimal206178177
Binary110011101011001010110001
Octal316262261

Shades and tints

Shades of #CEB2B1

#CEB2B1
(206,178,177)
#BCA2A1
(188,162,161)
#AA9291
(170,146,145)
#988281
(152,130,129)
#867271
(134,114,113)
#746261
(116,98,97)
#625251
(98,82,81)
#504241
(80,66,65)
#3E3231
(62,50,49)
#2C2221
(44,34,33)
#1A1211
(26,18,17)
#000000
(0,0,0)

Tints of #CEB2B1

#CEB2B1
(206,178,177)
#D2B9B8
(210,185,184)
#D6C0BF
(214,192,191)
#DAC7C6
(218,199,198)
#DECECD
(222,206,205)
#E2D5D4
(226,213,212)
#E6DCDB
(230,220,219)
#EAE3E2
(234,227,226)
#EEEAE9
(238,234,233)
#F2F1F0
(242,241,240)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB2B1; }

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

This text font color is #CEB2B1.


Background Color

.myBgColor { background-color: #CEB2B1; }

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

This div background color is #CEB2B1.


Border color

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

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

This div border color is #CEB2B1.


Opacity

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

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

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

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

This text has shadow with #CEB2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB2B1 on black background.


Color preview on white background

This text has color #CEB2B1 on white background.



Black color preview on #CEB2B1 background

This text has black color on #CEB2B1 background.


White color preview on #CEB2B1 background

This text has white color on #CEB2B1 background.