COLOR #CEBAB5

HEX: #CEBAB5
RGB: (206,186,181)

Color info

#CEBAB5 contains red, green and blue colors in about the same proportion. Web safe color of #CEBAB5 is #CCCCCC (or #CCC).

RGB color model

#CEBAB5 color RGB value is (206,186,181).

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

RGB channels and saturation

R 206 of 255 = 81%
G 186 of 255 = 73%
B 181 of 255 = 71%

206
186
181

R + G + B ~ 75%. #CEBAB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 186 + 181 = 573 (100%)
R 206 of 573 ~ 35.95%
G 186 of 573 ~ 32.46%
B 181 of 573 ~ 31.59%

%35.95
%32.46
%31.59

CMYK color model

#CEBAB5 color CMYK value is (0,10,12,19).

  • cyan value is 0.00%
  • magenta value is 9.71%
  • yellow value is 12.14%
  • key color value is 19.22%
CMYK:
(0,10,12,19)
C0M10Y12K19 
(0%,10%,12%,19%)
(0.00/0.10/0.12/0.19)	

CMYK percentages

%0
%9.71
%12.14
%19.22

Codes

Color #CEBAB5 in popluar color models

CEBAB5
RGB206186181
HSL12°20.33%75.88%
HSB/HSV12°12.14%80.78%
CMYK0.00%9.71%12.14%
19.22%

Color #CEBAB5 in popluar number systems.

HEXCEBAB5
Decimal206186181
Binary110011101011101010110101
Octal316272265

Shades and tints

Shades of #CEBAB5

#CEBAB5
(206,186,181)
#BCAAA5
(188,170,165)
#AA9A95
(170,154,149)
#988A85
(152,138,133)
#867A75
(134,122,117)
#746A65
(116,106,101)
#625A55
(98,90,85)
#504A45
(80,74,69)
#3E3A35
(62,58,53)
#2C2A25
(44,42,37)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #CEBAB5

#CEBAB5
(206,186,181)
#D2C0BB
(210,192,187)
#D6C6C1
(214,198,193)
#DACCC7
(218,204,199)
#DED2CD
(222,210,205)
#E2D8D3
(226,216,211)
#E6DED9
(230,222,217)
#EAE4DF
(234,228,223)
#EEEAE5
(238,234,229)
#F2F0EB
(242,240,235)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBAB5; }

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

This text font color is #CEBAB5.


Background Color

.myBgColor { background-color: #CEBAB5; }

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

This div background color is #CEBAB5.


Border color

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

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

This div border color is #CEBAB5.


Opacity

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

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

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

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

This text has shadow with #CEBAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBAB5 on black background.


Color preview on white background

This text has color #CEBAB5 on white background.



Black color preview on #CEBAB5 background

This text has black color on #CEBAB5 background.


White color preview on #CEBAB5 background

This text has white color on #CEBAB5 background.