COLOR #C3AEEA

HEX: #C3AEEA RGB: (195,174,234)

Color info

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

RGB color model

#C3AEEA color RGB value is (195,174,234).

RGB: (195,174,234) (76%, 68%, 92%)

RGB channels and saturation

R 195 of 255 = 76%
G 174 of 255 = 68%
B 234 of 255 = 92%

195
174
234

R + G + B ~ 79%. #C3AEEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 174 + 234 = 603 (100%)
R 195 of 603 ~ 32.34%
G 174 of 603 ~ 28.86%
B 234 of 603 ~ 38.81'%

%32.34
%28.86
%38.81

CMYK color model

#C3AEEA color CMYK value is (17,26,0,8).

  • cyan value is 16.67%
  • magenta value is 25.64%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (17,26,0,8)
C17M26Y0K8 (17%, 26%, 0%, 8%)
(0.17 / 0.26 / 0.00 / 0.08)

CMYK percentages

%16.67
%25.64
%0
%8.24

Codes

Color #C3AEEA in popluar color models

C3 AE EA
RGB 195 174 234
HSL 261° 58.82% 80.00%
HSB/HSV 261° 25.64% 91.76%
CMYK 16.67% 25.64% 0.00%
8.24%

Color #C3AEEA in popluar number systems.

HEX C3 AE EA
Decimal 195 174 234
Binary 11000011 10101110 11101010
Octal 303 256 352

Shades and tints

Shades of #C3AEEA

#C3AEEA
(195,174,234)
#B29FD5
(178,159,213)
#A190C0
(161,144,192)
#9081AB
(144,129,171)
#7F7296
(127,114,150)
#6E6381
(110,99,129)
#5D546C
(93,84,108)
#4C4557
(76,69,87)
#3B3642
(59,54,66)
#2A272D
(42,39,45)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #C3AEEA

#C3AEEA
(195,174,234)
#C8B5EB
(200,181,235)
#CDBCEC
(205,188,236)
#D2C3ED
(210,195,237)
#D7CAEE
(215,202,238)
#DCD1EF
(220,209,239)
#E1D8F0
(225,216,240)
#E6DFF1
(230,223,241)
#EBE6F2
(235,230,242)
#F0EDF3
(240,237,243)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3AEEA color. Also use rgb(195,174,234) instead hex code.

Text Font Color

.myTextColor { color: #C3AEEA; }

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

This text font color is #C3AEEA.

Background Color

.myBgColor { background-color: #C3AEEA; }

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

This div background color is #C3AEEA.

Border color

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

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

This div border color is #C3AEEA.

Opacity

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

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

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

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

This text has shadow with #C3AEEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3AEEA.

Preview

Color preview on black background

This text has color #C3AEEA on black background.


Color preview on white background

This text has color #C3AEEA on white background.


Black color preview on #C3AEEA background

This text has black color on #C3AEEA background.


White color preview on #C3AEEA background

This text has white color on #C3AEEA background.


Related colors

Complementary color

Complementary color for #hex is #3C5115.


I love getcolorcode.com

Triadic colors

1 #EAC3AE and #AEEAC3 with #C3AEEA are triadic colors.

2 #EAAEC3 and #AEC3EA with #C3AEEA are triadic colors.