COLOR #CAABB4

HEX: #CAABB4 RGB: (202,171,180)

Color info

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

RGB color model

#CAABB4 color RGB value is (202,171,180).

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

RGB channels and saturation

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

202
171
180

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

Portions of RGB colors in percentages

R + G + B = 202 + 171 + 180 = 553 (100%)
R 202 of 553 ~ 36.53%
G 171 of 553 ~ 30.92%
B 180 of 553 ~ 32.55'%

%36.53
%30.92
%32.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.35%
  • 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
%15.35
%10.89
%20.78

Codes

Color #CAABB4 in popluar color models

CA AB B4
RGB 202 171 180
HSL 343° 22.63% 73.14%
HSB/HSV 343° 15.35% 79.22%
CMYK 0.00% 15.35% 10.89%
20.78%

Color #CAABB4 in popluar number systems.

HEX CA AB B4
Decimal 202 171 180
Binary 11001010 10101011 10110100
Octal 312 253 264

Shades and tints

Shades of #CAABB4

#CAABB4
(202,171,180)
#B89CA4
(184,156,164)
#A68D94
(166,141,148)
#947E84
(148,126,132)
#826F74
(130,111,116)
#706064
(112,96,100)
#5E5154
(94,81,84)
#4C4244
(76,66,68)
#3A3334
(58,51,52)
#282424
(40,36,36)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #CAABB4

#CAABB4
(202,171,180)
#CEB2BA
(206,178,186)
#D2B9C0
(210,185,192)
#D6C0C6
(214,192,198)
#DAC7CC
(218,199,204)
#DECED2
(222,206,210)
#E2D5D8
(226,213,216)
#E6DCDE
(230,220,222)
#EAE3E4
(234,227,228)
#EEEAEA
(238,234,234)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAABB4; }

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

This text font color is #CAABB4.

Background Color

.myBgColor { background-color: #CAABB4; }

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

This div background color is #CAABB4.

Border color

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

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

This div border color is #CAABB4.

Opacity

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

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

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

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

This text has shadow with #CAABB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAABB4.

Preview

Color preview on black background

This text has color #CAABB4 on black background.


Color preview on white background

This text has color #CAABB4 on white background.


Black color preview on #CAABB4 background

This text has black color on #CAABB4 background.


White color preview on #CAABB4 background

This text has white color on #CAABB4 background.


Related colors

Complementary color

Complementary color for #hex is #35544B.


I love getcolorcode.com

Triadic colors

1 #B4CAAB and #ABB4CA with #CAABB4 are triadic colors.

2 #B4ABCA and #ABCAB4 with #CAABB4 are triadic colors.