COLOR #CEB5BD

HEX: #CEB5BD RGB: (206,181,189)

Color info

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

RGB color model

#CEB5BD color RGB value is (206,181,189).

RGB: (206,181,189) (81%, 71%, 74%)

RGB channels and saturation

R 206 of 255 = 81%
G 181 of 255 = 71%
B 189 of 255 = 74%

206
181
189

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

Portions of RGB colors in percentages

R + G + B = 206 + 181 + 189 = 576 (100%)
R 206 of 576 ~ 35.76%
G 181 of 576 ~ 31.42%
B 189 of 576 ~ 32.81'%

%35.76
%31.42
%32.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.14%
  • yellow value is 8.25%
  • key color value is 19.22%

CMYK: (0,12,8,19)
C0M12Y8K19 (0%, 12%, 8%, 19%)
(0.00 / 0.12 / 0.08 / 0.19)

CMYK percentages

%0
%12.14
%8.25
%19.22

Codes

Color #CEB5BD in popluar color models

CE B5 BD
RGB 206 181 189
HSL 341° 20.33% 75.88%
HSB/HSV 341° 12.14% 80.78%
CMYK 0.00% 12.14% 8.25%
19.22%

Color #CEB5BD in popluar number systems.

HEX CE B5 BD
Decimal 206 181 189
Binary 11001110 10110101 10111101
Octal 316 265 275

Shades and tints

Shades of #CEB5BD

#CEB5BD
(206,181,189)
#BCA5AC
(188,165,172)
#AA959B
(170,149,155)
#98858A
(152,133,138)
#867579
(134,117,121)
#746568
(116,101,104)
#625557
(98,85,87)
#504546
(80,69,70)
#3E3535
(62,53,53)
#2C2524
(44,37,36)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #CEB5BD

#CEB5BD
(206,181,189)
#D2BBC3
(210,187,195)
#D6C1C9
(214,193,201)
#DAC7CF
(218,199,207)
#DECDD5
(222,205,213)
#E2D3DB
(226,211,219)
#E6D9E1
(230,217,225)
#EADFE7
(234,223,231)
#EEE5ED
(238,229,237)
#F2EBF3
(242,235,243)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB5BD; }

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

This text font color is #CEB5BD.

Background Color

.myBgColor { background-color: #CEB5BD; }

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

This div background color is #CEB5BD.

Border color

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

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

This div border color is #CEB5BD.

Opacity

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

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

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

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

This text has shadow with #CEB5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEB5BD.

Preview

Color preview on black background

This text has color #CEB5BD on black background.


Color preview on white background

This text has color #CEB5BD on white background.


Black color preview on #CEB5BD background

This text has black color on #CEB5BD background.


White color preview on #CEB5BD background

This text has white color on #CEB5BD background.


Related colors

Complementary color

Complementary color for #hex is #314A42.


I love getcolorcode.com

Triadic colors

1 #BDCEB5 and #B5BDCE with #CEB5BD are triadic colors.

2 #BDB5CE and #B5CEBD with #CEB5BD are triadic colors.