COLOR #CEB5B0

HEX: #CEB5B0 RGB: (206,181,176)

Color info

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

RGB color model

#CEB5B0 color RGB value is (206,181,176).

RGB: (206,181,176) (81%, 71%, 69%)

RGB channels and saturation

R 206 of 255 = 81%
G 181 of 255 = 71%
B 176 of 255 = 69%

206
181
176

R + G + B ~ 74%. #CEB5B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 181 + 176 = 563 (100%)
R 206 of 563 ~ 36.59%
G 181 of 563 ~ 32.15%
B 176 of 563 ~ 31.26'%

%36.59
%32.15
%31.26

CMYK color model

#CEB5B0 color CMYK value is (0,12,15,19).

  • cyan value is 0.00%
  • magenta value is 12.14%
  • yellow value is 14.56%
  • key color value is 19.22%
CMYK: (0,12,15,19) C0M12Y15K19 (0%,12%,15%,19%) (0.00/0.12/0.15/0.19) 

CMYK percentages

%0
%12.14
%14.56
%19.22

Codes

Color #CEB5B0 in popluar color models

CE B5 B0
RGB 206 181 176
HSL 10° 23.44% 74.90%
HSB/HSV 10° 14.56% 80.78%
CMYK 0.00% 12.14% 14.56%
19.22%

Color #CEB5B0 in popluar number systems.

HEX CE B5 B0
Decimal 206 181 176
Binary 11001110 10110101 10110000
Octal 316 265 260

Shades and tints

Shades of #CEB5B0

#CEB5B0
(206,181,176)
#BCA5A0
(188,165,160)
#AA9590
(170,149,144)
#988580
(152,133,128)
#867570
(134,117,112)
#746560
(116,101,96)
#625550
(98,85,80)
#504540
(80,69,64)
#3E3530
(62,53,48)
#2C2520
(44,37,32)
#1A1510
(26,21,16)
#000000
(0,0,0)

Tints of #CEB5B0

#CEB5B0
(206,181,176)
#D2BBB7
(210,187,183)
#D6C1BE
(214,193,190)
#DAC7C5
(218,199,197)
#DECDCC
(222,205,204)
#E2D3D3
(226,211,211)
#E6D9DA
(230,217,218)
#EADFE1
(234,223,225)
#EEE5E8
(238,229,232)
#F2EBEF
(242,235,239)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB5B0; }

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

This text font color is #CEB5B0.

Background Color

.myBgColor { background-color: #CEB5B0; }

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

This div background color is #CEB5B0.

Border color

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

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

This div border color is #CEB5B0.

Opacity

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

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

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

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

This text has shadow with #CEB5B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEB5B0.

Preview

Color preview on black background

This text has color #CEB5B0 on black background.


Color preview on white background

This text has color #CEB5B0 on white background.


Black color preview on #CEB5B0 background

This text has black color on #CEB5B0 background.


White color preview on #CEB5B0 background

This text has white color on #CEB5B0 background.


Related colors

Complementary color

Complementary color for #hex is #314A4F.


I love getcolorcode.com

Triadic colors

1 #B0CEB5 and #B5B0CE with #CEB5B0 are triadic colors.

2 #B0B5CE and #B5CEB0 with #CEB5B0 are triadic colors.