COLOR #CABBD1

HEX: #CABBD1
RGB: (202,187,209)

Color info

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

RGB color model

#CABBD1 color RGB value is (202,187,209).

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

RGB channels and saturation

R 202 of 255 = 79%
G 187 of 255 = 73%
B 209 of 255 = 82%

202
187
209

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

Portions of RGB colors in percentages

R + G + B =
202 + 187 + 209 = 598 (100%)
R 202 of 598 ~ 33.78%
G 187 of 598 ~ 31.27%
B 209 of 598 ~ 34.95%

%33.78
%31.27
%34.95

CMYK color model

#CABBD1 color CMYK value is (3,11,0,18).

  • cyan value is 3.35%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(3,11,0,18)
C3M11Y0K18 
(3%,11%,0%,18%)
(0.03/0.11/0.00/0.18)	

CMYK percentages

%3.35
%10.53
%0
%18.04

Codes

Color #CABBD1 in popluar color models

CABBD1
RGB202187209
HSL281°19.30%77.65%
HSB/HSV281°10.53%81.96%
CMYK3.35%10.53%0.00%
18.04%

Color #CABBD1 in popluar number systems.

HEXCABBD1
Decimal202187209
Binary110010101011101111010001
Octal312273321

Shades and tints

Shades of #CABBD1

#CABBD1
(202,187,209)
#B8AABE
(184,170,190)
#A699AB
(166,153,171)
#948898
(148,136,152)
#827785
(130,119,133)
#706672
(112,102,114)
#5E555F
(94,85,95)
#4C444C
(76,68,76)
#3A3339
(58,51,57)
#282226
(40,34,38)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #CABBD1

#CABBD1
(202,187,209)
#CEC1D5
(206,193,213)
#D2C7D9
(210,199,217)
#D6CDDD
(214,205,221)
#DAD3E1
(218,211,225)
#DED9E5
(222,217,229)
#E2DFE9
(226,223,233)
#E6E5ED
(230,229,237)
#EAEBF1
(234,235,241)
#EEF1F5
(238,241,245)
#F2F7F9
(242,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CABBD1; }

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

This text font color is #CABBD1.


Background Color

.myBgColor { background-color: #CABBD1; }

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

This div background color is #CABBD1.


Border color

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

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

This div border color is #CABBD1.


Opacity

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

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

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

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

This text has shadow with #CABBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CABBD1 on black background.


Color preview on white background

This text has color #CABBD1 on white background.



Black color preview on #CABBD1 background

This text has black color on #CABBD1 background.


White color preview on #CABBD1 background

This text has white color on #CABBD1 background.