COLOR #CEBEB6

HEX: #CEBEB6
RGB: (206,190,182)

Color info

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

RGB color model

#CEBEB6 color RGB value is (206,190,182).

  • red value is 206;
  • green value is 190;
  • blue value is 182.
RGB:
(206,190,182)
(81%,75%,71%)

RGB channels and saturation

R 206 of 255 = 81%
G 190 of 255 = 75%
B 182 of 255 = 71%

206
190
182

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

Portions of RGB colors in percentages

R + G + B =
206 + 190 + 182 = 578 (100%)
R 206 of 578 ~ 35.64%
G 190 of 578 ~ 32.87%
B 182 of 578 ~ 31.49%

%35.64
%32.87
%31.49

CMYK color model

#CEBEB6 color CMYK value is (0,8,12,19).

  • cyan value is 0.00%
  • magenta value is 7.77%
  • yellow value is 11.65%
  • key color value is 19.22%
CMYK:
(0,8,12,19)
C0M8Y12K19 
(0%,8%,12%,19%)
(0.00/0.08/0.12/0.19)	

CMYK percentages

%0
%7.77
%11.65
%19.22

Codes

Color #CEBEB6 in popluar color models

CEBEB6
RGB206190182
HSL20°19.67%76.08%
HSB/HSV20°11.65%80.78%
CMYK0.00%7.77%11.65%
19.22%

Color #CEBEB6 in popluar number systems.

HEXCEBEB6
Decimal206190182
Binary110011101011111010110110
Octal316276266

Shades and tints

Shades of #CEBEB6

#CEBEB6
(206,190,182)
#BCADA6
(188,173,166)
#AA9C96
(170,156,150)
#988B86
(152,139,134)
#867A76
(134,122,118)
#746966
(116,105,102)
#625856
(98,88,86)
#504746
(80,71,70)
#3E3636
(62,54,54)
#2C2526
(44,37,38)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #CEBEB6

#CEBEB6
(206,190,182)
#D2C3BC
(210,195,188)
#D6C8C2
(214,200,194)
#DACDC8
(218,205,200)
#DED2CE
(222,210,206)
#E2D7D4
(226,215,212)
#E6DCDA
(230,220,218)
#EAE1E0
(234,225,224)
#EEE6E6
(238,230,230)
#F2EBEC
(242,235,236)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEBEB6 color. Also use rgb(206,190,182) instead hex code.

Text Font Color

.myTextColor { color: #CEBEB6; }

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

This text font color is #CEBEB6.


Background Color

.myBgColor { background-color: #CEBEB6; }

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

This div background color is #CEBEB6.


Border color

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

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

This div border color is #CEBEB6.


Opacity

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

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

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

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

This text has shadow with #CEBEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBEB6 on black background.


Color preview on white background

This text has color #CEBEB6 on white background.



Black color preview on #CEBEB6 background

This text has black color on #CEBEB6 background.


White color preview on #CEBEB6 background

This text has white color on #CEBEB6 background.