COLOR #C3AEEE

HEX: #C3AEEE
RGB: (195,174,238)

Color info

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

RGB color model

#C3AEEE color RGB value is (195,174,238).

  • red value is 195;
  • green value is 174;
  • blue value is 238.
RGB:
(195,174,238)
(76%,68%,93%)

RGB channels and saturation

R 195 of 255 = 76%
G 174 of 255 = 68%
B 238 of 255 = 93%

195
174
238

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

Portions of RGB colors in percentages

R + G + B =
195 + 174 + 238 = 607 (100%)
R 195 of 607 ~ 32.13%
G 174 of 607 ~ 28.67%
B 238 of 607 ~ 39.21%

%32.13
%28.67
%39.21

CMYK color model

#C3AEEE color CMYK value is (18,27,0,7).

  • cyan value is 18.07%
  • magenta value is 26.89%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(18,27,0,7)
C18M27Y0K7 
(18%,27%,0%,7%)
(0.18/0.27/0.00/0.07)	

CMYK percentages

%18.07
%26.89
%0
%6.67

Codes

Color #C3AEEE in popluar color models

C3AEEE
RGB195174238
HSL260°65.31%80.78%
HSB/HSV260°26.89%93.33%
CMYK18.07%26.89%0.00%
6.67%

Color #C3AEEE in popluar number systems.

HEXC3AEEE
Decimal195174238
Binary110000111010111011101110
Octal303256356

Shades and tints

Shades of #C3AEEE

#C3AEEE
(195,174,238)
#B29FD9
(178,159,217)
#A190C4
(161,144,196)
#9081AF
(144,129,175)
#7F729A
(127,114,154)
#6E6385
(110,99,133)
#5D5470
(93,84,112)
#4C455B
(76,69,91)
#3B3646
(59,54,70)
#2A2731
(42,39,49)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #C3AEEE

#C3AEEE
(195,174,238)
#C8B5EF
(200,181,239)
#CDBCF0
(205,188,240)
#D2C3F1
(210,195,241)
#D7CAF2
(215,202,242)
#DCD1F3
(220,209,243)
#E1D8F4
(225,216,244)
#E6DFF5
(230,223,245)
#EBE6F6
(235,230,246)
#F0EDF7
(240,237,247)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AEEE; }

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

This text font color is #C3AEEE.


Background Color

.myBgColor { background-color: #C3AEEE; }

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

This div background color is #C3AEEE.


Border color

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

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

This div border color is #C3AEEE.


Opacity

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

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

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

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

This text has shadow with #C3AEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AEEE on black background.


Color preview on white background

This text has color #C3AEEE on white background.



Black color preview on #C3AEEE background

This text has black color on #C3AEEE background.


White color preview on #C3AEEE background

This text has white color on #C3AEEE background.