COLOR #CAB3D9

HEX: #CAB3D9
RGB: (202,179,217)

Color info

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

RGB color model

#CAB3D9 color RGB value is (202,179,217).

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

RGB channels and saturation

R 202 of 255 = 79%
G 179 of 255 = 70%
B 217 of 255 = 85%

202
179
217

R + G + B ~ 78%. #CAB3D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 179 + 217 = 598 (100%)
R 202 of 598 ~ 33.78%
G 179 of 598 ~ 29.93%
B 217 of 598 ~ 36.29%

%33.78
%29.93
%36.29

CMYK color model

#CAB3D9 color CMYK value is (7,18,0,15).

  • cyan value is 6.91%
  • magenta value is 17.51%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(7,18,0,15)
C7M18Y0K15 
(7%,18%,0%,15%)
(0.07/0.18/0.00/0.15)	

CMYK percentages

%6.91
%17.51
%0
%14.9

Codes

Color #CAB3D9 in popluar color models

CAB3D9
RGB202179217
HSL276°33.33%77.65%
HSB/HSV276°17.51%85.10%
CMYK6.91%17.51%0.00%
14.90%

Color #CAB3D9 in popluar number systems.

HEXCAB3D9
Decimal202179217
Binary110010101011001111011001
Octal312263331

Shades and tints

Shades of #CAB3D9

#CAB3D9
(202,179,217)
#B8A3C6
(184,163,198)
#A693B3
(166,147,179)
#9483A0
(148,131,160)
#82738D
(130,115,141)
#70637A
(112,99,122)
#5E5367
(94,83,103)
#4C4354
(76,67,84)
#3A3341
(58,51,65)
#28232E
(40,35,46)
#16131B
(22,19,27)
#000000
(0,0,0)

Tints of #CAB3D9

#CAB3D9
(202,179,217)
#CEB9DC
(206,185,220)
#D2BFDF
(210,191,223)
#D6C5E2
(214,197,226)
#DACBE5
(218,203,229)
#DED1E8
(222,209,232)
#E2D7EB
(226,215,235)
#E6DDEE
(230,221,238)
#EAE3F1
(234,227,241)
#EEE9F4
(238,233,244)
#F2EFF7
(242,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAB3D9; }

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

This text font color is #CAB3D9.


Background Color

.myBgColor { background-color: #CAB3D9; }

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

This div background color is #CAB3D9.


Border color

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

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

This div border color is #CAB3D9.


Opacity

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

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

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

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

This text has shadow with #CAB3D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB3D9 on black background.


Color preview on white background

This text has color #CAB3D9 on white background.



Black color preview on #CAB3D9 background

This text has black color on #CAB3D9 background.


White color preview on #CAB3D9 background

This text has white color on #CAB3D9 background.