COLOR #CAB4D5

HEX: #CAB4D5 RGB: (202,180,213)

Color info

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

RGB color model

#CAB4D5 color RGB value is (202,180,213).

RGB: (202,180,213) (79%, 71%, 84%)

RGB channels and saturation

R 202 of 255 = 79%
G 180 of 255 = 71%
B 213 of 255 = 84%

202
180
213

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

Portions of RGB colors in percentages

R + G + B = 202 + 180 + 213 = 595 (100%)
R 202 of 595 ~ 33.95%
G 180 of 595 ~ 30.25%
B 213 of 595 ~ 35.8'%

%33.95
%30.25
%35.8

CMYK color model

#CAB4D5 color CMYK value is (5,15,0,16).

  • cyan value is 5.16%
  • magenta value is 15.49%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK: (5,15,0,16) C5M15Y0K16 (5%,15%,0%,16%) (0.05/0.15/0.00/0.16) 

CMYK percentages

%5.16
%15.49
%0
%16.47

Codes

Color #CAB4D5 in popluar color models

CA B4 D5
RGB 202 180 213
HSL 280° 28.21% 77.06%
HSB/HSV 280° 15.49% 83.53%
CMYK 5.16% 15.49% 0.00%
16.47%

Color #CAB4D5 in popluar number systems.

HEX CA B4 D5
Decimal 202 180 213
Binary 11001010 10110100 11010101
Octal 312 264 325

Shades and tints

Shades of #CAB4D5

#CAB4D5
(202,180,213)
#B8A4C2
(184,164,194)
#A694AF
(166,148,175)
#94849C
(148,132,156)
#827489
(130,116,137)
#706476
(112,100,118)
#5E5463
(94,84,99)
#4C4450
(76,68,80)
#3A343D
(58,52,61)
#28242A
(40,36,42)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #CAB4D5

#CAB4D5
(202,180,213)
#CEBAD8
(206,186,216)
#D2C0DB
(210,192,219)
#D6C6DE
(214,198,222)
#DACCE1
(218,204,225)
#DED2E4
(222,210,228)
#E2D8E7
(226,216,231)
#E6DEEA
(230,222,234)
#EAE4ED
(234,228,237)
#EEEAF0
(238,234,240)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB4D5 color. Also use rgb(202,180,213) instead hex code.

Text Font Color

.myTextColor { color: #CAB4D5; }

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

This text font color is #CAB4D5.

Background Color

.myBgColor { background-color: #CAB4D5; }

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

This div background color is #CAB4D5.

Border color

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

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

This div border color is #CAB4D5.

Opacity

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

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

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

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

This text has shadow with #CAB4D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAB4D5.

Preview

Color preview on black background

This text has color #CAB4D5 on black background.


Color preview on white background

This text has color #CAB4D5 on white background.


Black color preview on #CAB4D5 background

This text has black color on #CAB4D5 background.


White color preview on #CAB4D5 background

This text has white color on #CAB4D5 background.


Related colors

Complementary color

Complementary color for #hex is #354B2A.


I love getcolorcode.com

Triadic colors

1 #D5CAB4 and #B4D5CA with #CAB4D5 are triadic colors.

2 #D5B4CA and #B4CAD5 with #CAB4D5 are triadic colors.