COLOR #CABCC7

HEX: #CABCC7
RGB: (202,188,199)

Color info

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

RGB color model

#CABCC7 color RGB value is (202,188,199).

  • red value is 202;
  • green value is 188;
  • blue value is 199.
RGB:
(202,188,199)
(79%,74%,78%)

RGB channels and saturation

R 202 of 255 = 79%
G 188 of 255 = 74%
B 199 of 255 = 78%

202
188
199

R + G + B ~ 77%. #CABCC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 188 + 199 = 589 (100%)
R 202 of 589 ~ 34.3%
G 188 of 589 ~ 31.92%
B 199 of 589 ~ 33.79%

%34.3
%31.92
%33.79

CMYK color model

#CABCC7 color CMYK value is (0,7,1,21).

  • cyan value is 0.00%
  • magenta value is 6.93%
  • yellow value is 1.49%
  • key color value is 20.78%
CMYK:
(0,7,1,21)
C0M7Y1K21 
(0%,7%,1%,21%)
(0.00/0.07/0.01/0.21)	

CMYK percentages

%0
%6.93
%1.49
%20.78

Codes

Color #CABCC7 in popluar color models

CABCC7
RGB202188199
HSL313°11.67%76.47%
HSB/HSV313°6.93%79.22%
CMYK0.00%6.93%1.49%
20.78%

Color #CABCC7 in popluar number systems.

HEXCABCC7
Decimal202188199
Binary110010101011110011000111
Octal312274307

Shades and tints

Shades of #CABCC7

#CABCC7
(202,188,199)
#B8ABB5
(184,171,181)
#A69AA3
(166,154,163)
#948991
(148,137,145)
#82787F
(130,120,127)
#70676D
(112,103,109)
#5E565B
(94,86,91)
#4C4549
(76,69,73)
#3A3437
(58,52,55)
#282325
(40,35,37)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #CABCC7

#CABCC7
(202,188,199)
#CEC2CC
(206,194,204)
#D2C8D1
(210,200,209)
#D6CED6
(214,206,214)
#DAD4DB
(218,212,219)
#DEDAE0
(222,218,224)
#E2E0E5
(226,224,229)
#E6E6EA
(230,230,234)
#EAECEF
(234,236,239)
#EEF2F4
(238,242,244)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CABCC7; }

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

This text font color is #CABCC7.


Background Color

.myBgColor { background-color: #CABCC7; }

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

This div background color is #CABCC7.


Border color

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

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

This div border color is #CABCC7.


Opacity

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

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

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

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

This text has shadow with #CABCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CABCC7 on black background.


Color preview on white background

This text has color #CABCC7 on white background.



Black color preview on #CABCC7 background

This text has black color on #CABCC7 background.


White color preview on #CABCC7 background

This text has white color on #CABCC7 background.