COLOR #CABCD6

HEX: #CABCD6 RGB: (202,188,214)

Color info

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

RGB color model

#CABCD6 color RGB value is (202,188,214).

RGB: (202,188,214) (79%, 74%, 84%)

RGB channels and saturation

R 202 of 255 = 79%
G 188 of 255 = 74%
B 214 of 255 = 84%

202
188
214

R + G + B ~ 79%. #CABCD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 188 + 214 = 604 (100%)
R 202 of 604 ~ 33.44%
G 188 of 604 ~ 31.13%
B 214 of 604 ~ 35.43'%

%33.44
%31.13
%35.43

CMYK color model

#CABCD6 color CMYK value is (6,12,0,16).

  • cyan value is 5.61%
  • magenta value is 12.15%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (6,12,0,16)
C6M12Y0K16 (6%, 12%, 0%, 16%)
(0.06 / 0.12 / 0.00 / 0.16)

CMYK percentages

%5.61
%12.15
%0
%16.08

Codes

Color #CABCD6 in popluar color models

CA BC D6
RGB 202 188 214
HSL 272° 24.07% 78.82%
HSB/HSV 272° 12.15% 83.92%
CMYK 5.61% 12.15% 0.00%
16.08%

Color #CABCD6 in popluar number systems.

HEX CA BC D6
Decimal 202 188 214
Binary 11001010 10111100 11010110
Octal 312 274 326

Shades and tints

Shades of #CABCD6

#CABCD6
(202,188,214)
#B8ABC3
(184,171,195)
#A69AB0
(166,154,176)
#94899D
(148,137,157)
#82788A
(130,120,138)
#706777
(112,103,119)
#5E5664
(94,86,100)
#4C4551
(76,69,81)
#3A343E
(58,52,62)
#28232B
(40,35,43)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #CABCD6

#CABCD6
(202,188,214)
#CEC2D9
(206,194,217)
#D2C8DC
(210,200,220)
#D6CEDF
(214,206,223)
#DAD4E2
(218,212,226)
#DEDAE5
(222,218,229)
#E2E0E8
(226,224,232)
#E6E6EB
(230,230,235)
#EAECEE
(234,236,238)
#EEF2F1
(238,242,241)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CABCD6 color. Also use rgb(202,188,214) instead hex code.

Text Font Color

.myTextColor { color: #CABCD6; }

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

This text font color is #CABCD6.

Background Color

.myBgColor { background-color: #CABCD6; }

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

This div background color is #CABCD6.

Border color

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

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

This div border color is #CABCD6.

Opacity

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

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

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

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

This text has shadow with #CABCD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CABCD6.

Preview

Color preview on black background

This text has color #CABCD6 on black background.


Color preview on white background

This text has color #CABCD6 on white background.


Black color preview on #CABCD6 background

This text has black color on #CABCD6 background.


White color preview on #CABCD6 background

This text has white color on #CABCD6 background.


Related colors

Complementary color

Complementary color for #hex is #354329.


I love getcolorcode.com

Triadic colors

1 #D6CABC and #BCD6CA with #CABCD6 are triadic colors.

2 #D6BCCA and #BCCAD6 with #CABCD6 are triadic colors.