COLOR #CAB2C9

HEX: #CAB2C9 RGB: (202,178,201)

Color info

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

RGB color model

#CAB2C9 color RGB value is (202,178,201).

RGB: (202,178,201) (79%, 70%, 79%)

RGB channels and saturation

R 202 of 255 = 79%
G 178 of 255 = 70%
B 201 of 255 = 79%

202
178
201

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

Portions of RGB colors in percentages

R + G + B = 202 + 178 + 201 = 581 (100%)
R 202 of 581 ~ 34.77%
G 178 of 581 ~ 30.64%
B 201 of 581 ~ 34.6'%

%34.77
%30.64
%34.6

CMYK color model

#CAB2C9 color CMYK value is (0,12,0,21).

  • cyan value is 0.00%
  • magenta value is 11.88%
  • yellow value is 0.50%
  • key color value is 20.78%

CMYK: (0,12,0,21)
C0M12Y0K21 (0%, 12%, 0%, 21%)
(0.00 / 0.12 / 0.00 / 0.21)

CMYK percentages

%0
%11.88
%0.5
%20.78

Codes

Color #CAB2C9 in popluar color models

CA B2 C9
RGB 202 178 201
HSL 303° 18.46% 74.51%
HSB/HSV 303° 11.88% 79.22%
CMYK 0.00% 11.88% 0.50%
20.78%

Color #CAB2C9 in popluar number systems.

HEX CA B2 C9
Decimal 202 178 201
Binary 11001010 10110010 11001001
Octal 312 262 311

Shades and tints

Shades of #CAB2C9

#CAB2C9
(202,178,201)
#B8A2B7
(184,162,183)
#A692A5
(166,146,165)
#948293
(148,130,147)
#827281
(130,114,129)
#70626F
(112,98,111)
#5E525D
(94,82,93)
#4C424B
(76,66,75)
#3A3239
(58,50,57)
#282227
(40,34,39)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #CAB2C9

#CAB2C9
(202,178,201)
#CEB9CD
(206,185,205)
#D2C0D1
(210,192,209)
#D6C7D5
(214,199,213)
#DACED9
(218,206,217)
#DED5DD
(222,213,221)
#E2DCE1
(226,220,225)
#E6E3E5
(230,227,229)
#EAEAE9
(234,234,233)
#EEF1ED
(238,241,237)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB2C9 color. Also use rgb(202,178,201) instead hex code.

Text Font Color

.myTextColor { color: #CAB2C9; }

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

This text font color is #CAB2C9.

Background Color

.myBgColor { background-color: #CAB2C9; }

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

This div background color is #CAB2C9.

Border color

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

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

This div border color is #CAB2C9.

Opacity

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

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

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

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

This text has shadow with #CAB2C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAB2C9.

Preview

Color preview on black background

This text has color #CAB2C9 on black background.


Color preview on white background

This text has color #CAB2C9 on white background.


Black color preview on #CAB2C9 background

This text has black color on #CAB2C9 background.


White color preview on #CAB2C9 background

This text has white color on #CAB2C9 background.


Related colors

Complementary color

Complementary color for #hex is #354D36.


I love getcolorcode.com

Triadic colors

1 #C9CAB2 and #B2C9CA with #CAB2C9 are triadic colors.

2 #C9B2CA and #B2CAC9 with #CAB2C9 are triadic colors.