COLOR #CAB0CC

HEX: #CAB0CC RGB: (202,176,204)

Color info

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

RGB color model

#CAB0CC color RGB value is (202,176,204).

RGB: (202,176,204) (79%, 69%, 80%)

RGB channels and saturation

R 202 of 255 = 79%
G 176 of 255 = 69%
B 204 of 255 = 80%

202
176
204

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

Portions of RGB colors in percentages

R + G + B = 202 + 176 + 204 = 582 (100%)
R 202 of 582 ~ 34.71%
G 176 of 582 ~ 30.24%
B 204 of 582 ~ 35.05'%

%34.71
%30.24
%35.05

CMYK color model

#CAB0CC color CMYK value is (1,14,0,20).

  • cyan value is 0.98%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (1,14,0,20) C1M14Y0K20 (1%,14%,0%,20%) (0.01/0.14/0.00/0.20) 

CMYK percentages

%0.98
%13.73
%0
%20

Codes

Color #CAB0CC in popluar color models

CA B0 CC
RGB 202 176 204
HSL 296° 21.54% 74.51%
HSB/HSV 296° 13.73% 80.00%
CMYK 0.98% 13.73% 0.00%
20.00%

Color #CAB0CC in popluar number systems.

HEX CA B0 CC
Decimal 202 176 204
Binary 11001010 10110000 11001100
Octal 312 260 314

Shades and tints

Shades of #CAB0CC

#CAB0CC
(202,176,204)
#B8A0BA
(184,160,186)
#A690A8
(166,144,168)
#948096
(148,128,150)
#827084
(130,112,132)
#706072
(112,96,114)
#5E5060
(94,80,96)
#4C404E
(76,64,78)
#3A303C
(58,48,60)
#28202A
(40,32,42)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #CAB0CC

#CAB0CC
(202,176,204)
#CEB7D0
(206,183,208)
#D2BED4
(210,190,212)
#D6C5D8
(214,197,216)
#DACCDC
(218,204,220)
#DED3E0
(222,211,224)
#E2DAE4
(226,218,228)
#E6E1E8
(230,225,232)
#EAE8EC
(234,232,236)
#EEEFF0
(238,239,240)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB0CC color. Also use rgb(202,176,204) instead hex code.

Text Font Color

.myTextColor { color: #CAB0CC; }

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

This text font color is #CAB0CC.

Background Color

.myBgColor { background-color: #CAB0CC; }

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

This div background color is #CAB0CC.

Border color

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

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

This div border color is #CAB0CC.

Opacity

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

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

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

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

This text has shadow with #CAB0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAB0CC.

Preview

Color preview on black background

This text has color #CAB0CC on black background.


Color preview on white background

This text has color #CAB0CC on white background.


Black color preview on #CAB0CC background

This text has black color on #CAB0CC background.


White color preview on #CAB0CC background

This text has white color on #CAB0CC background.


Related colors

Complementary color

Complementary color for #hex is #354F33.


I love getcolorcode.com

Triadic colors

1 #CCCAB0 and #B0CCCA with #CAB0CC are triadic colors.

2 #CCB0CA and #B0CACC with #CAB0CC are triadic colors.