COLOR #CEB2C1

HEX: #CEB2C1
RGB: (206,178,193)

Color info

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

RGB color model

#CEB2C1 color RGB value is (206,178,193).

  • red value is 206;
  • green value is 178;
  • blue value is 193.
RGB:
(206,178,193)
(81%,70%,76%)

RGB channels and saturation

R 206 of 255 = 81%
G 178 of 255 = 70%
B 193 of 255 = 76%

206
178
193

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

Portions of RGB colors in percentages

R + G + B =
206 + 178 + 193 = 577 (100%)
R 206 of 577 ~ 35.7%
G 178 of 577 ~ 30.85%
B 193 of 577 ~ 33.45%

%35.7
%30.85
%33.45

CMYK color model

#CEB2C1 color CMYK value is (0,14,6,19).

  • cyan value is 0.00%
  • magenta value is 13.59%
  • yellow value is 6.31%
  • key color value is 19.22%
CMYK:
(0,14,6,19)
C0M14Y6K19 
(0%,14%,6%,19%)
(0.00/0.14/0.06/0.19)	

CMYK percentages

%0
%13.59
%6.31
%19.22

Codes

Color #CEB2C1 in popluar color models

CEB2C1
RGB206178193
HSL328°22.22%75.29%
HSB/HSV328°13.59%80.78%
CMYK0.00%13.59%6.31%
19.22%

Color #CEB2C1 in popluar number systems.

HEXCEB2C1
Decimal206178193
Binary110011101011001011000001
Octal316262301

Shades and tints

Shades of #CEB2C1

#CEB2C1
(206,178,193)
#BCA2B0
(188,162,176)
#AA929F
(170,146,159)
#98828E
(152,130,142)
#86727D
(134,114,125)
#74626C
(116,98,108)
#62525B
(98,82,91)
#50424A
(80,66,74)
#3E3239
(62,50,57)
#2C2228
(44,34,40)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #CEB2C1

#CEB2C1
(206,178,193)
#D2B9C6
(210,185,198)
#D6C0CB
(214,192,203)
#DAC7D0
(218,199,208)
#DECED5
(222,206,213)
#E2D5DA
(226,213,218)
#E6DCDF
(230,220,223)
#EAE3E4
(234,227,228)
#EEEAE9
(238,234,233)
#F2F1EE
(242,241,238)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB2C1 color. Also use rgb(206,178,193) instead hex code.

Text Font Color

.myTextColor { color: #CEB2C1; }

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

This text font color is #CEB2C1.


Background Color

.myBgColor { background-color: #CEB2C1; }

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

This div background color is #CEB2C1.


Border color

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

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

This div border color is #CEB2C1.


Opacity

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

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

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

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

This text has shadow with #CEB2C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB2C1 on black background.


Color preview on white background

This text has color #CEB2C1 on white background.



Black color preview on #CEB2C1 background

This text has black color on #CEB2C1 background.


White color preview on #CEB2C1 background

This text has white color on #CEB2C1 background.