COLOR #CABBD7

HEX: #CABBD7
RGB: (202,187,215)

Color info

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

RGB color model

#CABBD7 color RGB value is (202,187,215).

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

RGB channels and saturation

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

202
187
215

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

Portions of RGB colors in percentages

R + G + B =
202 + 187 + 215 = 604 (100%)
R 202 of 604 ~ 33.44%
G 187 of 604 ~ 30.96%
B 215 of 604 ~ 35.6%

%33.44
%30.96
%35.6

CMYK color model

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

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

CMYK percentages

%6.05
%13.02
%0
%15.69

Codes

Color #CABBD7 in popluar color models

CABBD7
RGB202187215
HSL272°25.93%78.82%
HSB/HSV272°13.02%84.31%
CMYK6.05%13.02%0.00%
15.69%

Color #CABBD7 in popluar number systems.

HEXCABBD7
Decimal202187215
Binary110010101011101111010111
Octal312273327

Shades and tints

Shades of #CABBD7

#CABBD7
(202,187,215)
#B8AAC4
(184,170,196)
#A699B1
(166,153,177)
#94889E
(148,136,158)
#82778B
(130,119,139)
#706678
(112,102,120)
#5E5565
(94,85,101)
#4C4452
(76,68,82)
#3A333F
(58,51,63)
#28222C
(40,34,44)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #CABBD7

#CABBD7
(202,187,215)
#CEC1DA
(206,193,218)
#D2C7DD
(210,199,221)
#D6CDE0
(214,205,224)
#DAD3E3
(218,211,227)
#DED9E6
(222,217,230)
#E2DFE9
(226,223,233)
#E6E5EC
(230,229,236)
#EAEBEF
(234,235,239)
#EEF1F2
(238,241,242)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CABBD7; }

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

This text font color is #CABBD7.


Background Color

.myBgColor { background-color: #CABBD7; }

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

This div background color is #CABBD7.


Border color

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

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

This div border color is #CABBD7.


Opacity

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

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

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

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

This text has shadow with #CABBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CABBD7 on black background.


Color preview on white background

This text has color #CABBD7 on white background.



Black color preview on #CABBD7 background

This text has black color on #CABBD7 background.


White color preview on #CABBD7 background

This text has white color on #CABBD7 background.