COLOR #CEBEB0

HEX: #CEBEB0
RGB: (206,190,176)

Color info

#CEBEB0 contains red, green and blue colors in about the same proportion. Web safe color of #CEBEB0 is #CCCC99 (or #CC9).

RGB color model

#CEBEB0 color RGB value is (206,190,176).

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

RGB channels and saturation

R 206 of 255 = 81%
G 190 of 255 = 75%
B 176 of 255 = 69%

206
190
176

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

Portions of RGB colors in percentages

R + G + B =
206 + 190 + 176 = 572 (100%)
R 206 of 572 ~ 36.01%
G 190 of 572 ~ 33.22%
B 176 of 572 ~ 30.77%

%36.01
%33.22
%30.77

CMYK color model

#CEBEB0 color CMYK value is (0,8,15,19).

  • cyan value is 0.00%
  • magenta value is 7.77%
  • yellow value is 14.56%
  • key color value is 19.22%
CMYK:
(0,8,15,19)
C0M8Y15K19 
(0%,8%,15%,19%)
(0.00/0.08/0.15/0.19)	

CMYK percentages

%0
%7.77
%14.56
%19.22

Codes

Color #CEBEB0 in popluar color models

CEBEB0
RGB206190176
HSL28°23.44%74.90%
HSB/HSV28°14.56%80.78%
CMYK0.00%7.77%14.56%
19.22%

Color #CEBEB0 in popluar number systems.

HEXCEBEB0
Decimal206190176
Binary110011101011111010110000
Octal316276260

Shades and tints

Shades of #CEBEB0

#CEBEB0
(206,190,176)
#BCADA0
(188,173,160)
#AA9C90
(170,156,144)
#988B80
(152,139,128)
#867A70
(134,122,112)
#746960
(116,105,96)
#625850
(98,88,80)
#504740
(80,71,64)
#3E3630
(62,54,48)
#2C2520
(44,37,32)
#1A1410
(26,20,16)
#000000
(0,0,0)

Tints of #CEBEB0

#CEBEB0
(206,190,176)
#D2C3B7
(210,195,183)
#D6C8BE
(214,200,190)
#DACDC5
(218,205,197)
#DED2CC
(222,210,204)
#E2D7D3
(226,215,211)
#E6DCDA
(230,220,218)
#EAE1E1
(234,225,225)
#EEE6E8
(238,230,232)
#F2EBEF
(242,235,239)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBEB0; }

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

This text font color is #CEBEB0.


Background Color

.myBgColor { background-color: #CEBEB0; }

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

This div background color is #CEBEB0.


Border color

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

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

This div border color is #CEBEB0.


Opacity

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

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

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

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

This text has shadow with #CEBEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBEB0 on black background.


Color preview on white background

This text has color #CEBEB0 on white background.



Black color preview on #CEBEB0 background

This text has black color on #CEBEB0 background.


White color preview on #CEBEB0 background

This text has white color on #CEBEB0 background.