COLOR #CEBAB9

HEX: #CEBAB9
RGB: (206,186,185)

Color info

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

RGB color model

#CEBAB9 color RGB value is (206,186,185).

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

RGB channels and saturation

R 206 of 255 = 81%
G 186 of 255 = 73%
B 185 of 255 = 73%

206
186
185

R + G + B ~ 76%. #CEBAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 186 + 185 = 577 (100%)
R 206 of 577 ~ 35.7%
G 186 of 577 ~ 32.24%
B 185 of 577 ~ 32.06%

%35.7
%32.24
%32.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.71%
  • yellow value is 10.19%
  • key color value is 19.22%
CMYK:
(0,10,10,19)
C0M10Y10K19 
(0%,10%,10%,19%)
(0.00/0.10/0.10/0.19)	

CMYK percentages

%0
%9.71
%10.19
%19.22

Codes

Color #CEBAB9 in popluar color models

CEBAB9
RGB206186185
HSL17.65%76.67%
HSB/HSV10.19%80.78%
CMYK0.00%9.71%10.19%
19.22%

Color #CEBAB9 in popluar number systems.

HEXCEBAB9
Decimal206186185
Binary110011101011101010111001
Octal316272271

Shades and tints

Shades of #CEBAB9

#CEBAB9
(206,186,185)
#BCAAA9
(188,170,169)
#AA9A99
(170,154,153)
#988A89
(152,138,137)
#867A79
(134,122,121)
#746A69
(116,106,105)
#625A59
(98,90,89)
#504A49
(80,74,73)
#3E3A39
(62,58,57)
#2C2A29
(44,42,41)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #CEBAB9

#CEBAB9
(206,186,185)
#D2C0BF
(210,192,191)
#D6C6C5
(214,198,197)
#DACCCB
(218,204,203)
#DED2D1
(222,210,209)
#E2D8D7
(226,216,215)
#E6DEDD
(230,222,221)
#EAE4E3
(234,228,227)
#EEEAE9
(238,234,233)
#F2F0EF
(242,240,239)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBAB9; }

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

This text font color is #CEBAB9.


Background Color

.myBgColor { background-color: #CEBAB9; }

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

This div background color is #CEBAB9.


Border color

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

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

This div border color is #CEBAB9.


Opacity

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

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

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

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

This text has shadow with #CEBAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBAB9 on black background.


Color preview on white background

This text has color #CEBAB9 on white background.



Black color preview on #CEBAB9 background

This text has black color on #CEBAB9 background.


White color preview on #CEBAB9 background

This text has white color on #CEBAB9 background.