COLOR #CABDDD

HEX: #CABDDD RGB: (202,189,221)

Color info

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

RGB color model

#CABDDD color RGB value is (202,189,221).

RGB: (202,189,221) (79%, 74%, 87%)

RGB channels and saturation

R 202 of 255 = 79%
G 189 of 255 = 74%
B 221 of 255 = 87%

202
189
221

R + G + B ~ 80%. #CABDDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 189 + 221 = 612 (100%)
R 202 of 612 ~ 33.01%
G 189 of 612 ~ 30.88%
B 221 of 612 ~ 36.11'%

%33.01
%30.88
%36.11

CMYK color model

#CABDDD color CMYK value is (9,14,0,13).

  • cyan value is 8.60%
  • magenta value is 14.48%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (9,14,0,13) C9M14Y0K13 (9%,14%,0%,13%) (0.09/0.14/0.00/0.13) 

CMYK percentages

%8.6
%14.48
%0
%13.33

Codes

Color #CABDDD in popluar color models

CA BD DD
RGB 202 189 221
HSL 264° 32.00% 80.39%
HSB/HSV 264° 14.48% 86.67%
CMYK 8.60% 14.48% 0.00%
13.33%

Color #CABDDD in popluar number systems.

HEX CA BD DD
Decimal 202 189 221
Binary 11001010 10111101 11011101
Octal 312 275 335

Shades and tints

Shades of #CABDDD

#CABDDD
(202,189,221)
#B8ACC9
(184,172,201)
#A69BB5
(166,155,181)
#948AA1
(148,138,161)
#82798D
(130,121,141)
#706879
(112,104,121)
#5E5765
(94,87,101)
#4C4651
(76,70,81)
#3A353D
(58,53,61)
#282429
(40,36,41)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #CABDDD

#CABDDD
(202,189,221)
#CEC3E0
(206,195,224)
#D2C9E3
(210,201,227)
#D6CFE6
(214,207,230)
#DAD5E9
(218,213,233)
#DEDBEC
(222,219,236)
#E2E1EF
(226,225,239)
#E6E7F2
(230,231,242)
#EAEDF5
(234,237,245)
#EEF3F8
(238,243,248)
#F2F9FB
(242,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CABDDD color. Also use rgb(202,189,221) instead hex code.

Text Font Color

.myTextColor { color: #CABDDD; }

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

This text font color is #CABDDD.

Background Color

.myBgColor { background-color: #CABDDD; }

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

This div background color is #CABDDD.

Border color

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

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

This div border color is #CABDDD.

Opacity

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

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

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

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

This text has shadow with #CABDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CABDDD.

Preview

Color preview on black background

This text has color #CABDDD on black background.


Color preview on white background

This text has color #CABDDD on white background.


Black color preview on #CABDDD background

This text has black color on #CABDDD background.


White color preview on #CABDDD background

This text has white color on #CABDDD background.


Related colors

Complementary color

Complementary color for #hex is #354222.


I love getcolorcode.com

Triadic colors

1 #DDCABD and #BDDDCA with #CABDDD are triadic colors.

2 #DDBDCA and #BDCADD with #CABDDD are triadic colors.