COLOR #CAACD4

HEX: #CAACD4
RGB: (202,172,212)

Color info

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

RGB color model

#CAACD4 color RGB value is (202,172,212).

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

RGB channels and saturation

R 202 of 255 = 79%
G 172 of 255 = 67%
B 212 of 255 = 83%

202
172
212

R + G + B ~ 76%. #CAACD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 172 + 212 = 586 (100%)
R 202 of 586 ~ 34.47%
G 172 of 586 ~ 29.35%
B 212 of 586 ~ 36.18%

%34.47
%29.35
%36.18

CMYK color model

#CAACD4 color CMYK value is (5,19,0,17).

  • cyan value is 4.72%
  • magenta value is 18.87%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(5,19,0,17)
C5M19Y0K17 
(5%,19%,0%,17%)
(0.05/0.19/0.00/0.17)	

CMYK percentages

%4.72
%18.87
%0
%16.86

Codes

Color #CAACD4 in popluar color models

CAACD4
RGB202172212
HSL285°31.75%75.29%
HSB/HSV285°18.87%83.14%
CMYK4.72%18.87%0.00%
16.86%

Color #CAACD4 in popluar number systems.

HEXCAACD4
Decimal202172212
Binary110010101010110011010100
Octal312254324

Shades and tints

Shades of #CAACD4

#CAACD4
(202,172,212)
#B89DC1
(184,157,193)
#A68EAE
(166,142,174)
#947F9B
(148,127,155)
#827088
(130,112,136)
#706175
(112,97,117)
#5E5262
(94,82,98)
#4C434F
(76,67,79)
#3A343C
(58,52,60)
#282529
(40,37,41)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #CAACD4

#CAACD4
(202,172,212)
#CEB3D7
(206,179,215)
#D2BADA
(210,186,218)
#D6C1DD
(214,193,221)
#DAC8E0
(218,200,224)
#DECFE3
(222,207,227)
#E2D6E6
(226,214,230)
#E6DDE9
(230,221,233)
#EAE4EC
(234,228,236)
#EEEBEF
(238,235,239)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAACD4; }

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

This text font color is #CAACD4.


Background Color

.myBgColor { background-color: #CAACD4; }

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

This div background color is #CAACD4.


Border color

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

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

This div border color is #CAACD4.


Opacity

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

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

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

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

This text has shadow with #CAACD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAACD4 on black background.


Color preview on white background

This text has color #CAACD4 on white background.



Black color preview on #CAACD4 background

This text has black color on #CAACD4 background.


White color preview on #CAACD4 background

This text has white color on #CAACD4 background.