COLOR #CAADD6

HEX: #CAADD6
RGB: (202,173,214)

Color info

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

RGB color model

#CAADD6 color RGB value is (202,173,214).

  • red value is 202;
  • green value is 173;
  • blue value is 214.
RGB:
(202,173,214)
(79%,68%,84%)

RGB channels and saturation

R 202 of 255 = 79%
G 173 of 255 = 68%
B 214 of 255 = 84%

202
173
214

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

Portions of RGB colors in percentages

R + G + B =
202 + 173 + 214 = 589 (100%)
R 202 of 589 ~ 34.3%
G 173 of 589 ~ 29.37%
B 214 of 589 ~ 36.33%

%34.3
%29.37
%36.33

CMYK color model

#CAADD6 color CMYK value is (6,19,0,16).

  • cyan value is 5.61%
  • magenta value is 19.16%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(6,19,0,16)
C6M19Y0K16 
(6%,19%,0%,16%)
(0.06/0.19/0.00/0.16)	

CMYK percentages

%5.61
%19.16
%0
%16.08

Codes

Color #CAADD6 in popluar color models

CAADD6
RGB202173214
HSL282°33.33%75.88%
HSB/HSV282°19.16%83.92%
CMYK5.61%19.16%0.00%
16.08%

Color #CAADD6 in popluar number systems.

HEXCAADD6
Decimal202173214
Binary110010101010110111010110
Octal312255326

Shades and tints

Shades of #CAADD6

#CAADD6
(202,173,214)
#B89EC3
(184,158,195)
#A68FB0
(166,143,176)
#94809D
(148,128,157)
#82718A
(130,113,138)
#706277
(112,98,119)
#5E5364
(94,83,100)
#4C4451
(76,68,81)
#3A353E
(58,53,62)
#28262B
(40,38,43)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #CAADD6

#CAADD6
(202,173,214)
#CEB4D9
(206,180,217)
#D2BBDC
(210,187,220)
#D6C2DF
(214,194,223)
#DAC9E2
(218,201,226)
#DED0E5
(222,208,229)
#E2D7E8
(226,215,232)
#E6DEEB
(230,222,235)
#EAE5EE
(234,229,238)
#EEECF1
(238,236,241)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAADD6; }

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

This text font color is #CAADD6.


Background Color

.myBgColor { background-color: #CAADD6; }

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

This div background color is #CAADD6.


Border color

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

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

This div border color is #CAADD6.


Opacity

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

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

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

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

This text has shadow with #CAADD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAADD6 on black background.


Color preview on white background

This text has color #CAADD6 on white background.



Black color preview on #CAADD6 background

This text has black color on #CAADD6 background.


White color preview on #CAADD6 background

This text has white color on #CAADD6 background.