COLOR #CAACC7

HEX: #CAACC7
RGB: (202,172,199)

Color info

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

RGB color model

#CAACC7 color RGB value is (202,172,199).

  • red value is 202;
  • green value is 172;
  • blue value is 199.
RGB:
(202,172,199)
(79%,67%,78%)

RGB channels and saturation

R 202 of 255 = 79%
G 172 of 255 = 67%
B 199 of 255 = 78%

202
172
199

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

Portions of RGB colors in percentages

R + G + B =
202 + 172 + 199 = 573 (100%)
R 202 of 573 ~ 35.25%
G 172 of 573 ~ 30.02%
B 199 of 573 ~ 34.73%

%35.25
%30.02
%34.73

CMYK color model

#CAACC7 color CMYK value is (0,15,1,21).

  • cyan value is 0.00%
  • magenta value is 14.85%
  • yellow value is 1.49%
  • key color value is 20.78%
CMYK:
(0,15,1,21)
C0M15Y1K21 
(0%,15%,1%,21%)
(0.00/0.15/0.01/0.21)	

CMYK percentages

%0
%14.85
%1.49
%20.78

Codes

Color #CAACC7 in popluar color models

CAACC7
RGB202172199
HSL306°22.06%73.33%
HSB/HSV306°14.85%79.22%
CMYK0.00%14.85%1.49%
20.78%

Color #CAACC7 in popluar number systems.

HEXCAACC7
Decimal202172199
Binary110010101010110011000111
Octal312254307

Shades and tints

Shades of #CAACC7

#CAACC7
(202,172,199)
#B89DB5
(184,157,181)
#A68EA3
(166,142,163)
#947F91
(148,127,145)
#82707F
(130,112,127)
#70616D
(112,97,109)
#5E525B
(94,82,91)
#4C4349
(76,67,73)
#3A3437
(58,52,55)
#282525
(40,37,37)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #CAACC7

#CAACC7
(202,172,199)
#CEB3CC
(206,179,204)
#D2BAD1
(210,186,209)
#D6C1D6
(214,193,214)
#DAC8DB
(218,200,219)
#DECFE0
(222,207,224)
#E2D6E5
(226,214,229)
#E6DDEA
(230,221,234)
#EAE4EF
(234,228,239)
#EEEBF4
(238,235,244)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAACC7; }

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

This text font color is #CAACC7.


Background Color

.myBgColor { background-color: #CAACC7; }

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

This div background color is #CAACC7.


Border color

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

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

This div border color is #CAACC7.


Opacity

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

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

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

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

This text has shadow with #CAACC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAACC7 on black background.


Color preview on white background

This text has color #CAACC7 on white background.



Black color preview on #CAACC7 background

This text has black color on #CAACC7 background.


White color preview on #CAACC7 background

This text has white color on #CAACC7 background.