COLOR #CEBDB0

HEX: #CEBDB0
RGB: (206,189,176)

Color info

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

RGB color model

#CEBDB0 color RGB value is (206,189,176).

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

RGB channels and saturation

R 206 of 255 = 81%
G 189 of 255 = 74%
B 176 of 255 = 69%

206
189
176

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

Portions of RGB colors in percentages

R + G + B =
206 + 189 + 176 = 571 (100%)
R 206 of 571 ~ 36.08%
G 189 of 571 ~ 33.1%
B 176 of 571 ~ 30.82%

%36.08
%33.1
%30.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.25%
  • 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
%8.25
%14.56
%19.22

Codes

Color #CEBDB0 in popluar color models

CEBDB0
RGB206189176
HSL26°23.44%74.90%
HSB/HSV26°14.56%80.78%
CMYK0.00%8.25%14.56%
19.22%

Color #CEBDB0 in popluar number systems.

HEXCEBDB0
Decimal206189176
Binary110011101011110110110000
Octal316275260

Shades and tints

Shades of #CEBDB0

#CEBDB0
(206,189,176)
#BCACA0
(188,172,160)
#AA9B90
(170,155,144)
#988A80
(152,138,128)
#867970
(134,121,112)
#746860
(116,104,96)
#625750
(98,87,80)
#504640
(80,70,64)
#3E3530
(62,53,48)
#2C2420
(44,36,32)
#1A1310
(26,19,16)
#000000
(0,0,0)

Tints of #CEBDB0

#CEBDB0
(206,189,176)
#D2C3B7
(210,195,183)
#D6C9BE
(214,201,190)
#DACFC5
(218,207,197)
#DED5CC
(222,213,204)
#E2DBD3
(226,219,211)
#E6E1DA
(230,225,218)
#EAE7E1
(234,231,225)
#EEEDE8
(238,237,232)
#F2F3EF
(242,243,239)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBDB0; }

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

This text font color is #CEBDB0.


Background Color

.myBgColor { background-color: #CEBDB0; }

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

This div background color is #CEBDB0.


Border color

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

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

This div border color is #CEBDB0.


Opacity

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

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

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

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

This text has shadow with #CEBDB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBDB0 on black background.


Color preview on white background

This text has color #CEBDB0 on white background.



Black color preview on #CEBDB0 background

This text has black color on #CEBDB0 background.


White color preview on #CEBDB0 background

This text has white color on #CEBDB0 background.