COLOR #CEBDB9

HEX: #CEBDB9
RGB: (206,189,185)

Color info

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

RGB color model

#CEBDB9 color RGB value is (206,189,185).

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

RGB channels and saturation

R 206 of 255 = 81%
G 189 of 255 = 74%
B 185 of 255 = 73%

206
189
185

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

Portions of RGB colors in percentages

R + G + B =
206 + 189 + 185 = 580 (100%)
R 206 of 580 ~ 35.52%
G 189 of 580 ~ 32.59%
B 185 of 580 ~ 31.9%

%35.52
%32.59
%31.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.25%
  • yellow value is 10.19%
  • key color value is 19.22%
CMYK:
(0,8,10,19)
C0M8Y10K19 
(0%,8%,10%,19%)
(0.00/0.08/0.10/0.19)	

CMYK percentages

%0
%8.25
%10.19
%19.22

Codes

Color #CEBDB9 in popluar color models

CEBDB9
RGB206189185
HSL11°17.65%76.67%
HSB/HSV11°10.19%80.78%
CMYK0.00%8.25%10.19%
19.22%

Color #CEBDB9 in popluar number systems.

HEXCEBDB9
Decimal206189185
Binary110011101011110110111001
Octal316275271

Shades and tints

Shades of #CEBDB9

#CEBDB9
(206,189,185)
#BCACA9
(188,172,169)
#AA9B99
(170,155,153)
#988A89
(152,138,137)
#867979
(134,121,121)
#746869
(116,104,105)
#625759
(98,87,89)
#504649
(80,70,73)
#3E3539
(62,53,57)
#2C2429
(44,36,41)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #CEBDB9

#CEBDB9
(206,189,185)
#D2C3BF
(210,195,191)
#D6C9C5
(214,201,197)
#DACFCB
(218,207,203)
#DED5D1
(222,213,209)
#E2DBD7
(226,219,215)
#E6E1DD
(230,225,221)
#EAE7E3
(234,231,227)
#EEEDE9
(238,237,233)
#F2F3EF
(242,243,239)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBDB9; }

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

This text font color is #CEBDB9.


Background Color

.myBgColor { background-color: #CEBDB9; }

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

This div background color is #CEBDB9.


Border color

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

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

This div border color is #CEBDB9.


Opacity

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

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

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

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

This text has shadow with #CEBDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBDB9 on black background.


Color preview on white background

This text has color #CEBDB9 on white background.



Black color preview on #CEBDB9 background

This text has black color on #CEBDB9 background.


White color preview on #CEBDB9 background

This text has white color on #CEBDB9 background.