COLOR #CEBAB4

HEX: #CEBAB4
RGB: (206,186,180)

Color info

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

RGB color model

#CEBAB4 color RGB value is (206,186,180).

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

RGB channels and saturation

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

206
186
180

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

Portions of RGB colors in percentages

R + G + B =
206 + 186 + 180 = 572 (100%)
R 206 of 572 ~ 36.01%
G 186 of 572 ~ 32.52%
B 180 of 572 ~ 31.47%

%36.01
%32.52
%31.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.71%
  • yellow value is 12.62%
  • key color value is 19.22%
CMYK:
(0,10,13,19)
C0M10Y13K19 
(0%,10%,13%,19%)
(0.00/0.10/0.13/0.19)	

CMYK percentages

%0
%9.71
%12.62
%19.22

Codes

Color #CEBAB4 in popluar color models

CEBAB4
RGB206186180
HSL14°20.97%75.69%
HSB/HSV14°12.62%80.78%
CMYK0.00%9.71%12.62%
19.22%

Color #CEBAB4 in popluar number systems.

HEXCEBAB4
Decimal206186180
Binary110011101011101010110100
Octal316272264

Shades and tints

Shades of #CEBAB4

#CEBAB4
(206,186,180)
#BCAAA4
(188,170,164)
#AA9A94
(170,154,148)
#988A84
(152,138,132)
#867A74
(134,122,116)
#746A64
(116,106,100)
#625A54
(98,90,84)
#504A44
(80,74,68)
#3E3A34
(62,58,52)
#2C2A24
(44,42,36)
#1A1A14
(26,26,20)
#000000
(0,0,0)

Tints of #CEBAB4

#CEBAB4
(206,186,180)
#D2C0BA
(210,192,186)
#D6C6C0
(214,198,192)
#DACCC6
(218,204,198)
#DED2CC
(222,210,204)
#E2D8D2
(226,216,210)
#E6DED8
(230,222,216)
#EAE4DE
(234,228,222)
#EEEAE4
(238,234,228)
#F2F0EA
(242,240,234)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBAB4; }

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

This text font color is #CEBAB4.


Background Color

.myBgColor { background-color: #CEBAB4; }

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

This div background color is #CEBAB4.


Border color

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

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

This div border color is #CEBAB4.


Opacity

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

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

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

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

This text has shadow with #CEBAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBAB4 on black background.


Color preview on white background

This text has color #CEBAB4 on white background.



Black color preview on #CEBAB4 background

This text has black color on #CEBAB4 background.


White color preview on #CEBAB4 background

This text has white color on #CEBAB4 background.