COLOR #CABBD6

HEX: #CABBD6
RGB: (202,187,214)

Color info

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

RGB color model

#CABBD6 color RGB value is (202,187,214).

  • red value is 202;
  • green value is 187;
  • blue value is 214.
RGB:
(202,187,214)
(79%,73%,84%)

RGB channels and saturation

R 202 of 255 = 79%
G 187 of 255 = 73%
B 214 of 255 = 84%

202
187
214

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

Portions of RGB colors in percentages

R + G + B =
202 + 187 + 214 = 603 (100%)
R 202 of 603 ~ 33.5%
G 187 of 603 ~ 31.01%
B 214 of 603 ~ 35.49%

%33.5
%31.01
%35.49

CMYK color model

#CABBD6 color CMYK value is (6,13,0,16).

  • cyan value is 5.61%
  • magenta value is 12.62%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(6,13,0,16)
C6M13Y0K16 
(6%,13%,0%,16%)
(0.06/0.13/0.00/0.16)	

CMYK percentages

%5.61
%12.62
%0
%16.08

Codes

Color #CABBD6 in popluar color models

CABBD6
RGB202187214
HSL273°24.77%78.63%
HSB/HSV273°12.62%83.92%
CMYK5.61%12.62%0.00%
16.08%

Color #CABBD6 in popluar number systems.

HEXCABBD6
Decimal202187214
Binary110010101011101111010110
Octal312273326

Shades and tints

Shades of #CABBD6

#CABBD6
(202,187,214)
#B8AAC3
(184,170,195)
#A699B0
(166,153,176)
#94889D
(148,136,157)
#82778A
(130,119,138)
#706677
(112,102,119)
#5E5564
(94,85,100)
#4C4451
(76,68,81)
#3A333E
(58,51,62)
#28222B
(40,34,43)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #CABBD6

#CABBD6
(202,187,214)
#CEC1D9
(206,193,217)
#D2C7DC
(210,199,220)
#D6CDDF
(214,205,223)
#DAD3E2
(218,211,226)
#DED9E5
(222,217,229)
#E2DFE8
(226,223,232)
#E6E5EB
(230,229,235)
#EAEBEE
(234,235,238)
#EEF1F1
(238,241,241)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CABBD6; }

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

This text font color is #CABBD6.


Background Color

.myBgColor { background-color: #CABBD6; }

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

This div background color is #CABBD6.


Border color

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

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

This div border color is #CABBD6.


Opacity

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

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

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

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

This text has shadow with #CABBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CABBD6 on black background.


Color preview on white background

This text has color #CABBD6 on white background.



Black color preview on #CABBD6 background

This text has black color on #CABBD6 background.


White color preview on #CABBD6 background

This text has white color on #CABBD6 background.