COLOR #CE6CB1

HEX: #CE6CB1
RGB: (206,108,177)

Color info

#CE6CB1 contains mainly red and blue colors. Web safe color of #CE6CB1 is #CC6699 (or #C69).

RGB color model

#CE6CB1 color RGB value is (206,108,177).

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

RGB channels and saturation

R 206 of 255 = 81%
G 108 of 255 = 42%
B 177 of 255 = 69%

206
108
177

R + G + B ~ 64%. #CE6CB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 108 + 177 = 491 (100%)
R 206 of 491 ~ 41.96%
G 108 of 491 ~ 22%
B 177 of 491 ~ 36.05%

%41.96
%22
%36.05

CMYK color model

#CE6CB1 color CMYK value is (0,48,14,19).

  • cyan value is 0.00%
  • magenta value is 47.57%
  • yellow value is 14.08%
  • key color value is 19.22%
CMYK:
(0,48,14,19)
C0M48Y14K19 
(0%,48%,14%,19%)
(0.00/0.48/0.14/0.19)	

CMYK percentages

%0
%47.57
%14.08
%19.22

Codes

Color #CE6CB1 in popluar color models

CE6CB1
RGB206108177
HSL318°50.00%61.57%
HSB/HSV318°47.57%80.78%
CMYK0.00%47.57%14.08%
19.22%

Color #CE6CB1 in popluar number systems.

HEXCE6CB1
Decimal206108177
Binary11001110110110010110001
Octal316154261

Shades and tints

Shades of #CE6CB1

#CE6CB1
(206,108,177)
#BC63A1
(188,99,161)
#AA5A91
(170,90,145)
#985181
(152,81,129)
#864871
(134,72,113)
#743F61
(116,63,97)
#623651
(98,54,81)
#502D41
(80,45,65)
#3E2431
(62,36,49)
#2C1B21
(44,27,33)
#1A1211
(26,18,17)
#000000
(0,0,0)

Tints of #CE6CB1

#CE6CB1
(206,108,177)
#D279B8
(210,121,184)
#D686BF
(214,134,191)
#DA93C6
(218,147,198)
#DEA0CD
(222,160,205)
#E2ADD4
(226,173,212)
#E6BADB
(230,186,219)
#EAC7E2
(234,199,226)
#EED4E9
(238,212,233)
#F2E1F0
(242,225,240)
#F6EEF7
(246,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE6CB1; }

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

This text font color is #CE6CB1.


Background Color

.myBgColor { background-color: #CE6CB1; }

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

This div background color is #CE6CB1.


Border color

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

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

This div border color is #CE6CB1.


Opacity

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

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

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

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

This text has shadow with #CE6CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE6CB1 on black background.


Color preview on white background

This text has color #CE6CB1 on white background.



Black color preview on #CE6CB1 background

This text has black color on #CE6CB1 background.


White color preview on #CE6CB1 background

This text has white color on #CE6CB1 background.