COLOR #CAAED3

HEX: #CAAED3
RGB: (202,174,211)

Color info

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

RGB color model

#CAAED3 color RGB value is (202,174,211).

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

RGB channels and saturation

R 202 of 255 = 79%
G 174 of 255 = 68%
B 211 of 255 = 83%

202
174
211

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

Portions of RGB colors in percentages

R + G + B =
202 + 174 + 211 = 587 (100%)
R 202 of 587 ~ 34.41%
G 174 of 587 ~ 29.64%
B 211 of 587 ~ 35.95%

%34.41
%29.64
%35.95

CMYK color model

#CAAED3 color CMYK value is (4,18,0,17).

  • cyan value is 4.27%
  • magenta value is 17.54%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(4,18,0,17)
C4M18Y0K17 
(4%,18%,0%,17%)
(0.04/0.18/0.00/0.17)	

CMYK percentages

%4.27
%17.54
%0
%17.25

Codes

Color #CAAED3 in popluar color models

CAAED3
RGB202174211
HSL285°29.60%75.49%
HSB/HSV285°17.54%82.75%
CMYK4.27%17.54%0.00%
17.25%

Color #CAAED3 in popluar number systems.

HEXCAAED3
Decimal202174211
Binary110010101010111011010011
Octal312256323

Shades and tints

Shades of #CAAED3

#CAAED3
(202,174,211)
#B89FC0
(184,159,192)
#A690AD
(166,144,173)
#94819A
(148,129,154)
#827287
(130,114,135)
#706374
(112,99,116)
#5E5461
(94,84,97)
#4C454E
(76,69,78)
#3A363B
(58,54,59)
#282728
(40,39,40)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #CAAED3

#CAAED3
(202,174,211)
#CEB5D7
(206,181,215)
#D2BCDB
(210,188,219)
#D6C3DF
(214,195,223)
#DACAE3
(218,202,227)
#DED1E7
(222,209,231)
#E2D8EB
(226,216,235)
#E6DFEF
(230,223,239)
#EAE6F3
(234,230,243)
#EEEDF7
(238,237,247)
#F2F4FB
(242,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAAED3; }

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

This text font color is #CAAED3.


Background Color

.myBgColor { background-color: #CAAED3; }

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

This div background color is #CAAED3.


Border color

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

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

This div border color is #CAAED3.


Opacity

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

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

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

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

This text has shadow with #CAAED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAAED3 on black background.


Color preview on white background

This text has color #CAAED3 on white background.



Black color preview on #CAAED3 background

This text has black color on #CAAED3 background.


White color preview on #CAAED3 background

This text has white color on #CAAED3 background.