COLOR #C29CEE

HEX: #C29CEE
RGB: (194,156,238)

Color info

#C29CEE contains mainly red and blue colors. Web safe color of #C29CEE is #CC99FF (or #C9F).

RGB color model

#C29CEE color RGB value is (194,156,238).

  • red value is 194;
  • green value is 156;
  • blue value is 238.
RGB:
(194,156,238)
(76%,61%,93%)

RGB channels and saturation

R 194 of 255 = 76%
G 156 of 255 = 61%
B 238 of 255 = 93%

194
156
238

R + G + B ~ 77%. #C29CEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 156 + 238 = 588 (100%)
R 194 of 588 ~ 32.99%
G 156 of 588 ~ 26.53%
B 238 of 588 ~ 40.48%

%32.99
%26.53
%40.48

CMYK color model

#C29CEE color CMYK value is (18,34,0,7).

  • cyan value is 18.49%
  • magenta value is 34.45%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(18,34,0,7)
C18M34Y0K7 
(18%,34%,0%,7%)
(0.18/0.34/0.00/0.07)	

CMYK percentages

%18.49
%34.45
%0
%6.67

Codes

Color #C29CEE in popluar color models

C29CEE
RGB194156238
HSL268°70.69%77.25%
HSB/HSV268°34.45%93.33%
CMYK18.49%34.45%0.00%
6.67%

Color #C29CEE in popluar number systems.

HEXC29CEE
Decimal194156238
Binary110000101001110011101110
Octal302234356

Shades and tints

Shades of #C29CEE

#C29CEE
(194,156,238)
#B18ED9
(177,142,217)
#A080C4
(160,128,196)
#8F72AF
(143,114,175)
#7E649A
(126,100,154)
#6D5685
(109,86,133)
#5C4870
(92,72,112)
#4B3A5B
(75,58,91)
#3A2C46
(58,44,70)
#291E31
(41,30,49)
#18101C
(24,16,28)
#000000
(0,0,0)

Tints of #C29CEE

#C29CEE
(194,156,238)
#C7A5EF
(199,165,239)
#CCAEF0
(204,174,240)
#D1B7F1
(209,183,241)
#D6C0F2
(214,192,242)
#DBC9F3
(219,201,243)
#E0D2F4
(224,210,244)
#E5DBF5
(229,219,245)
#EAE4F6
(234,228,246)
#EFEDF7
(239,237,247)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C29CEE color. Also use rgb(194,156,238) instead hex code.

Text Font Color

.myTextColor { color: #C29CEE; }

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

This text font color is #C29CEE.


Background Color

.myBgColor { background-color: #C29CEE; }

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

This div background color is #C29CEE.


Border color

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

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

This div border color is #C29CEE.


Opacity

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

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

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

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

This text has shadow with #C29CEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29CEE on black background.


Color preview on white background

This text has color #C29CEE on white background.



Black color preview on #C29CEE background

This text has black color on #C29CEE background.


White color preview on #C29CEE background

This text has white color on #C29CEE background.