COLOR #CAB9D7

HEX: #CAB9D7 RGB: (202,185,215)

Color info

#CAB9D7 contains red, green and blue colors in about the same proportion. Web safe color of #CAB9D7 is #CCCCCC (or #CCC).

RGB color model

#CAB9D7 color RGB value is (202,185,215).

RGB: (202,185,215) (79%, 73%, 84%)

RGB channels and saturation

R 202 of 255 = 79%
G 185 of 255 = 73%
B 215 of 255 = 84%

202
185
215

R + G + B ~ 79%. #CAB9D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 185 + 215 = 602 (100%)
R 202 of 602 ~ 33.55%
G 185 of 602 ~ 30.73%
B 215 of 602 ~ 35.71'%

%33.55
%30.73
%35.71

CMYK color model

#CAB9D7 color CMYK value is (6,14,0,16).

  • cyan value is 6.05%
  • magenta value is 13.95%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (6,14,0,16)
C6M14Y0K16 (6%, 14%, 0%, 16%)
(0.06 / 0.14 / 0.00 / 0.16)

CMYK percentages

%6.05
%13.95
%0
%15.69

Codes

Color #CAB9D7 in popluar color models

CA B9 D7
RGB 202 185 215
HSL 274° 27.27% 78.43%
HSB/HSV 274° 13.95% 84.31%
CMYK 6.05% 13.95% 0.00%
15.69%

Color #CAB9D7 in popluar number systems.

HEX CA B9 D7
Decimal 202 185 215
Binary 11001010 10111001 11010111
Octal 312 271 327

Shades and tints

Shades of #CAB9D7

#CAB9D7
(202,185,215)
#B8A9C4
(184,169,196)
#A699B1
(166,153,177)
#94899E
(148,137,158)
#82798B
(130,121,139)
#706978
(112,105,120)
#5E5965
(94,89,101)
#4C4952
(76,73,82)
#3A393F
(58,57,63)
#28292C
(40,41,44)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #CAB9D7

#CAB9D7
(202,185,215)
#CEBFDA
(206,191,218)
#D2C5DD
(210,197,221)
#D6CBE0
(214,203,224)
#DAD1E3
(218,209,227)
#DED7E6
(222,215,230)
#E2DDE9
(226,221,233)
#E6E3EC
(230,227,236)
#EAE9EF
(234,233,239)
#EEEFF2
(238,239,242)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB9D7 color. Also use rgb(202,185,215) instead hex code.

Text Font Color

.myTextColor { color: #CAB9D7; }

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

This text font color is #CAB9D7.

Background Color

.myBgColor { background-color: #CAB9D7; }

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

This div background color is #CAB9D7.

Border color

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

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

This div border color is #CAB9D7.

Opacity

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

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

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

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

This text has shadow with #CAB9D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAB9D7.

Preview

Color preview on black background

This text has color #CAB9D7 on black background.


Color preview on white background

This text has color #CAB9D7 on white background.


Black color preview on #CAB9D7 background

This text has black color on #CAB9D7 background.


White color preview on #CAB9D7 background

This text has white color on #CAB9D7 background.


Related colors

Complementary color

Complementary color for #hex is #354628.


I love getcolorcode.com

Triadic colors

1 #D7CAB9 and #B9D7CA with #CAB9D7 are triadic colors.

2 #D7B9CA and #B9CAD7 with #CAB9D7 are triadic colors.