COLOR #CAB3C7

HEX: #CAB3C7 RGB: (202,179,199)

Color info

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

RGB color model

#CAB3C7 color RGB value is (202,179,199).

RGB: (202,179,199) (79%, 70%, 78%)

RGB channels and saturation

R 202 of 255 = 79%
G 179 of 255 = 70%
B 199 of 255 = 78%

202
179
199

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

Portions of RGB colors in percentages

R + G + B = 202 + 179 + 199 = 580 (100%)
R 202 of 580 ~ 34.83%
G 179 of 580 ~ 30.86%
B 199 of 580 ~ 34.31'%

%34.83
%30.86
%34.31

CMYK color model

#CAB3C7 color CMYK value is (0,11,1,21).

  • cyan value is 0.00%
  • magenta value is 11.39%
  • yellow value is 1.49%
  • key color value is 20.78%

CMYK: (0,11,1,21)
C0M11Y1K21 (0%, 11%, 1%, 21%)
(0.00 / 0.11 / 0.01 / 0.21)

CMYK percentages

%0
%11.39
%1.49
%20.78

Codes

Color #CAB3C7 in popluar color models

CA B3 C7
RGB 202 179 199
HSL 308° 17.83% 74.71%
HSB/HSV 308° 11.39% 79.22%
CMYK 0.00% 11.39% 1.49%
20.78%

Color #CAB3C7 in popluar number systems.

HEX CA B3 C7
Decimal 202 179 199
Binary 11001010 10110011 11000111
Octal 312 263 307

Shades and tints

Shades of #CAB3C7

#CAB3C7
(202,179,199)
#B8A3B5
(184,163,181)
#A693A3
(166,147,163)
#948391
(148,131,145)
#82737F
(130,115,127)
#70636D
(112,99,109)
#5E535B
(94,83,91)
#4C4349
(76,67,73)
#3A3337
(58,51,55)
#282325
(40,35,37)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #CAB3C7

#CAB3C7
(202,179,199)
#CEB9CC
(206,185,204)
#D2BFD1
(210,191,209)
#D6C5D6
(214,197,214)
#DACBDB
(218,203,219)
#DED1E0
(222,209,224)
#E2D7E5
(226,215,229)
#E6DDEA
(230,221,234)
#EAE3EF
(234,227,239)
#EEE9F4
(238,233,244)
#F2EFF9
(242,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB3C7 color. Also use rgb(202,179,199) instead hex code.

Text Font Color

.myTextColor { color: #CAB3C7; }

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

This text font color is #CAB3C7.

Background Color

.myBgColor { background-color: #CAB3C7; }

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

This div background color is #CAB3C7.

Border color

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

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

This div border color is #CAB3C7.

Opacity

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

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

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

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

This text has shadow with #CAB3C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAB3C7.

Preview

Color preview on black background

This text has color #CAB3C7 on black background.


Color preview on white background

This text has color #CAB3C7 on white background.


Black color preview on #CAB3C7 background

This text has black color on #CAB3C7 background.


White color preview on #CAB3C7 background

This text has white color on #CAB3C7 background.


Related colors

Complementary color

Complementary color for #hex is #354C38.


I love getcolorcode.com

Triadic colors

1 #C7CAB3 and #B3C7CA with #CAB3C7 are triadic colors.

2 #C7B3CA and #B3CAC7 with #CAB3C7 are triadic colors.