COLOR #C4AAED

HEX: #C4AAED
RGB: (196,170,237)

Color info

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

RGB color model

#C4AAED color RGB value is (196,170,237).

  • red value is 196;
  • green value is 170;
  • blue value is 237.
RGB:
(196,170,237)
(77%,67%,93%)

RGB channels and saturation

R 196 of 255 = 77%
G 170 of 255 = 67%
B 237 of 255 = 93%

196
170
237

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

Portions of RGB colors in percentages

R + G + B =
196 + 170 + 237 = 603 (100%)
R 196 of 603 ~ 32.5%
G 170 of 603 ~ 28.19%
B 237 of 603 ~ 39.3%

%32.5
%28.19
%39.3

CMYK color model

#C4AAED color CMYK value is (17,28,0,7).

  • cyan value is 17.30%
  • magenta value is 28.27%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(17,28,0,7)
C17M28Y0K7 
(17%,28%,0%,7%)
(0.17/0.28/0.00/0.07)	

CMYK percentages

%17.3
%28.27
%0
%7.06

Codes

Color #C4AAED in popluar color models

C4AAED
RGB196170237
HSL263°65.05%79.80%
HSB/HSV263°28.27%92.94%
CMYK17.30%28.27%0.00%
7.06%

Color #C4AAED in popluar number systems.

HEXC4AAED
Decimal196170237
Binary110001001010101011101101
Octal304252355

Shades and tints

Shades of #C4AAED

#C4AAED
(196,170,237)
#B39BD8
(179,155,216)
#A28CC3
(162,140,195)
#917DAE
(145,125,174)
#806E99
(128,110,153)
#6F5F84
(111,95,132)
#5E506F
(94,80,111)
#4D415A
(77,65,90)
#3C3245
(60,50,69)
#2B2330
(43,35,48)
#1A141B
(26,20,27)
#000000
(0,0,0)

Tints of #C4AAED

#C4AAED
(196,170,237)
#C9B1EE
(201,177,238)
#CEB8EF
(206,184,239)
#D3BFF0
(211,191,240)
#D8C6F1
(216,198,241)
#DDCDF2
(221,205,242)
#E2D4F3
(226,212,243)
#E7DBF4
(231,219,244)
#ECE2F5
(236,226,245)
#F1E9F6
(241,233,246)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4AAED color. Also use rgb(196,170,237) instead hex code.

Text Font Color

.myTextColor { color: #C4AAED; }

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

This text font color is #C4AAED.


Background Color

.myBgColor { background-color: #C4AAED; }

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

This div background color is #C4AAED.


Border color

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

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

This div border color is #C4AAED.


Opacity

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

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

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

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

This text has shadow with #C4AAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AAED on black background.


Color preview on white background

This text has color #C4AAED on white background.



Black color preview on #C4AAED background

This text has black color on #C4AAED background.


White color preview on #C4AAED background

This text has white color on #C4AAED background.