COLOR #CAB3D2

HEX: #CAB3D2
RGB: (202,179,210)

Color info

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

RGB color model

#CAB3D2 color RGB value is (202,179,210).

  • red value is 202;
  • green value is 179;
  • blue value is 210.
RGB:
(202,179,210)
(79%,70%,82%)

RGB channels and saturation

R 202 of 255 = 79%
G 179 of 255 = 70%
B 210 of 255 = 82%

202
179
210

R + G + B ~ 77%. #CAB3D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 179 + 210 = 591 (100%)
R 202 of 591 ~ 34.18%
G 179 of 591 ~ 30.29%
B 210 of 591 ~ 35.53%

%34.18
%30.29
%35.53

CMYK color model

#CAB3D2 color CMYK value is (4,15,0,18).

  • cyan value is 3.81%
  • magenta value is 14.76%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(4,15,0,18)
C4M15Y0K18 
(4%,15%,0%,18%)
(0.04/0.15/0.00/0.18)	

CMYK percentages

%3.81
%14.76
%0
%17.65

Codes

Color #CAB3D2 in popluar color models

CAB3D2
RGB202179210
HSL285°25.62%76.27%
HSB/HSV285°14.76%82.35%
CMYK3.81%14.76%0.00%
17.65%

Color #CAB3D2 in popluar number systems.

HEXCAB3D2
Decimal202179210
Binary110010101011001111010010
Octal312263322

Shades and tints

Shades of #CAB3D2

#CAB3D2
(202,179,210)
#B8A3BF
(184,163,191)
#A693AC
(166,147,172)
#948399
(148,131,153)
#827386
(130,115,134)
#706373
(112,99,115)
#5E5360
(94,83,96)
#4C434D
(76,67,77)
#3A333A
(58,51,58)
#282327
(40,35,39)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #CAB3D2

#CAB3D2
(202,179,210)
#CEB9D6
(206,185,214)
#D2BFDA
(210,191,218)
#D6C5DE
(214,197,222)
#DACBE2
(218,203,226)
#DED1E6
(222,209,230)
#E2D7EA
(226,215,234)
#E6DDEE
(230,221,238)
#EAE3F2
(234,227,242)
#EEE9F6
(238,233,246)
#F2EFFA
(242,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAB3D2; }

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

This text font color is #CAB3D2.


Background Color

.myBgColor { background-color: #CAB3D2; }

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

This div background color is #CAB3D2.


Border color

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

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

This div border color is #CAB3D2.


Opacity

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

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

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

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

This text has shadow with #CAB3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB3D2 on black background.


Color preview on white background

This text has color #CAB3D2 on white background.



Black color preview on #CAB3D2 background

This text has black color on #CAB3D2 background.


White color preview on #CAB3D2 background

This text has white color on #CAB3D2 background.