COLOR #C29EEA

HEX: #C29EEA RGB: (194,158,234)

Color info

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

RGB color model

#C29EEA color RGB value is (194,158,234).

RGB: (194,158,234) (76%, 62%, 92%)

RGB channels and saturation

R 194 of 255 = 76%
G 158 of 255 = 62%
B 234 of 255 = 92%

194
158
234

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

Portions of RGB colors in percentages

R + G + B = 194 + 158 + 234 = 586 (100%)
R 194 of 586 ~ 33.11%
G 158 of 586 ~ 26.96%
B 234 of 586 ~ 39.93'%

%33.11
%26.96
%39.93

CMYK color model

#C29EEA color CMYK value is (17,32,0,8).

  • cyan value is 17.09%
  • magenta value is 32.48%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (17,32,0,8)
C17M32Y0K8 (17%, 32%, 0%, 8%)
(0.17 / 0.32 / 0.00 / 0.08)

CMYK percentages

%17.09
%32.48
%0
%8.24

Codes

Color #C29EEA in popluar color models

C2 9E EA
RGB 194 158 234
HSL 268° 64.41% 76.86%
HSB/HSV 268° 32.48% 91.76%
CMYK 17.09% 32.48% 0.00%
8.24%

Color #C29EEA in popluar number systems.

HEX C2 9E EA
Decimal 194 158 234
Binary 11000010 10011110 11101010
Octal 302 236 352

Shades and tints

Shades of #C29EEA

#C29EEA
(194,158,234)
#B190D5
(177,144,213)
#A082C0
(160,130,192)
#8F74AB
(143,116,171)
#7E6696
(126,102,150)
#6D5881
(109,88,129)
#5C4A6C
(92,74,108)
#4B3C57
(75,60,87)
#3A2E42
(58,46,66)
#29202D
(41,32,45)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #C29EEA

#C29EEA
(194,158,234)
#C7A6EB
(199,166,235)
#CCAEEC
(204,174,236)
#D1B6ED
(209,182,237)
#D6BEEE
(214,190,238)
#DBC6EF
(219,198,239)
#E0CEF0
(224,206,240)
#E5D6F1
(229,214,241)
#EADEF2
(234,222,242)
#EFE6F3
(239,230,243)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C29EEA color. Also use rgb(194,158,234) instead hex code.

Text Font Color

.myTextColor { color: #C29EEA; }

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

This text font color is #C29EEA.

Background Color

.myBgColor { background-color: #C29EEA; }

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

This div background color is #C29EEA.

Border color

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

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

This div border color is #C29EEA.

Opacity

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

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

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

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

This text has shadow with #C29EEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C29EEA.

Preview

Color preview on black background

This text has color #C29EEA on black background.


Color preview on white background

This text has color #C29EEA on white background.


Black color preview on #C29EEA background

This text has black color on #C29EEA background.


White color preview on #C29EEA background

This text has white color on #C29EEA background.


Related colors

Complementary color

Complementary color for #hex is #3D6115.


I love getcolorcode.com

Triadic colors

1 #EAC29E and #9EEAC2 with #C29EEA are triadic colors.

2 #EA9EC2 and #9EC2EA with #C29EEA are triadic colors.