COLOR #CAACC5

HEX: #CAACC5
RGB: (202,172,197)

Color info

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

RGB color model

#CAACC5 color RGB value is (202,172,197).

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

RGB channels and saturation

R 202 of 255 = 79%
G 172 of 255 = 67%
B 197 of 255 = 77%

202
172
197

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

Portions of RGB colors in percentages

R + G + B =
202 + 172 + 197 = 571 (100%)
R 202 of 571 ~ 35.38%
G 172 of 571 ~ 30.12%
B 197 of 571 ~ 34.5%

%35.38
%30.12
%34.5

CMYK color model

#CAACC5 color CMYK value is (0,15,2,21).

  • cyan value is 0.00%
  • magenta value is 14.85%
  • yellow value is 2.48%
  • key color value is 20.78%
CMYK: (0,15,2,21) C0M15Y2K21 (0%,15%,2%,21%) (0.00/0.15/0.02/0.21)

CMYK percentages

%0
%14.85
%2.48
%20.78

Codes

Color #CAACC5 in popluar color models

CAACC5
RGB202172197
HSL310°22.06%73.33%
HSB/HSV310°14.85%79.22%
CMYK0.00%14.85%2.48%
20.78%

Color #CAACC5 in popluar number systems.

HEXCAACC5
Decimal202172197
Binary110010101010110011000101
Octal312254305

Shades and tints

Shades of #CAACC5

#CAACC5
(202,172,197)
#B89DB4
(184,157,180)
#A68EA3
(166,142,163)
#947F92
(148,127,146)
#827081
(130,112,129)
#706170
(112,97,112)
#5E525F
(94,82,95)
#4C434E
(76,67,78)
#3A343D
(58,52,61)
#28252C
(40,37,44)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #CAACC5

#CAACC5
(202,172,197)
#CEB3CA
(206,179,202)
#D2BACF
(210,186,207)
#D6C1D4
(214,193,212)
#DAC8D9
(218,200,217)
#DECFDE
(222,207,222)
#E2D6E3
(226,214,227)
#E6DDE8
(230,221,232)
#EAE4ED
(234,228,237)
#EEEBF2
(238,235,242)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAACC5; }

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

This text font color is #CAACC5.


Background Color

.myBgColor { background-color: #CAACC5; }

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

This div background color is #CAACC5.


Border color

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

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

This div border color is #CAACC5.


Opacity

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

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

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

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

This text has shadow with #CAACC5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #CAACC5 on black background.


Color preview on white background

This text has color #CAACC5 on white background.



Black color preview on #CAACC5 background

This text has black color on #CAACC5 background.


White color preview on #CAACC5 background

This text has white color on #CAACC5 background.