COLOR #CE6DC4

HEX: #CE6DC4
RGB: (206,109,196)

Color info

#CE6DC4 contains mainly red and blue colors. Web safe color of #CE6DC4 is #CC66CC (or #C6C).

RGB color model

#CE6DC4 color RGB value is (206,109,196).

  • red value is 206;
  • green value is 109;
  • blue value is 196.
RGB:
(206,109,196)
(81%,43%,77%)

RGB channels and saturation

R 206 of 255 = 81%
G 109 of 255 = 43%
B 196 of 255 = 77%

206
109
196

R + G + B ~ 67%. #CE6DC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 109 + 196 = 511 (100%)
R 206 of 511 ~ 40.31%
G 109 of 511 ~ 21.33%
B 196 of 511 ~ 38.36%

%40.31
%21.33
%38.36

CMYK color model

#CE6DC4 color CMYK value is (0,47,5,19).

  • cyan value is 0.00%
  • magenta value is 47.09%
  • yellow value is 4.85%
  • key color value is 19.22%
CMYK:
(0,47,5,19)
C0M47Y5K19 
(0%,47%,5%,19%)
(0.00/0.47/0.05/0.19)	

CMYK percentages

%0
%47.09
%4.85
%19.22

Codes

Color #CE6DC4 in popluar color models

CE6DC4
RGB206109196
HSL306°49.74%61.76%
HSB/HSV306°47.09%80.78%
CMYK0.00%47.09%4.85%
19.22%

Color #CE6DC4 in popluar number systems.

HEXCE6DC4
Decimal206109196
Binary11001110110110111000100
Octal316155304

Shades and tints

Shades of #CE6DC4

#CE6DC4
(206,109,196)
#BC64B3
(188,100,179)
#AA5BA2
(170,91,162)
#985291
(152,82,145)
#864980
(134,73,128)
#74406F
(116,64,111)
#62375E
(98,55,94)
#502E4D
(80,46,77)
#3E253C
(62,37,60)
#2C1C2B
(44,28,43)
#1A131A
(26,19,26)
#000000
(0,0,0)

Tints of #CE6DC4

#CE6DC4
(206,109,196)
#D27AC9
(210,122,201)
#D687CE
(214,135,206)
#DA94D3
(218,148,211)
#DEA1D8
(222,161,216)
#E2AEDD
(226,174,221)
#E6BBE2
(230,187,226)
#EAC8E7
(234,200,231)
#EED5EC
(238,213,236)
#F2E2F1
(242,226,241)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE6DC4 color. Also use rgb(206,109,196) instead hex code.

Text Font Color

.myTextColor { color: #CE6DC4; }

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

This text font color is #CE6DC4.


Background Color

.myBgColor { background-color: #CE6DC4; }

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

This div background color is #CE6DC4.


Border color

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

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

This div border color is #CE6DC4.


Opacity

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

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

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

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

This text has shadow with #CE6DC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE6DC4 on black background.


Color preview on white background

This text has color #CE6DC4 on white background.



Black color preview on #CE6DC4 background

This text has black color on #CE6DC4 background.


White color preview on #CE6DC4 background

This text has white color on #CE6DC4 background.