COLOR #CAACB4

HEX: #CAACB4 RGB: (202,172,180)

Color info

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

RGB color model

#CAACB4 color RGB value is (202,172,180).

RGB: (202,172,180) (79%, 67%, 71%)

RGB channels and saturation

R 202 of 255 = 79%
G 172 of 255 = 67%
B 180 of 255 = 71%

202
172
180

R + G + B ~ 72%. #CAACB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 172 + 180 = 554 (100%)
R 202 of 554 ~ 36.46%
G 172 of 554 ~ 31.05%
B 180 of 554 ~ 32.49'%

%36.46
%31.05
%32.49

CMYK color model

#CAACB4 color CMYK value is (0,15,11,21).

  • cyan value is 0.00%
  • magenta value is 14.85%
  • yellow value is 10.89%
  • key color value is 20.78%
CMYK: (0,15,11,21) C0M15Y11K21 (0%,15%,11%,21%) (0.00/0.15/0.11/0.21) 

CMYK percentages

%0
%14.85
%10.89
%20.78

Codes

Color #CAACB4 in popluar color models

CA AC B4
RGB 202 172 180
HSL 344° 22.06% 73.33%
HSB/HSV 344° 14.85% 79.22%
CMYK 0.00% 14.85% 10.89%
20.78%

Color #CAACB4 in popluar number systems.

HEX CA AC B4
Decimal 202 172 180
Binary 11001010 10101100 10110100
Octal 312 254 264

Shades and tints

Shades of #CAACB4

#CAACB4
(202,172,180)
#B89DA4
(184,157,164)
#A68E94
(166,142,148)
#947F84
(148,127,132)
#827074
(130,112,116)
#706164
(112,97,100)
#5E5254
(94,82,84)
#4C4344
(76,67,68)
#3A3434
(58,52,52)
#282524
(40,37,36)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #CAACB4

#CAACB4
(202,172,180)
#CEB3BA
(206,179,186)
#D2BAC0
(210,186,192)
#D6C1C6
(214,193,198)
#DAC8CC
(218,200,204)
#DECFD2
(222,207,210)
#E2D6D8
(226,214,216)
#E6DDDE
(230,221,222)
#EAE4E4
(234,228,228)
#EEEBEA
(238,235,234)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAACB4; }

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

This text font color is #CAACB4.

Background Color

.myBgColor { background-color: #CAACB4; }

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

This div background color is #CAACB4.

Border color

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

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

This div border color is #CAACB4.

Opacity

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

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

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

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

This text has shadow with #CAACB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAACB4.

Preview

Color preview on black background

This text has color #CAACB4 on black background.


Color preview on white background

This text has color #CAACB4 on white background.


Black color preview on #CAACB4 background

This text has black color on #CAACB4 background.


White color preview on #CAACB4 background

This text has white color on #CAACB4 background.


Related colors

Complementary color

Complementary color for #hex is #35534B.


I love getcolorcode.com

Triadic colors

1 #B4CAAC and #ACB4CA with #CAACB4 are triadic colors.

2 #B4ACCA and #ACCAB4 with #CAACB4 are triadic colors.