COLOR #CAACC0

HEX: #CAACC0 RGB: (202,172,192)

Color info

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

RGB color model

#CAACC0 color RGB value is (202,172,192).

RGB: (202,172,192) (79%, 67%, 75%)

RGB channels and saturation

R 202 of 255 = 79%
G 172 of 255 = 67%
B 192 of 255 = 75%

202
172
192

R + G + B ~ 74%. #CAACC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 172 + 192 = 566 (100%)
R 202 of 566 ~ 35.69%
G 172 of 566 ~ 30.39%
B 192 of 566 ~ 33.92'%

%35.69
%30.39
%33.92

CMYK color model

#CAACC0 color CMYK value is (0,15,5,21).

  • cyan value is 0.00%
  • magenta value is 14.85%
  • yellow value is 4.95%
  • key color value is 20.78%

CMYK: (0,15,5,21)
C0M15Y5K21 (0%, 15%, 5%, 21%)
(0.00 / 0.15 / 0.05 / 0.21)

CMYK percentages

%0
%14.85
%4.95
%20.78

Codes

Color #CAACC0 in popluar color models

CA AC C0
RGB 202 172 192
HSL 320° 22.06% 73.33%
HSB/HSV 320° 14.85% 79.22%
CMYK 0.00% 14.85% 4.95%
20.78%

Color #CAACC0 in popluar number systems.

HEX CA AC C0
Decimal 202 172 192
Binary 11001010 10101100 11000000
Octal 312 254 300

Shades and tints

Shades of #CAACC0

#CAACC0
(202,172,192)
#B89DAF
(184,157,175)
#A68E9E
(166,142,158)
#947F8D
(148,127,141)
#82707C
(130,112,124)
#70616B
(112,97,107)
#5E525A
(94,82,90)
#4C4349
(76,67,73)
#3A3438
(58,52,56)
#282527
(40,37,39)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #CAACC0

#CAACC0
(202,172,192)
#CEB3C5
(206,179,197)
#D2BACA
(210,186,202)
#D6C1CF
(214,193,207)
#DAC8D4
(218,200,212)
#DECFD9
(222,207,217)
#E2D6DE
(226,214,222)
#E6DDE3
(230,221,227)
#EAE4E8
(234,228,232)
#EEEBED
(238,235,237)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAACC0 color. Also use rgb(202,172,192) instead hex code.

Text Font Color

.myTextColor { color: #CAACC0; }

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

This text font color is #CAACC0.

Background Color

.myBgColor { background-color: #CAACC0; }

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

This div background color is #CAACC0.

Border color

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

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

This div border color is #CAACC0.

Opacity

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

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

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

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

This text has shadow with #CAACC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAACC0.

Preview

Color preview on black background

This text has color #CAACC0 on black background.


Color preview on white background

This text has color #CAACC0 on white background.


Black color preview on #CAACC0 background

This text has black color on #CAACC0 background.


White color preview on #CAACC0 background

This text has white color on #CAACC0 background.


Related colors

Complementary color

Complementary color for #hex is #35533F.


I love getcolorcode.com

Triadic colors

1 #C0CAAC and #ACC0CA with #CAACC0 are triadic colors.

2 #C0ACCA and #ACCAC0 with #CAACC0 are triadic colors.