COLOR #CAADD3

HEX: #CAADD3 RGB: (202,173,211)

Color info

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

RGB color model

#CAADD3 color RGB value is (202,173,211).

RGB: (202,173,211) (79%, 68%, 83%)

RGB channels and saturation

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

202
173
211

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

Portions of RGB colors in percentages

R + G + B = 202 + 173 + 211 = 586 (100%)
R 202 of 586 ~ 34.47%
G 173 of 586 ~ 29.52%
B 211 of 586 ~ 36.01'%

%34.47
%29.52
%36.01

CMYK color model

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

  • cyan value is 4.27%
  • magenta value is 18.01%
  • 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
%18.01
%0
%17.25

Codes

Color #CAADD3 in popluar color models

CA AD D3
RGB 202 173 211
HSL 286° 30.16% 75.29%
HSB/HSV 286° 18.01% 82.75%
CMYK 4.27% 18.01% 0.00%
17.25%

Color #CAADD3 in popluar number systems.

HEX CA AD D3
Decimal 202 173 211
Binary 11001010 10101101 11010011
Octal 312 255 323

Shades and tints

Shades of #CAADD3

#CAADD3
(202,173,211)
#B89EC0
(184,158,192)
#A68FAD
(166,143,173)
#94809A
(148,128,154)
#827187
(130,113,135)
#706274
(112,98,116)
#5E5361
(94,83,97)
#4C444E
(76,68,78)
#3A353B
(58,53,59)
#282628
(40,38,40)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #CAADD3

#CAADD3
(202,173,211)
#CEB4D7
(206,180,215)
#D2BBDB
(210,187,219)
#D6C2DF
(214,194,223)
#DAC9E3
(218,201,227)
#DED0E7
(222,208,231)
#E2D7EB
(226,215,235)
#E6DEEF
(230,222,239)
#EAE5F3
(234,229,243)
#EEECF7
(238,236,247)
#F2F3FB
(242,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAADD3; }

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

This text font color is #CAADD3.

Background Color

.myBgColor { background-color: #CAADD3; }

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

This div background color is #CAADD3.

Border color

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

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

This div border color is #CAADD3.

Opacity

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

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

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

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

This text has shadow with #CAADD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAADD3.

Preview

Color preview on black background

This text has color #CAADD3 on black background.


Color preview on white background

This text has color #CAADD3 on white background.


Black color preview on #CAADD3 background

This text has black color on #CAADD3 background.


White color preview on #CAADD3 background

This text has white color on #CAADD3 background.


Related colors

Complementary color

Complementary color for #hex is #35522C.


I love getcolorcode.com

Triadic colors

1 #D3CAAD and #ADD3CA with #CAADD3 are triadic colors.

2 #D3ADCA and #ADCAD3 with #CAADD3 are triadic colors.