COLOR #CE6CBC

HEX: #CE6CBC RGB: (206,108,188)

Color info

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

RGB color model

#CE6CBC color RGB value is (206,108,188).

RGB: (206,108,188) (81%, 42%, 74%)

RGB channels and saturation

R 206 of 255 = 81%
G 108 of 255 = 42%
B 188 of 255 = 74%

206
108
188

R + G + B ~ 66%. #CE6CBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 108 + 188 = 502 (100%)
R 206 of 502 ~ 41.04%
G 108 of 502 ~ 21.51%
B 188 of 502 ~ 37.45'%

%41.04
%21.51
%37.45

CMYK color model

#CE6CBC color CMYK value is (0,48,9,19).

  • cyan value is 0.00%
  • magenta value is 47.57%
  • yellow value is 8.74%
  • key color value is 19.22%

CMYK: (0,48,9,19)
C0M48Y9K19 (0%, 48%, 9%, 19%)
(0.00 / 0.48 / 0.09 / 0.19)

CMYK percentages

%0
%47.57
%8.74
%19.22

Codes

Color #CE6CBC in popluar color models

CE 6C BC
RGB 206 108 188
HSL 311° 50.00% 61.57%
HSB/HSV 311° 47.57% 80.78%
CMYK 0.00% 47.57% 8.74%
19.22%

Color #CE6CBC in popluar number systems.

HEX CE 6C BC
Decimal 206 108 188
Binary 11001110 1101100 10111100
Octal 316 154 274

Shades and tints

Shades of #CE6CBC

#CE6CBC
(206,108,188)
#BC63AB
(188,99,171)
#AA5A9A
(170,90,154)
#985189
(152,81,137)
#864878
(134,72,120)
#743F67
(116,63,103)
#623656
(98,54,86)
#502D45
(80,45,69)
#3E2434
(62,36,52)
#2C1B23
(44,27,35)
#1A1212
(26,18,18)
#000000
(0,0,0)

Tints of #CE6CBC

#CE6CBC
(206,108,188)
#D279C2
(210,121,194)
#D686C8
(214,134,200)
#DA93CE
(218,147,206)
#DEA0D4
(222,160,212)
#E2ADDA
(226,173,218)
#E6BAE0
(230,186,224)
#EAC7E6
(234,199,230)
#EED4EC
(238,212,236)
#F2E1F2
(242,225,242)
#F6EEF8
(246,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE6CBC; }

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

This text font color is #CE6CBC.

Background Color

.myBgColor { background-color: #CE6CBC; }

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

This div background color is #CE6CBC.

Border color

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

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

This div border color is #CE6CBC.

Opacity

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

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

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

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

This text has shadow with #CE6CBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE6CBC.

Preview

Color preview on black background

This text has color #CE6CBC on black background.


Color preview on white background

This text has color #CE6CBC on white background.


Black color preview on #CE6CBC background

This text has black color on #CE6CBC background.


White color preview on #CE6CBC background

This text has white color on #CE6CBC background.


Related colors

Complementary color

Complementary color for #hex is #319343.


I love getcolorcode.com

Triadic colors

1 #BCCE6C and #6CBCCE with #CE6CBC are triadic colors.

2 #BC6CCE and #6CCEBC with #CE6CBC are triadic colors.