COLOR #CAADC6

HEX: #CAADC6 RGB: (202,173,198)

Color info

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

RGB color model

#CAADC6 color RGB value is (202,173,198).

RGB: (202,173,198) (79%, 68%, 78%)

RGB channels and saturation

R 202 of 255 = 79%
G 173 of 255 = 68%
B 198 of 255 = 78%

202
173
198

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

Portions of RGB colors in percentages

R + G + B = 202 + 173 + 198 = 573 (100%)
R 202 of 573 ~ 35.25%
G 173 of 573 ~ 30.19%
B 198 of 573 ~ 34.55'%

%35.25
%30.19
%34.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 1.98%
  • key color value is 20.78%

CMYK: (0,14,2,21)
C0M14Y2K21 (0%, 14%, 2%, 21%)
(0.00 / 0.14 / 0.02 / 0.21)

CMYK percentages

%0
%14.36
%1.98
%20.78

Codes

Color #CAADC6 in popluar color models

CA AD C6
RGB 202 173 198
HSL 308° 21.48% 73.53%
HSB/HSV 308° 14.36% 79.22%
CMYK 0.00% 14.36% 1.98%
20.78%

Color #CAADC6 in popluar number systems.

HEX CA AD C6
Decimal 202 173 198
Binary 11001010 10101101 11000110
Octal 312 255 306

Shades and tints

Shades of #CAADC6

#CAADC6
(202,173,198)
#B89EB4
(184,158,180)
#A68FA2
(166,143,162)
#948090
(148,128,144)
#82717E
(130,113,126)
#70626C
(112,98,108)
#5E535A
(94,83,90)
#4C4448
(76,68,72)
#3A3536
(58,53,54)
#282624
(40,38,36)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #CAADC6

#CAADC6
(202,173,198)
#CEB4CB
(206,180,203)
#D2BBD0
(210,187,208)
#D6C2D5
(214,194,213)
#DAC9DA
(218,201,218)
#DED0DF
(222,208,223)
#E2D7E4
(226,215,228)
#E6DEE9
(230,222,233)
#EAE5EE
(234,229,238)
#EEECF3
(238,236,243)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAADC6; }

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

This text font color is #CAADC6.

Background Color

.myBgColor { background-color: #CAADC6; }

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

This div background color is #CAADC6.

Border color

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

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

This div border color is #CAADC6.

Opacity

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

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

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

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

This text has shadow with #CAADC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAADC6.

Preview

Color preview on black background

This text has color #CAADC6 on black background.


Color preview on white background

This text has color #CAADC6 on white background.


Black color preview on #CAADC6 background

This text has black color on #CAADC6 background.


White color preview on #CAADC6 background

This text has white color on #CAADC6 background.


Related colors

Complementary color

Complementary color for #hex is #355239.


I love getcolorcode.com

Triadic colors

1 #C6CAAD and #ADC6CA with #CAADC6 are triadic colors.

2 #C6ADCA and #ADCAC6 with #CAADC6 are triadic colors.