COLOR #CEB2C5

HEX: #CEB2C5
RGB: (206,178,197)

Color info

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

RGB color model

#CEB2C5 color RGB value is (206,178,197).

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

RGB channels and saturation

R 206 of 255 = 81%
G 178 of 255 = 70%
B 197 of 255 = 77%

206
178
197

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

Portions of RGB colors in percentages

R + G + B =
206 + 178 + 197 = 581 (100%)
R 206 of 581 ~ 35.46%
G 178 of 581 ~ 30.64%
B 197 of 581 ~ 33.91%

%35.46
%30.64
%33.91

CMYK color model

#CEB2C5 color CMYK value is (0,14,4,19).

  • cyan value is 0.00%
  • magenta value is 13.59%
  • yellow value is 4.37%
  • key color value is 19.22%
CMYK:
(0,14,4,19)
C0M14Y4K19 
(0%,14%,4%,19%)
(0.00/0.14/0.04/0.19)	

CMYK percentages

%0
%13.59
%4.37
%19.22

Codes

Color #CEB2C5 in popluar color models

CEB2C5
RGB206178197
HSL319°22.22%75.29%
HSB/HSV319°13.59%80.78%
CMYK0.00%13.59%4.37%
19.22%

Color #CEB2C5 in popluar number systems.

HEXCEB2C5
Decimal206178197
Binary110011101011001011000101
Octal316262305

Shades and tints

Shades of #CEB2C5

#CEB2C5
(206,178,197)
#BCA2B4
(188,162,180)
#AA92A3
(170,146,163)
#988292
(152,130,146)
#867281
(134,114,129)
#746270
(116,98,112)
#62525F
(98,82,95)
#50424E
(80,66,78)
#3E323D
(62,50,61)
#2C222C
(44,34,44)
#1A121B
(26,18,27)
#000000
(0,0,0)

Tints of #CEB2C5

#CEB2C5
(206,178,197)
#D2B9CA
(210,185,202)
#D6C0CF
(214,192,207)
#DAC7D4
(218,199,212)
#DECED9
(222,206,217)
#E2D5DE
(226,213,222)
#E6DCE3
(230,220,227)
#EAE3E8
(234,227,232)
#EEEAED
(238,234,237)
#F2F1F2
(242,241,242)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB2C5; }

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

This text font color is #CEB2C5.


Background Color

.myBgColor { background-color: #CEB2C5; }

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

This div background color is #CEB2C5.


Border color

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

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

This div border color is #CEB2C5.


Opacity

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

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

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

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

This text has shadow with #CEB2C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB2C5 on black background.


Color preview on white background

This text has color #CEB2C5 on white background.



Black color preview on #CEB2C5 background

This text has black color on #CEB2C5 background.


White color preview on #CEB2C5 background

This text has white color on #CEB2C5 background.