COLOR #CAAEC9

HEX: #CAAEC9
RGB: (202,174,201)

Color info

#CAAEC9 contains red, green and blue colors in about the same proportion. Web safe color of #CAAEC9 is #CC99CC (or #C9C).

RGB color model

#CAAEC9 color RGB value is (202,174,201).

  • red value is 202;
  • green value is 174;
  • blue value is 201.
RGB:
(202,174,201)
(79%,68%,79%)

RGB channels and saturation

R 202 of 255 = 79%
G 174 of 255 = 68%
B 201 of 255 = 79%

202
174
201

R + G + B ~ 75%. #CAAEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 174 + 201 = 577 (100%)
R 202 of 577 ~ 35.01%
G 174 of 577 ~ 30.16%
B 201 of 577 ~ 34.84%

%35.01
%30.16
%34.84

CMYK color model

#CAAEC9 color CMYK value is (0,14,0,21).

  • cyan value is 0.00%
  • magenta value is 13.86%
  • yellow value is 0.50%
  • key color value is 20.78%
CMYK:
(0,14,0,21)
C0M14Y0K21 
(0%,14%,0%,21%)
(0.00/0.14/0.00/0.21)	

CMYK percentages

%0
%13.86
%0.5
%20.78

Codes

Color #CAAEC9 in popluar color models

CAAEC9
RGB202174201
HSL302°20.90%73.73%
HSB/HSV302°13.86%79.22%
CMYK0.00%13.86%0.50%
20.78%

Color #CAAEC9 in popluar number systems.

HEXCAAEC9
Decimal202174201
Binary110010101010111011001001
Octal312256311

Shades and tints

Shades of #CAAEC9

#CAAEC9
(202,174,201)
#B89FB7
(184,159,183)
#A690A5
(166,144,165)
#948193
(148,129,147)
#827281
(130,114,129)
#70636F
(112,99,111)
#5E545D
(94,84,93)
#4C454B
(76,69,75)
#3A3639
(58,54,57)
#282727
(40,39,39)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #CAAEC9

#CAAEC9
(202,174,201)
#CEB5CD
(206,181,205)
#D2BCD1
(210,188,209)
#D6C3D5
(214,195,213)
#DACAD9
(218,202,217)
#DED1DD
(222,209,221)
#E2D8E1
(226,216,225)
#E6DFE5
(230,223,229)
#EAE6E9
(234,230,233)
#EEEDED
(238,237,237)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAAEC9 color. Also use rgb(202,174,201) instead hex code.

Text Font Color

.myTextColor { color: #CAAEC9; }

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

This text font color is #CAAEC9.


Background Color

.myBgColor { background-color: #CAAEC9; }

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

This div background color is #CAAEC9.


Border color

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

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

This div border color is #CAAEC9.


Opacity

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

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

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

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

This text has shadow with #CAAEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAAEC9 on black background.


Color preview on white background

This text has color #CAAEC9 on white background.



Black color preview on #CAAEC9 background

This text has black color on #CAAEC9 background.


White color preview on #CAAEC9 background

This text has white color on #CAAEC9 background.