COLOR #CEB1B9

HEX: #CEB1B9
RGB: (206,177,185)

Color info

#CEB1B9 contains red, green and blue colors in about the same proportion. Web safe color of #CEB1B9 is #CC99CC (or #C9C).

RGB color model

#CEB1B9 color RGB value is (206,177,185).

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

RGB channels and saturation

R 206 of 255 = 81%
G 177 of 255 = 69%
B 185 of 255 = 73%

206
177
185

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

Portions of RGB colors in percentages

R + G + B =
206 + 177 + 185 = 568 (100%)
R 206 of 568 ~ 36.27%
G 177 of 568 ~ 31.16%
B 185 of 568 ~ 32.57%

%36.27
%31.16
%32.57

CMYK color model

#CEB1B9 color CMYK value is (0,14,10,19).

  • cyan value is 0.00%
  • magenta value is 14.08%
  • yellow value is 10.19%
  • key color value is 19.22%
CMYK:
(0,14,10,19)
C0M14Y10K19 
(0%,14%,10%,19%)
(0.00/0.14/0.10/0.19)	

CMYK percentages

%0
%14.08
%10.19
%19.22

Codes

Color #CEB1B9 in popluar color models

CEB1B9
RGB206177185
HSL343°22.83%75.10%
HSB/HSV343°14.08%80.78%
CMYK0.00%14.08%10.19%
19.22%

Color #CEB1B9 in popluar number systems.

HEXCEB1B9
Decimal206177185
Binary110011101011000110111001
Octal316261271

Shades and tints

Shades of #CEB1B9

#CEB1B9
(206,177,185)
#BCA1A9
(188,161,169)
#AA9199
(170,145,153)
#988189
(152,129,137)
#867179
(134,113,121)
#746169
(116,97,105)
#625159
(98,81,89)
#504149
(80,65,73)
#3E3139
(62,49,57)
#2C2129
(44,33,41)
#1A1119
(26,17,25)
#000000
(0,0,0)

Tints of #CEB1B9

#CEB1B9
(206,177,185)
#D2B8BF
(210,184,191)
#D6BFC5
(214,191,197)
#DAC6CB
(218,198,203)
#DECDD1
(222,205,209)
#E2D4D7
(226,212,215)
#E6DBDD
(230,219,221)
#EAE2E3
(234,226,227)
#EEE9E9
(238,233,233)
#F2F0EF
(242,240,239)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB1B9; }

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

This text font color is #CEB1B9.


Background Color

.myBgColor { background-color: #CEB1B9; }

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

This div background color is #CEB1B9.


Border color

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

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

This div border color is #CEB1B9.


Opacity

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

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

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

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

This text has shadow with #CEB1B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB1B9 on black background.


Color preview on white background

This text has color #CEB1B9 on white background.



Black color preview on #CEB1B9 background

This text has black color on #CEB1B9 background.


White color preview on #CEB1B9 background

This text has white color on #CEB1B9 background.